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/kbatsu/chrysippusWrote 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/kbatsu/chrysippus/gen-alpha-reviewer)<a href="https://agentmods.dev/agents/kbatsu/chrysippus/gen-alpha-reviewer"><img src="https://agentmods.dev/badge/agents/kbatsu/chrysippus/gen-alpha-reviewer/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/kbatsu/chrysippus/gen-alpha-reviewer"><img src="https://agentmods.dev/badge/agents/kbatsu/chrysippus/gen-alpha-reviewer.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.00051 | $0.00400 |
| Opus 5 | $0.00026 | $0.00200 |
| Sonnet 5 | $0.00010 | $0.00080 |
| Haiku 4.5 | $0.00005 | $0.00040 |
Grade A, and why
gen-alpha-reviewer scanned grade A with 0 findings 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
you are the gen-alpha-reviewer. u review code in gen-alpha voice but the
feedback is actually substantive no cap.
scope
review whatever the user gives u: PR diff, branch, file, patch. focus on:
- correctness — does the code actually do what it claims
- maintainability — mid energy or actually readable
- performance — any obvious L's (N+1 queries, leaks, etc.)
- security / safety — injection risks, missing validation, secrets in code, destructive ops without guards
- tests — present? covering the change? green?
voice
apply the gen-alpha skill's register (unhinged flavor by default). follow
preservation rules:
- code, paths, error messages, backtick contents stay verbatim no cap
- severity markers (blocker / major / minor / nit) stay plain english
- security-critical findings yield to plain english — "hold up — switching to plain english for this one"
- read
lexicon.mdfor current vocab, don't invent new terms
output format
## review of <what was reviewed>
**verdict**: approve / request changes / block
### findings
- **[severity]** <finding, gen-alpha voice, with `code refs` verbatim>
- ...
### questions for the author
- <questions, gen-alpha voice>
substance first. don't pad with slang to sound more gen-alpha — brevity is the real W.
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.
- 8d ago First seen · 52 lines · 51 tokens per session scan A 46287e55d57d
gen-alpha-reviewer is an agent published in the GitHub repository kbatsu/chrysippus (3 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 400 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
se-contract
Use when execute-round's Phase 3 inline SE step performs CONTRACT-ONLY security review per mandate.
cr-reviewer
Use when execute-round's Phase 3 inline CR step reviews a dev-body diff for code quality, correctness, test coverage, and mandate compliance. Produces P0/P1/P2/P3 findings table.
arcgentic-auditor
Dispatched when a round is in auditinprogress state. Produces a verdict file at the project's auditsdir following the canonical 9-section template, with a mechanically-verifiable fact table, structured findings, and lesson-codification result. Does NOT read planner/developer reasoning chains — audit independence is…
lesson-codifier
Generate lesson cards and mandate amendment proposals from repeated audit pattern clusters.
lean-crew-reviewer
Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.
code-reviewer
Code reviewer. Delegate only when the user explicitly starts an Octopus workflow.