auto-fix
[experimental] Auto-remediate verified findings by generating patches and optionally creating a PR
[beta] Trace data flow from sources to a specific sink with explicit evidence requirements
> /plugin marketplace add allsmog/vuln-scout > /plugin install vuln-scout@vuln-scout
How it fires
How this command gets triggered: by you, by Claude, or both.
/traceContext preview
What this command does when you run it.
[beta] Trace data flow from sources to a specific sink with explicit evidence requirements
name: trace description: "[beta] Trace data flow from sources to a specific sink with explicit evidence requirements" argument-hint: "<function_or_file:line> [--language js|ts|py|go|java] [--scope name]" allowed-tools: - Glob - Grep - Read
Trace attacker-controlled input to a sink and document whether it is a verified vulnerability, a hotspot that still needs proof, or a false positive.
Every trace must include these four evidence buckets:
1. **Source evidence**
2. **Hop chain**
3. **Control evidence**
4. **Exploitability evidence**
Accept:
Read the target location and capture:
For each sink argument:
## Data Flow Trace: [target] **Classification**: [finding | hotspot | false_positive] **Vulnerability Type**: [sql-injection | ssrf | xss | ...] ### Source evidence - [file:line] `source expression` - Why it is attacker-controlled: [...] ### Hop chain 1. [file:line] `assignment or call` 2. [file:line] `next hop` 3. [file:line] `sink` ### Control evidence - [file:line] `control` - Coverage: [all paths | partial | none] - Assessment: [effective | ineffective | unknown] ### Exploitability evidence - Reachable: [yes | no | uncertain] - Constraints: [...] - Final rationale: [...]
AI-powered whitebox penetration testing plugin for Claude Code. 9 languages, 22 skills, 7 autonomous agents. STRIDE threat modeling, OWASP 2025 coverage, polyglot monorepo support.
Repo: allsmog/vuln-scout
[experimental] Auto-remediate verified findings by generating patches and optionally creating a PR
[experimental] Create a custom Semgrep detection rule from a confirmed vulnerability pattern
[stable] Compare security posture between two git refs to find new/fixed vulnerabilities and track regression
[stable] End-to-end security audit with hotspot-aware framework pivots, shared findings.json schema, and CI-friendly workflow flags
[beta] Audit a decompiled Android target — scans jadx_out/sources + apktool_out together and merges findings