security-review

Installation
Summary

Systematic security code review identifying high-confidence vulnerabilities with data-flow verification.

  • Focuses exclusively on HIGH CONFIDENCE findings: vulnerable patterns with confirmed attacker-controlled input, skipping theoretical issues and framework-mitigated code
  • Requires codebase research before reporting: traces data flow, checks for validation/sanitization, and verifies exploitability rather than pattern-matching alone
  • Covers 14 vulnerability categories (injection, XSS, authorization, cryptography, deserialization, SSRF, and more) with language-specific guides for Python, JavaScript, Go, Rust, and Java
  • Distinguishes server-controlled values (settings, env vars, hardcoded constants) from attacker-controlled input to eliminate false positives
  • Reports findings with severity classification (Critical/High/Medium/Low), location, impact, evidence, and remediation guidance
SKILL.md

Security Review Skill

Identify exploitable security vulnerabilities in code. Report only HIGH CONFIDENCE findings—clear vulnerable patterns with attacker-controlled input.

Scope: Research vs. Reporting

CRITICAL DISTINCTION:

  • Report on: Only the specific file, diff, or code provided by the user
  • Research: The ENTIRE codebase to build confidence before reporting

Before flagging any issue, you MUST research the codebase to understand:

  • Where does this input actually come from? (Trace data flow)
  • Is there validation/sanitization elsewhere?
Related skills

More from getsentry/skills

Installs
5.3K
GitHub Stars
692
First Seen
Jan 29, 2026