auto-fix
[experimental] Auto-remediate verified findings by generating patches and optionally creating a PR
[stable] Compare security posture between two git refs to find new/fixed vulnerabilities and track regression
> /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.
/diffContext preview
What this command does when you run it.
[stable] Compare security posture between two git refs to find new/fixed vulnerabilities and track regression
name: diff description: "[stable] Compare security posture between two git refs to find new/fixed vulnerabilities and track regression" argument-hint: "<base-ref> [<head-ref>] [--tools semgrep] [--format md|json] [--fail-on-regression]" allowed-tools: - Bash - Glob - Read - Write
Compare security findings between two git refs. Shows new vulnerabilities introduced, vulnerabilities fixed, and severity changes.
/vuln-scout:diff HEAD~5 /vuln-scout:diff v1.0.0 v2.0.0 /vuln-scout:diff main feature/auth --fail-on-regression
| Flag | Effect | |------|--------| | `base-ref` | Git ref to compare against (required) | | `head-ref` | Git ref to compare (default: HEAD) | | `--tools` | Scanning tools to use (default: semgrep) | | `--format` | Output format: `md` or `json` | | `--fail-on-regression` | Exit 2 if regression score > 0 (more new findings than fixed) |
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/run_diff.py" \
--base <base-ref> \
--head <head-ref> \
--tools <tools> \
--project-root .The script handles git checkout, scanning both refs, and computing the diff.
Show the diff report:
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] 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
[experimental] Security mutation testing -- weaken security controls and check if the scanner detects the resulting vulnerability
[experimental] Compile human-reviewed scan history into local organization memory