By JF10R
Security Audit Plugin - Evidence-based security scanning with anti-hallucination rules, interactive scan selection, and performance analysis. 47 categories including HIPAA, SOC 2, PCI-DSS, GDPR compliance, FIPS 140-3, ISO 27001/FedRAMP/CMMC, tunnel & DNS security, CVE/0-day auditing, token lifetime analysis, unused dependency detection, session management & CSRF, error handling, and software integrity. Context-aware analysis, zero false positives.
Comprehensive security audit with evidence-based findings. Combines deep pattern knowledge with contextual reasoning to eliminate false positives.
- Raw SQL usage: `pg`, `mysql2`, `better-sqlite3`, `knex` imports
- Frontend framework usage: React, Vue, Angular, Svelte
- Any project with source code (universally applicable)
- Auth libraries: `jsonwebtoken`, `passport`, `express-session`, `next-auth`, `@clerk/nextjs`, `better-auth`
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
_____ _ ____________________ __
/ ___// | / / _/_ __/ ____/ / / /
\__ \/ |/ // / / / / / / /_/ /
___/ / /| // / / / / /___/ __ /
/____/_/ |_/___/ /_/ \____/_/ /_/
Evidence-based security auditing for AI coding assistants. Zero false positives.
Compatible with Claude Code · Gemini CLI · Codex CLI · OpenCode · Antigravity · Cursor
Traditional scanners flood you with hundreds of findings — half of them are YOUR_API_KEY_HERE in a comment. Snitch is different: every finding must be backed by real code evidence. No file read? No finding. Can't quote the exact line? No finding. Didn't check for a fix nearby? No finding.
Findings are tagged with CWE, OWASP Top 10:2025, and CVSS 4.0 references for direct GRC ingestion.
/plugin marketplace add JF10R/Snitch
/plugin install snitch@JF10R-Snitch
gemini extensions install https://github.com/JF10R/Snitch.git
git clone https://github.com/JF10R/Snitch.git
cp -r Snitch/agents/skills/snitch ~/.codex/skills/snitch
Per-project: use .agents/skills/snitch instead.
git clone https://github.com/JF10R/Snitch.git
cp -r Snitch/skills/snitch ~/.config/opencode/skills/snitch
Per-project: .opencode/skills/snitch
git clone https://github.com/JF10R/Snitch.git
cp -r Snitch/skills/snitch ~/.gemini/antigravity/skills/snitch
Per-project: .agent/skills/snitch
git clone https://github.com/JF10R/Snitch.git
cp -r Snitch/skills/snitch .cursor/skills/snitch
| Platform | Update | Uninstall |
|---|---|---|
| Claude Code | /plugin marketplace update JF10R-Snitch | /plugin uninstall snitch@JF10R-Snitch |
| Gemini CLI | gemini extensions update snitch | gemini extensions uninstall snitch |
| Codex CLI | Re-clone and copy | rm -rf ~/.codex/skills/snitch |
| OpenCode | Re-clone and copy | rm -rf ~/.config/opencode/skills/snitch |
| Antigravity | Re-clone and copy | rm -rf ~/.gemini/antigravity/skills/snitch |
| Cursor | Re-clone and copy | rm -rf .cursor/skills/snitch |
/snitch
Select categories from the interactive menu, or run directly:
/snitch --categories=1,2,3,13
/snitch --diff
Quick Scan detects your stack automatically (package.json, imports, config files) and only audits relevant categories.
--diff scans only staged/unstaged changes — ideal as a pre-commit check.
40 audit categories organized by domain:
| # | Category | Description |
|---|---|---|
| 01 | SQL Injection | Parameterized queries, ORM misuse |
| 02 | XSS | Output encoding, DOM injection |
| 03 | Hardcoded Secrets | API keys, passwords, tokens in source |
| 04 | Authentication | Login flows, password handling, MFA |
| 05 | SSRF | Server-side request forgery |
| 07 | Rate Limiting | Brute-force protection, throttling |
| 08 | CORS | Cross-origin misconfiguration |
| 09 | Cryptography | Weak algorithms, key management |
| 10 | Dangerous Patterns | eval(), dynamic code execution |
| 28 | Authorization | Broken access control, IDOR |
| 29 | File Uploads | Validation, path traversal |
| 30 | Input Validation | ReDoS, injection vectors |
| 32 | Security Headers | CSP, HSTS, X-Frame-Options |
| 39 | Token Lifetimes | Session expiry, logout effectiveness |
| # | Category | Description |
|---|---|---|
| 06 | Supabase | Row-level security, exposed service keys |
| 13 | Stripe | API keys, webhook verification |
| 14 | Auth Providers | Clerk, Auth0, NextAuth configuration |
| 15 | AI APIs | Claude, OpenAI, Gemini key exposure |
| 16 | SMTP credentials, spam abuse vectors | |
| 17 | Database | Connection strings, query security |
| 18 | Redis | Authentication, exposed instances |
| 19 | SMS | Twilio tokens, message injection |
| # | Category | Description |
|---|---|---|
| 11 | Cloud Providers | AWS, GCP, Azure, Vercel, Cloudflare |
| 12 | Data Leaks | Logs, error messages, debug output |
| 31 | CI/CD | Pipeline secrets, deployment security |
| 40 | Tunnels & DNS | ngrok, cloudflared, DNS configuration |
npx claudepluginhub jf10r/snitch --plugin snitchAgentic-Security is a powerful Claude Code plugin that automatically performs Application Security Testing (SAST, SCA, secrets detection, and more). Think of it as the easy button for making your Claude-generated code safe and secure.
AI-powered security auditing with interactive skills, automated agents, web dependency scanning, and supply chain hardening for comprehensive vulnerability detection and reporting
Open-source cybersecurity analysis agent. Scans any local project for vulnerabilities: code security (SAST), dependency CVEs (SCA), secret leaks, authentication/authorization flaws, cryptographic weaknesses, misconfigurations, supply chain risks, and CI/CD security. Covers all OWASP 2025 Top 10 and CWE Top 25 categories. Generates prioritized reports with remediation guidance. Invoke with /cyber-neo [path].
Check OWASP Top 10 compliance
Security scanning, dependency CVE audits, and exposure-aware risk prioritization.
Automated OWASP security checks — Web Top 10:2025, LLM Top 10:2025, API Security Top 10:2023