2

    owasp-top10-reviewer

    by Julian

    A rigorous security auditor that scans code for OWASP Top 10 vulnerabilities with severity ratings and concrete fixes.

    Updated May 2026
    Security scanned
    One-time purchase
    Works with VS Code

    $15

    One-time purchase

    30-day refund guarantee

    Secure checkout via Stripe

    Included in download

    • Audit API endpoints for IDOR and broken access control vulnerabilities.
    • Detect SQL injection risks and suggest parameterized query fixes.
    • file_read, file_write automation included
    • Ready for Works with VS Code
    • Instant install

    Sample Output

    A real example of what this skill produces.

    OWASP Top 10 Security Audit Report

    Scope: get_profile endpoint — app.py Language/Framework: Python + Flask Risk Summary: 0 Critical 2 High 1 Medium 0 Low

    A01: Broken Access Control — FAIL Finding: No authentication check. Any user can access any other user's profile by changing the user_id parameter (IDOR). Severity: High Fix: Add session/JWT check. Verify current_user.id == user_id before executing query.

    A02: Cryptographic Failures — PASS Finding: No issues found in this snippet.

    A03: Injection — FAIL Finding: f-string interpolation directly in SQL query. Passing user_id=1 OR 1=1 dumps the entire users table. Severity: High Fix: db.execute("SELECT * FROM users WHERE id = ?", (user_id,))

    A04: Insecure Design — PASS A05: Security Misconfiguration — FAIL Finding: jsonify(result) returns all columns including password hashes. Severity: Medium Fix: SELECT id, name, email FROM users WHERE id = ?

    A06–A10: PASS or N/A (not applicable to this endpoint snippet)

    Overall Assessment: Two High-severity vulnerabilities allow any unauthenticated user to read or dump the entire users table. Fix A03 first — it is trivial to exploit with one request.

    Immediate Actions:

    1. Replace f-string SQL with parameterized query (A03 — High)
    2. Add authentication + IDOR check (A01 — High)
    3. Restrict SELECT to needed columns (A05 — Medium)

    About This Skill

    Automated OWASP Top 10 Security Auditing

    Ensure your applications are secure before they ever hit production. This skill performs a rigorous, deep-dive security audit of your source code, API endpoints, and system designs, specifically checking against the 2021 OWASP Top 10 vulnerabilities.

    What it does

    It acts as an automated security architect that reviews your pull requests or snippets for risks like SQL injection, broken access control, and cryptographic failures. Unlike general-purpose LLM prompting, this skill follows a strict 10-point inspection protocol, ensuring no category is overlooked and every finding is backed by a concrete fix.

    • Comprehensive Coverage: Systematic checks from A01 (Access Control) to A10 (SSRF).
    • Development Framework Support: Expert analysis for Node.js, Python, Java, Go, and more.
    • Context-Aware Ratings: Issues are categorized by severity (Critical to Low) based on real-world exploitability.
    • Actionable Remediation: Every vulnerability includes the specific code change required to fix it.

    Why use this skill

    While standard AI might catch obvious bugs, this skill is programmed with a security-first mindset. It identifies structural design flaws, insecure configurations, and dependency risks that simple code reviews miss. The output is a professional, structured audit report ready for developers and stakeholders alike.

    📖 Learn more: Best Code Review Skills for Claude Code →

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Read Files
    Write Files

    File Scopes

    owasp-top10-reviewer/**

    Works with VS Code/GitHub Copilot, Cursor, OpenAI Codex, Google Antigravity, Claude Code, and any agent supporting the AgentSkills open standard. Install at .agents/skills/owasp-top10-reviewer/SKILL.md.

    Creator

    Building AI skills that encode proven frameworks. Each skill distills industry standards into triggerable workflows for developers and founders. I package battle-tested mental models into AI skills. Hope you like my skills. Much love from Germany Julian <3

    Frequently Asked Questions

    More Premium Skills

    $15