auto-fix
[experimental] Auto-remediate verified findings by generating patches and optionally creating a PR
[experimental] Compile human-reviewed scan history into local organization memory
> /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.
/org-memory-compileContext preview
What this command does when you run it.
[experimental] Compile human-reviewed scan history into local organization memory
name: org-memory-compile description: "[experimental] Compile human-reviewed scan history into local organization memory" argument-hint: "[--privacy open|hashed|strict] [--dry-run] [--allow-commit] [--force]" allowed-tools: - Bash - Read - Write - Glob - Grep
Compile repeated human-reviewed verdicts into `.vuln-scout/org-memory/` so future scans can reuse organization-specific suppressions, confirmed patterns, and reviewer heuristics.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/org_memory_compiler.py" \
--project-root . \
--privacy hashedpython3 "${CLAUDE_PLUGIN_ROOT}/scripts/org_memory_compiler.py" \
--project-root . \
--privacy strict \
--dry-run| Flag | Effect | |------|--------| | `--privacy open` | Store paths and excerpts verbatim | | `--privacy hashed` | Store SHA-256 hashes for paths and excerpts | | `--privacy strict` | Store only rule IDs, verdict counts, and CWE metadata | | `--dry-run` | Print proposed memory without writing files | | `--force` | Allow overwriting strict memory with open privacy | | `--allow-commit` | Do not add `.vuln-scout/org-memory/` to `.gitignore` |
Only human-reviewed provenance can graduate into org memory:
By default the compiler adds `.vuln-scout/org-memory/` to the target repository `.gitignore`. Use `--allow-commit` only when the repository owner has decided the generated memory is safe to commit.
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