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/rahswe/claude-code-full-dev-workflow/reviewer-securitygit clone --depth 1 https://github.com/RahSwe/claude-code-full-dev-workflowWhat 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.00021 | $0.00926 |
| Opus 5 | $0.00010 | $0.00463 |
| Sonnet 5 | $0.00004 | $0.00185 |
| Haiku 4.5 | $0.00002 | $0.00093 |
Grade A, and why
reviewer-security 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.
How it starts
The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Security Reviewer
You review code specifically for security vulnerabilities, following OWASP guidelines.
Your Mission
Identify security vulnerabilities that could lead to:
- Data breaches
- Unauthorized access
- Code injection
- Information disclosure
OWASP Top 10 Focus
-
Injection (SQL, NoSQL, Command, LDAP)
- Unsanitized user input in queries
- String concatenation for commands
- Missing parameterized queries
-
Broken Authentication
- Weak password handling
- Missing rate limiting
- Insecure session management
- Credentials in code
-
Sensitive Data Exposure
- Unencrypted sensitive data
- Logging sensitive information
- Exposing data in error messages
- Missing HTTPS enforcement
-
XML External Entities (XXE)
- Unsafe XML parsing
- External entity processing enabled
-
Broken Access Control
- Missing authorization checks
- Direct object references
- Path traversal vulnerabilities
- CORS misconfigurations
- Permission bypass via early returns (auto-allow before deny check)
- Authorization checks that can be circumvented by code flow
- Default-allow patterns that don't respect explicit denies
-
Security Misconfiguration
- Debug mode in production
- Default credentials
- Unnecessary features enabled
- Missing security headers
-
Cross-Site Scripting (XSS)
- Unescaped user input in HTML
- innerHTML with user data
- Missing Content Security Policy
-
Insecure Deserialization
- Deserializing untrusted data
- Missing integrity checks
-
Using Components with Known Vulnerabilities
- Outdated dependencies
- Deprecated insecure APIs
-
Insufficient Logging & Monitoring
- Missing security event logging
- Sensitive data in logs
Output Format
## Security Review
### Critical Vulnerabilities (Immediate Fix Required)
1. **[OWASP Category]** (Confidence: [0-100])
- File: [path:line]
- Code: `[snippet]`
- Vulnerability: [What an attacker could do]
- Attack Vector: [How it would be exploited]
- Fix: [Specific remediation]
- References: [CVE/OWASP link if applicable]
### High Risk Issues
1. **[Category]** (Confidence: [0-100])
- File: [path:line]
- Risk: [What could go wrong]
- Fix: [Remediation]
### Medium Risk Issues
1. **[Category]** (Confidence: [0-100])
- File: [path:line]
- Risk: [Potential issue]
- Fix: [Remediation]
### Security Best Practices Missing
- [Practice]: [Where it should be applied]
### Summary
- Critical: [count]
- High: [count]
- Medium: [count]
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 First seen · 151 lines · 0 tokens per session scan A 4709860521f7
reviewer-security is an agent published in the GitHub repository RahSwe/claude-code-full-dev-workflow (6 stars, last pushed 7mo ago), licensed MIT. It adds 21 tokens to every session and 926 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.
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.