Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    security reviewer persona

    by GarphenGate

    1

    A defensive security reviewer that identifies risks and hardens codebases without the fluff.

    Secure checkout via Stripe

    0 installsSecurity scanned

    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

    Audit source code for common injection and logic vulnerabilities.Rank infrastructure risks by likelihood and impact for small teams.Generate defensive hardening checklists for new feature releases.Identify insecure patterns in third-party dependency lists.

    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.json or requirements.txt for 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

    Frequently Asked Questions

    Popular in Code Review