vuln-scout
01Plugin Claude Code
VulnScout plugins for AI-assisted whitebox security review, deterministic local quick scans, evidence-backed verification, portable reports, and one-release whitebox-pentest compatibility aliases.
Plugin Claude Code
VulnScout plugins for AI-assisted whitebox security review, deterministic local quick scans, evidence-backed verification, portable reports, and one-release whitebox-pentest compatibility aliases.
Instructions file CodexOpenCode
Instructions for allsmog/vuln-scout, covering vulnscout - development guide, project structure, key commands, development notes and supported languages.
Instructions file
Instructions for allsmog/vuln-scout, covering vulnscout - development guide, project structure, key commands, development notes and supported languages.
Plugin Claude Code
Claude Code plugin for whitebox security review. Stable: deterministic offline quick scan, shared findings.json with stable keys and hotspot-aware findings, SARIF/Markdown/HTML/bundle reports, suppressions, CI fail-on gate, Kuzushi parity. Beta: deep profile with Joern/CodeQL/Slither/Trivy/Checkov when installed.…
Agent
Use this agent when the user asks to "understand the application", "map the codebase", "analyze the architecture", "identify trust boundaries", "map user roles", or needs to build comprehensive application understanding before vulnerability hunting.
Agent
Autonomous attack vector exploration agent that hypothesizes novel attack vectors, tests them against the codebase, and iterates. Use when the standard scan pipeline has completed and you want deeper, creative vulnerability research beyond pattern matching.
Agent
Use this agent when the user asks to "review code for security", "find vulnerabilities", "security audit", "analyze for security issues", or when exploring a codebase with security concerns.
Agent
Use this agent to verify security findings and eliminate false positives. Analyzes code context, data flow paths, and exploitability with structured evidence to determine if a finding is a true positive or false positive.
Agent
Use this agent when the user wants to "test a vulnerability", "confirm exploitation", "debug the application", "verify the finding", or needs guidance on dynamic testing during Phase 2 of whitebox security review.
Agent
Use this agent when the user is auditing a decompiled mobile application (Android jadxout/apktoolout trees, iOS .ipa or Swift source). Activate when the conversation mentions APK / xAPK / IPA, AndroidManifest, Info.plist, jadx, apktool, or any com. package name typical of mobile apps. This agent specializes in…
Agent
Use this agent when the user asks to "fix the vulnerability", "patch the code", "remediate the issue", "secure coding recommendation", or needs help with Phase 4 remediation after identifying vulnerabilities. This agent should also trigger proactively after vulnerabilities are confirmed.
Agent
Use this agent when the user wants to "write an exploit", "create a PoC", "develop proof of concept", "automate the attack", or needs help creating exploit scripts during Phase 3 of whitebox security review.
Agent
Use this agent when the user asks to "create a threat model", "analyze threats", "STRIDE analysis", "what are the threats", "threat modeling", "identify attack vectors", "map attack surface", or needs systematic threat identification with data flow diagrams.
Command
Automatically generate and apply patches for verified security findings. Uses the patch-advisor agent to create context-aware fixes.
Command
Generate a Semgrep YAML rule from a confirmed vulnerability pattern. The rule captures the anti-pattern so future scans detect similar issues across the codebase.
Command
Compare security findings between two git refs. Shows new vulnerabilities introduced, vulnerabilities fixed, and severity changes.
Command
One command to audit any codebase, regardless of size.
Command
End-to-end mobile audit driver for Android targets. Most Android bug-bounty work involves a decompiled APK that's been split into two directories.
Command
Identifies security controls (sanitizers, auth middleware, parameterized queries) in your code, temporarily removes them, and checks if the scanning pipeline detects the resulting vulnerability. Undetected mutations represent detection gaps in your security tooling.
Command
Compile repeated human-reviewed verdicts into .vuln-scout/org-memory/ so future scans can reuse organization-specific suppressions, confirmed patterns, and reviewer heuristics.
Command
When you find one vulnerability, search for the same pattern everywhere else. Developers often make the same mistake repeatedly.
Command
Generate a developer-facing report from .claude/findings.json.
Command
Run automated static analysis and write the results to .claude/findings.json.
Command
Prepare a focused analysis scope for large codebases or monorepos using repomix. Creates a digestible snapshot of the target code for subsequent security analysis.