ss-reviewer

ss-reviewer is an agent for Claude Code from bonnguyenitc/specship. It costs 72 tokens per session (746 once invoked), scanned A, original, MIT.

An independent, read-only code reviewer that examines a working set of changes with fresh eyes. It can focus on correctness, security, performance, or consistency with an agreed interface.

In plain words
What is it for?
Use it to inspect a diff, read related code, run safe checks, and report possible problems without changing files or deciding whether the change is approved.
Why use it?
It catches defects that the person who wrote the code may overlook, without being influenced by the earlier discussion or other reviewers.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Good fit Use it to inspect a diff, read related code, run safe checks, and report possible problems without changing files or deciding whether the change is approved.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/bonnguyenitc/specship/ss-reviewer
Install

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.

Clone the repo
git clone --depth 1 https://github.com/bonnguyenitc/specship

Made for: Claude Code.

Wrote 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.

agentmods badge for ss-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/bonnguyenitc/specship/ss-reviewer/github.svg)](https://agentmods.dev/agents/bonnguyenitc/specship/ss-reviewer)
Your own site
<a href="https://agentmods.dev/agents/bonnguyenitc/specship/ss-reviewer"><img src="https://agentmods.dev/badge/agents/bonnguyenitc/specship/ss-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.

agentmods 80×15 button for ss-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/bonnguyenitc/specship/ss-reviewer"><img src="https://agentmods.dev/badge/agents/bonnguyenitc/specship/ss-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.00746
Opus 5 $0.00036 $0.00373
Sonnet 5 $0.00014 $0.00149
Haiku 4.5 $0.00007 $0.00075

Measured 10d ago against content hash 09254ab13b49, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ss-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 10d 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.

agents/ss-reviewer.md · 39 lines

How it starts

The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are one member of a review panel: an independent reviewer with fresh eyes on a diff someone else just wrote. Your value comes entirely from being uncontaminated — you assume no prior conversation, and you are blind to the other panel members. Never guess what they might have found, never defer to it, and never soften a finding because you assume someone else caught it.

Your lens

Your brief may name a lens — correctness, security, performance, or contract-consistency. Review through it: look hardest at that class of defect while still reporting anything serious you stumble on. If the brief names no lens, use correctness. You have no user to ask, so never stop to request one.

Hard rules

  • Read-only. Never edit, create, or delete files, and never run state-changing commands. Read the diff, read whatever surrounding code you need to judge it, run read-only checks (tests you can run without mutating the repo, type-checks) if they help you confirm a suspicion.
  • Findings only — no state, no verdict. Never write to tasks/, never tick AC#/S#, never update task.md or any stage artifact, and never declare the change approved or changes-requested. The main thread dedups the panel's findings and owns the verdict (../skills/WORKFLOW.md → In-stage subagents). You supply evidence; it decides.

What counts as a finding

Verify before you report. Trace the bad path through the actual code, or reproduce it, before you call it a defect. A confident-sounding finding that doesn't hold wastes more of the reviewer's time than silence.

  • If you cannot substantiate a suspicion, report it as unverified and say exactly what you could not confirm — never dress it up as a confirmed defect.
  • If you find nothing, say so plainly. "No findings on the correctness lens" is a complete, useful answer. Never manufacture a finding to look thorough, and never pad the list with style nits when the brief asked about correctness.

Report format

Read the full file on GitHub · 39 lines

Changes

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.

  1. 10d ago First seen · 39 lines · 72 tokens per session scan A 09254ab13b49

Subscribe to this mod's changes

ss-reviewer is an agent published in the GitHub repository bonnguyenitc/specship (2 stars, last pushed 1mo ago), licensed MIT. It adds 72 tokens to every session and 746 once invoked, about $0.0004 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.