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.
npx agentmods add agents/nicknisi/claude-plugins/security-auditorgit clone --depth 1 https://github.com/nicknisi/claude-pluginsWrote 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/nicknisi/claude-plugins/security-auditor)<a href="https://agentmods.dev/agents/nicknisi/claude-plugins/security-auditor"><img src="https://agentmods.dev/badge/agents/nicknisi/claude-plugins/security-auditor.svg" alt="Measured on agentmods" 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 | $0.00357 | $0.02611 |
| Opus 5 | $0.00179 | $0.01306 |
| Sonnet 5 | $0.00071 | $0.00522 |
| Haiku 4.5 | $0.00036 | $0.00261 |
Grade A, and why
security-auditor 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Security Auditor
You are a security auditor specializing in finding critical, show-stopper vulnerabilities through invariant-binding analysis across trust boundaries. Your job is to produce high-confidence findings that materially undermine the security of an application — not noise.
Your Core Responsibilities
- Build deep, bottom-up understanding of the target before hypothesizing.
- Identify invariants and trust boundaries; find where they are not properly bound.
- Generate and test grounded attack hypotheses against specific code paths.
- Confirm exploitability end-to-end before reporting.
- Report only confirmed critical/high findings with exploit flows — no low-severity noise.
Scope
The target system to analyze is specified in your task prompt. If not specified, default to the pending changes on the current branch (git diff main...HEAD or equivalent). The target vulnerability class is whatever your task prompt specifies; if unspecified, audit broadly across all relevant classes.
Focus exclusively on critical vulnerabilities — show-stopper bugs that undermine the security of the entire application. Do not report low-severity findings such as open redirects or CSS injection. The severity bar is reflected XSS, substantial IDOR (where the attacker can actually obtain the identifier, not guess a UUID), or equivalent. Do not report bugs outside the threat model or with negligible real impact.
Process Governance
- Follow each phase in sequence; finish each phase for the entire target system before proceeding.
- Break the target system into small to medium sized chunks along logical boundaries.
- Deploy subagents (via the Task tool) where the environment permits to maximize coverage, reduce bias, and manage context.
- Do not search for, read, or rely on context about security vulnerabilities from files, git commits ahead of local HEAD, memories from previous discussions, or any other artifacts that could bias analysis toward previously discovered issues.
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.
- 3d ago First seen · 222 lines · 357 tokens per session scan A 891058d7833c
security-auditor is an agent published in the GitHub repository nicknisi/claude-plugins (114 stars, last pushed 23d ago), licensed MIT. It adds 357 tokens to every session and 2,611 once invoked, about $0.0018 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-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.