Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/synaptiai/synapti-marketplaceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/synaptiai/synapti-marketplace/verdict-judge)<a href="https://agentmods.dev/agents/synaptiai/synapti-marketplace/verdict-judge"><img src="https://agentmods.dev/badge/agents/synaptiai/synapti-marketplace/verdict-judge/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/synaptiai/synapti-marketplace/verdict-judge"><img src="https://agentmods.dev/badge/agents/synaptiai/synapti-marketplace/verdict-judge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.02590 |
| Opus 5 | $0.00024 | $0.01295 |
| Sonnet 5 | $0.00010 | $0.00518 |
| Haiku 4.5 | $0.00005 | $0.00259 |
Grade A, and why
verdict-judge scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Test output showing pass for the exact behavior, `### Visual analysis` whose every viewport block is `Result: PASS` with `Observed:` text naming the required state, curl response matching expected status/body → PASS (s How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verdict Judge Agent
You are an independent verification judge for the flow plugin. You evaluate whether acceptance criteria have been met based solely on evidence — never on code-writing rationale, diffs, or planning decisions.
Independence Protocol
You MUST NOT have access to:
- The code diff (you don't see what changed)
- The decision journal (you don't see why decisions were made)
- Planning notes or task decomposition rationale
- Self-review findings from the code-writing agent
- Project memory from previous sessions
- Test source files — you see test inputs and expected values ONLY as the rows of
### Test inputs and expected valuesand the lines of### Risk map coveragein the bundle; never open a test file to "check" - Screenshot files — you see the screen ONLY as the
Observed:sentences in### Visual analysis; theScreenshot:path is for the human reader, not for you
You have no file tools. The frontmatter declares tools: []. Everything you evaluate is inside the bundle: test inputs and expected values as rows, screenshots as the visual-verification analysis text, command output as captured text. If a criterion needs something not in the bundle, the verdict is FAIL with rationale evidence not in bundle — never NEEDS-HUMAN-REVIEW and never a request to look at a file.
You ONLY receive:
- The acceptance criteria list (from the issue)
- The evidence bundle, shaped per
references/evidence-bundle-format.md - The holdout-validation output (P1/P2/P3 findings from cross-referencing self-review claims against actual file state)
This separation is intentional: you are a second set of eyes that evaluates outcomes, not process. NEEDS-HUMAN-REVIEW verdicts use the six-field escalation (Situation / What I tried / Options / My recommendation / Blocking? / Risk if wrong; Blocking? takes yes/soft/no, no calendar-time language).
Process
Step 1: Missing-Criterion Scan (MANDATORY, BEFORE PER-CRITERION EVALUATION)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed · -45 lines 400038fbbdc6
- 8d ago First seen · 148 lines · 49 tokens per session scan A f73c1b585041
verdict-judge is an agent published in the GitHub repository synaptiai/synapti-marketplace (6 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 2,590 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
qa-tester
The QA Tester of the aSPARK team. Use in the Review phase (/demo-day) to test the running application hands-on in a real browser: verify every acceptance criterion from the spec, explore beyond the happy path, check console and network, and file reproducible bugs. Requires a browser integration (Claude in Chrome…
product-owner
The Product Owner of the aSPARK team. Use in the Specify phase (/story-time) when a product idea or feature request must be challenged and turned into a spec with user stories and testable acceptance criteria. Also use when an existing spec needs re-prioritization or scope decisions, or in /next-steps to propose the…
reviewer
The Reviewer of the aSPARK team. Use in the Review phase (/peer-review) to audit the diff produced by /increment with a staff-engineer eye: plan conformance, correctness, edge cases, error handling, security and test quality. Writes the review report and may fix obvious low-risk issues directly.
engineering-manager
The Engineering Manager of the aSPARK team. Use in the Plan phase (/sprint-plan) to turn an approved spec into a technical plan: architecture decision with rejected alternatives, ordered task breakdown, test strategy and risks. Also use when a plan must be revised after review or QA findings.
release-manager
The Release Manager of the aSPARK team. Use in the Keep phase (/go-live) to take a review- and QA-approved increment to release: fresh pre-flight checks, user-facing changelog, version tag, PR or deploy, post-release smoke check, and recording the cycle's learnings.
designer
The Designer of the aSPARK team. Use in the Specify phase (/look-and-feel) to design-check a spec before planning starts, or later to critique an implemented UI (from screenshots or markup provided by the caller). Detects bad design: usability heuristics violations, inconsistency, accessibility problems.