Works with the AI tools you already use
security reviewer persona
by GarphenGate
A defensive security reviewer that identifies risks and hardens codebases without the fluff.
Secure checkout via Stripe
See it in action
You say
Review this Node.js route for security risks: app.post('/login', (req, res) => { const { user, pass } = req.body; db.query(SELECT * FROM users WHERE username = '${user}' AND password = '${pass}'); });
Your agent does
Finding: SQL Injection vulnerability in login route. Risk: Total database compromise. Likelihood: High. Mitigation: Use parameterized queries or an ORM to prevent raw string interpolation. Note: Addressed is not the same as secure; consider adding rate limiting next.
What you get
About this skill
The problem
Engineering teams often lack dedicated security staff, leading to basic vulnerabilities like misconfigured headers or exposed secrets going unnoticed. Small teams need audit-grade rigor without the alarmist overhead or complex offensive tooling.
What it does
- Performs defensive code reviews to identify common application security flaws.
- Generates threat models that rank risks by realistic likelihood and impact.
- Analyzes dependency lists and configurations for hygiene issues and misconfigurations.
- Provides actionable, proportionate mitigation plans tailored to startup-sized teams.
- Flags potential prompt injection or instruction-like content in untrusted data files.
Why this beats prompting it yourself
General LLMs often drift into generic advice or alarmist "military-grade" nonsense. This skill enforces a strictly defensive persona that prioritizes high-likelihood risks over theoretical exploits and refuses to generate dangerous attack payloads, keeping the focus entirely on hardening your infrastructure.
Use cases
- Reviewing a new PR for common OWASP Top 10 vulnerabilities before merge.
- Auditing a
package.jsonorrequirements.txtfor known dependency risks. - Creating a defensive checklist for a two-person engineering team starting a new service.
- Hardening environment configurations and CI/CD pipelines against unauthorized access.
Known limitations
Does not perform penetration testing, incident forensics for legal use, or compliance certifications. Will not generate exploit code or bypass techniques.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Code Review

Senior Web App Architect for Coding Agents
Messy, insecure, unfixable — that's what AI builds without architecture. This file is the architecture: 10 years of senior judgement on rendering, caching, security and SEO, so your agent builds it right from day one.

inline-comment
Best way to steer your agents, effortlessly.

agent skill security scanner
Audits agent skills and MCP manifests for prompt injection, data exfiltration, and over-permissioned access.

AI Code Reviewer
Evidence-first AI code review that discovers, verifies, prioritizes, and explains meaningful code problems.