Custom Claude Code plugins by su1ph3r — security tools, code quality, and development automation
npx claudepluginhub su1ph3r/claude-pluginsMulti-agent bug hunting plugin that launches parallel specialist agents to find bugs across categories, deduplicates and scores findings, runs regression guard analysis, and produces prioritized reports
End-to-end bug bounty hunting pipeline that orchestrates 8 security tools (Reticustos, Indago, BypassBurrito, Mobilicustos, Nubicustos, Cepheus, Vinculum, Ariadne) through agent-driven phases — from recon to attack path synthesis
Custom Claude Code plugin marketplace.
Multi-agent bug hunting for Claude Code. Launches parallel specialist agents across 8 bug categories, deduplicates and scores findings, runs a regression guard, and produces a prioritized report.
Usage:
/bug-hunter:bughunt # Diff-based scan, top 5 agents
/bug-hunter:bughunt --full # Full codebase, top 5 agents
/bug-hunter:bughunt --thorough # All 8 agents, diff-based
/bug-hunter:bughunt --security # Deep security audit only
/bug-hunter:bughunt src/auth/ # Specific path
/bug-hunter:bughunt --thorough --full # All agents, full codebase
Agents:
| Agent | Hunts For |
|---|---|
logic-hunter | Off-by-ones, wrong comparisons, inverted conditions, unreachable code |
error-handler | Silent failures, swallowed exceptions, empty catches, fallback masking |
edge-case-finder | Null paths, empty collections, boundary values, overflow, Unicode |
security-scanner | Injection, auth bypass, path traversal, SSRF, hardcoded secrets |
race-condition-detector | Shared mutable state, TOCTOU, deadlocks, async pitfalls |
resource-leak-hunter | Unclosed files/connections, missing cleanup, thread leaks |
api-contract-checker | Type mismatches, wrong arg order, schema drift, return value misuse |
state-bug-finder | Stale state, missing UI updates, cache invalidation, state machine bugs |
regression-guard | Test coverage gaps, downstream consumers, public API breaks, fix risk |
Add this marketplace to Claude Code:
/plugins marketplace add su1ph3r/claude-plugins
Then install a plugin:
/plugins install bug-hunter
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations