ai-ml-attacks
This skill should be used when the user asks about "AI security", "ML pipeline attacks", "prompt injection", "model deserialization", "unsafe model loading",…
Diff-aware PR security review with verified findings and PR comment payload.
$ npx -y skills add allsmog/vuln-scout --skill review-pr --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/review-prContext preview
The summary Claude sees to decide when to auto-load this skill.
Diff-aware PR security review with verified findings and PR comment payload.
name: review-pr description: Diff-aware PR security review with verified findings and PR comment payload.
Use this task skill when the user asks to review this PR, scan a PR, run a diff scan, or check a pull request for vulnerabilities.
1. Identify the base ref, defaulting to `origin/main` when the user does not specify one. 2. Run `/vuln-scout:diff <base>` to produce changed-code findings. 3. Call `code-reviewer` on new or changed findings only. 4. Run `/vuln-scout:verify --from .claude/diff-findings.json` for findings that affect the PR. 5. Call `false-positive-verifier` for high-impact or ambiguous results. 6. Trigger `poc-safety-check` before any dynamic validation or PoC work. 7. Render `/vuln-scout:report --format md` for the PR comment payload. 8. Optionally render `/vuln-scout:report --format bundle --output evidence-bundle` for evidence handoff.
Do not trigger for general git diff questions, style-only code review, STRIDE threat modeling, or framework-specific vulnerability education without a PR review request.
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
This skill should be used when the user asks about "AI security", "ML pipeline attacks", "prompt injection", "model deserialization", "unsafe model loading",…
This skill should be used when the user asks about "business logic", "workflow vulnerability", "trust boundary", "state machine", "authorization bypass",…
This skill should be used when the user asks about "cache poisoning", "web cache deception", "CDN cache", "proxy cache", "nginx cache", "varnish", "cache key…
This skill should be used when the user asks about "cloud security", "AWS security", "GCP security", "Azure security", "Kubernetes security", "IMDS", "instance…
This skill should be used when the user asks about "compliance mapping", "PCI-DSS", "HIPAA", "SOC 2", "NIST CSF", "regulatory requirements", "compliance…
This skill should be used when the user asks about "Code Property Graph", "CPG analysis", "Joern queries", "CPGQL", "data flow verification", "taint tracking…