arsenal
Show which external bug-bounty tools are installed on this machine and print install hints for the missing ones. Curated from high-signal repos. Use to…
Run Semgrep security rulesets over fetched JS/source and map results into the toolkit's severity + confidence model. Usage: /sast <path> [--config p/xss,p/jwt] [--json]
$ npx -y skills add shuvonsec/claude-bug-bounty --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/sastContext preview
What this command does when you run it.
Run Semgrep security rulesets over fetched JS/source and map results into the toolkit's severity + confidence model. Usage: /sast <path> [--config p/xss,p/jwt] [--json]
description: Run Semgrep security rulesets over fetched JS/source and map results into the toolkit's severity + confidence model. Usage: /sast <path> [--config p/xss,p/jwt] [--json]
Recon downloads JS bundles and (sometimes) leaked source, but nothing runs a real static analyzer over it — the skills' grep patterns get eyeballed by hand. This drives **Semgrep** across that source and normalizes every hit into this toolkit's states so findings drop straight into the validation gate.
/sast recon/target.com/js/ # default security packs /sast app/ --config p/xss,p/jwt /sast app.js --json
Run directly:
tools/sast_scan.py recon/target.com/js/
Default packs (Semgrep Registry): `p/security-audit`, `p/secrets`, `p/xss`, `p/sql-injection`, `p/command-injection`. Override with `--config`. Registered in `tools/external_arsenal.sh` as `semgrep|sast`; if Semgrep isn't installed the command prints the install hint and exits cleanly.
| Semgrep | Toolkit | Notes | |---|---|---| | `ERROR` | HIGH | | | `WARNING` | MEDIUM | bumped to HIGH for sql-injection / rce / ssrf / secret / xxe / path-traversal rules | | `INFO` | INFORMATIONAL | not a vulnerability on its own |
Every SAST hit is tagged **`POSSIBLE`**, never `CONFIRMED`. Static analysis is a *lead*, not proof: a flagged sink still needs a live request that demonstrates impact before it goes in a report. `/validate` enforces this — no runtime PoC, no submission. Use `/sast` to point `/hunt` at the right lines fast, not to file findings directly.
`/recon` → JS/source pulled → `/sast` → ranked sink list → `/hunt` the HIGH sinks → `/validate` with a real PoC → `/report`.
AI-powered bug bounty hunting toolkit that works with or without subscription.
Repo: shuvonsec/claude-bug-bounty
Show which external bug-bounty tools are installed on this machine and print install hints for the missing ones. Curated from high-signal repos. Use to…
Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot…
HIBP k-anonymity check on a password wordlist. Enriches each password with its breach count, ranks DESC. Free API (no key), only first 5 chars of SHA-1 sent.…
Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF fingerprint, vendor-specific). Wraps byp4xx when…
Build an exploit chain — given bug A, finds B and C to combine for higher severity and payout. Knows common chain patterns: IDOR→ATO, SSRF→cloud metadata,…
Sweep cloud assets for a target — public S3/Azure/GCP buckets via S3Scanner and cloud_enum, plus CloudFlare-bypassed origin IPs via CloudFail (or built-in…