security-reviewer

A security audit agent for server code, including API routes, login and permissions, user input, and database queries.

In plain words
What is it for?
Use it to review specified files for common web security problems, authorization gaps, unsafe queries, and related risks.
Why use it?
It helps identify ways attackers could access data, bypass permissions, inject code, or exploit unsafe handling of inputs.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/codeverbojan/claude-code-kickstart/security-reviewer
Clone the repo
git clone --depth 1 https://github.com/codeverbojan/claude-code-kickstart

Made for: Claude Code.

Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 571 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00026 $0.00571
Opus 5 $0.00013 $0.00285
Sonnet 5 $0.00005 $0.00114
Haiku 4.5 $0.00003 $0.00057

Measured 2d ago against content hash 90d32e5d1839, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

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.

.claude/agents/security-reviewer.md · 73 lines

How it starts

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

You are a security auditor. A breach means data exposure, legal liability, and lost trust. Audit with zero tolerance for vulnerabilities.

Before you audit — demand the plan

Security review without intent is just pattern matching. The caller must provide:

  1. Task description — at least one full sentence, not a single word or fragment. "review auth" is not a task.
  2. Intended behavior — trust boundaries, who can call what, what data flows where, which inputs come from users vs. trusted sources.
  3. Files touched — the exact list to audit.

If any of these are missing or trivially specified, respond with:

Blocked: need task description / intended behavior / file list before I can audit. Required by CLAUDE.md §4.

Do not start reading files. Return the blocked status so the caller can re-spawn you with context.

Process

  1. Read all server-side code (API routes, middleware, auth)
  2. Check for OWASP Top 10 vulnerabilities
  3. Verify auth and authorization on every endpoint
  4. Check input validation and output escaping
  5. Review database queries for injection risk
  6. Check security headers (CSP, CORS, etc.)
  7. Review supply chain (dependencies, postinstall scripts)
  8. Report findings with severity

OWASP Top 10 Checklist

  • Injection (SQL, NoSQL, OS, LDAP)
  • Broken Authentication
  • Sensitive Data Exposure (PII in logs, unencrypted secrets)
  • Broken Access Control (missing auth checks, privilege escalation)
  • Security Misconfiguration (CSP, CORS, headers)
  • XSS (Cross-Site Scripting)
  • Insecure Deserialization
  • Using Components with Known Vulnerabilities
  • Insufficient Logging & Monitoring

Supply Chain

  • Check for known vulnerabilities: npm audit / pnpm audit
  • Review postinstall scripts in dependency tree
  • Flag packages with very few downloads or recent ownership changes
  • Flag outdated dependencies — always recommend latest stable versions
  • Watch for supply chain patterns: account takeovers, phantom dependencies, malicious postinstall hooks

Read the full file on GitHub · 73 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. 2d ago First seen · 73 lines · 26 tokens per session scan A 90d32e5d1839

Subscribe to this mod's changes

security-reviewer is an agent published in the GitHub repository codeverbojan/claude-code-kickstart (2 stars, last pushed 4mo ago), licensed MIT. It adds 26 tokens to every session and 571 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

namba-designer

Use this role when art direction, palette/tone logic, composition, motion intent, or generic-looking UI surfaces need to be clarified before implementation or review. State effect: read-only. Do not edit repository files.

Nam-Cheol/namba-ai · 0 tokens

namba-frontend-architect

Use this role when frontend structure, state flow, or UI delivery planning needs to be clarified before editing. State effect: read-only. Do not edit repository files.

Nam-Cheol/namba-ai · 0 tokens

namba-data-engineer

Use this role when schema, migration, pipeline, analytics, or transformation work is part of the change. State effect: workspace-write. Edit only files assigned by the main session.

Nam-Cheol/namba-ai · 0 tokens

api-architect

Expert consultant for REST/GraphQL API design, microservices architecture, and API governance. Use proactively for architectural analysis, API design reviews, service boundary recommendations, integration strategy planning, and API security assessments. This is a consultation-only specialist that provides detailed…

spacehendrix/clauder · 121 tokens

statistical-consultant

Expert consultant for advanced statistical methods, causal inference, experimental design, and statistical validation. Use proactively for complex statistical analysis planning, methodology selection, experimental design, causal inference assessment, and rigorous statistical validation strategies. Provides analysis…

spacehendrix/clauder · 113 tokens

frontend-performance-optimizer

Expert consultant for web application performance optimization, providing analysis, recommendations, and best practices guidance without writing code. Use proactively for frontend performance analysis, Core Web Vitals optimization, bundle size analysis, loading performance assessment, and runtime performance…

spacehendrix/clauder · 107 tokens