All authors
H-mmer avatar

Claude Skills by H-mmer

github.com/H-mmer
63 skillsA× 62B× 10 installs18 views
AnalyzeA

Analyze recon output with AI to suggest high-value targets and attack strategies. Usage: /analyze <target>

testing-securitypythonapi
0
584
AutopilotA

Autonomous hunt orchestrator. INSATIABLE in --autonomous mode: enforces an EXHAUSTION CONTRACT (26 canonical hunter classes, surface probe A-I, depth-engine ≥25 attempts/class, wall-clock floor 90 min/target, PRE-COMPLETION GATE before any summary). No early stops, no clarifying questions, no auxiliary-agent substitution. Usage: /autopilot target.com [--interactive|--autonomous] [--20m-off] [--resume]

data-aijavascriptpython
0
584
BrainA

Manage the engagement brain. Subcommands: 'init' to set up, 'brief <target>' for pre-flight, 'status' for overview, 'exhausted [target]' to see dead ends.

data-aipython
0
584
ChainA

Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)

testing-securitypythonapi
0
584
CorrelateA

Run the finding correlation engine to discover attack chains from individual findings.

testing-securitypythonnode
0
584
CostA

Show cost tracking and ROI for this engagement.

data-aipython
0
584
DupcheckA

Check if a vulnerability has already been reported. Searches platform hacktivity + local findings. Usage: /dupcheck <vuln_type> e.g. /dupcheck XSS in search endpoint

data-aipythondatabase
0
584
FullscanA

Full security assessment with brain coordination. Multi-phase, skips known-exhausted areas, builds on prior knowledge.

testing-securitypythontesting
0
584
HuntA

Active vulnerability hunting on a target. Loads scope, reads brain, detects tech stack, runs targeted tests with concrete payloads. Usage: /hunt target.com [--vuln-class idor|xss|ssrf|sqli|ssti|oauth|rce|race|graphql|upload|business-logic|llm-ai]

testing-securityjavascriptpython
0
584
LearnA

Record a platform response and update learning. Usage: /learn <report_id> <status> [--bounty 500] [--vuln-type XSS]

data-aipython
0
584
MindmapA

Generate a text-based attack surface mindmap. Shows tech stack → vuln class → endpoint relationships. Usage: /mindmap <target>

testing-securitypythonrust
0
584
MonitorA

Monitor targets for changes. Usage: /monitor baseline (first run), /monitor check (detect changes), /monitor scope (check platform for scope updates)

testing-securitypythonapi
0
584
NewA

Create a new engagement workspace. Usage: /new <platform> <program> [--type web-app|api|mobile|smart-contract]

data-aipythonapi
0
584
PipelineA

Prepare the battlefield — recon, scanning, and surface ranking. Stops before hunting. Run /hunt or /autopilot after. Usage: /pipeline or /pipeline <target>

data-aijavascriptpython
0
584
QualityA

Score a report draft before submission. Usage: /quality <draft-path-or-finding-description>

data-ai
0
584
QuickscanA

Run a quick security scan on a target. Consults the Brain first, validates scope, runs passive recon + vuln scan in parallel.

data-aipythonapi
0
584
RememberA

Log a finding or pattern to persistent brain memory. Auto-fills from session context. Usage: /remember

testing-securitypython
0
584
ReportA

Generate submission-ready reports for all confirmed findings. Runs dedup, PoC builder, quality check, and report writer. Usage: /report bounty or /report pentest

data-aipython
0
584
ResumeA

Resume a previous hunt. Shows hunt history, untested endpoints, memory-informed suggestions. Usage: /resume target.com

data-aipythonapi
0
584
SastA

Source code vulnerability hunting (SAST). Decomposes analysis into specialized passes: map entry points, map dangerous ops, trace flows, find gaps, adversarial validation, exploit. Usage: /sast <repo_path> [--lang c|cpp|rust|java|python|go|php] [--min-score 4] [--max-files 30] [--skip-static] [--best-of N]

testing-securitypythonrust
0
584
StatusA

Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.

data-aipython
0
584
SubmitA

Draft and submit a vulnerability report to the bug bounty platform. Reads scope.yaml for platform/program, uses brain + findings for content. Always drafts first for review.

testing-securitypythonapi
0
584
SurfaceA

Show ranked attack surface for a target. Invokes recon-ranker agent. Usage: /surface target.com

testing-securitytesting
0
584
SyncA

Sync program scope, policy, and hacktivity from a bug bounty platform. Usage: /sync hackerone tesla or /sync bugcrowd uber

data-aipythontesting
0
584
TriageA

Batch-validate ALL findings through the 7-Question Gate. Kills weak findings in bulk. Usage: /triage

data-aipythonapi
0
584
ValidateA

Validate a finding through the 7-Question Gate + 4 gates. Kills weak findings FAST. Usage: /validate <finding description>

testing-securitypython
0
584
Agent Auth TesterA

Authentication and session management testing agent. Use for login bypass, session fixation, password reset flow abuse, MFA bypass, OAuth flaws, and privilege escalation testing. Provide the application URL and any credentials for testing.

testing-securitygosql
0
584
Agent BrainA

Central knowledge coordinator. Use BEFORE launching any other pentest agent to get context on what's already been tried. Also use AFTER any agent completes to record findings, exhausted vectors, and learned patterns. The brain prevents redundant work across sessions and agents.

testing-securityjavascriptgo
0
584
Agent Browser AgentA

Browser automation agent for interactive web testing. Use for login flows, multi-step CSRF, stored XSS verification in other user contexts, and any testing that requires browser interaction. Requires Claude in Chrome MCP.

testing-securityjavascriptgo
0
584
Agent Browser Stealth AgentA

Stealth browser automation agent for targets behind Cloudflare, Akamai, Google, DataDome, or PerimeterX bot detection. Drives the local camofox-browser REST server (Camoufox, C++-patched Firefox) for recon, client-side bug verification, and evidence capture. Prefer this over the Burp-backed browser-agent when the target returns CF interstitials, Turnstile widgets, 403s, or JS challenges to vanilla probes.

testing-securityjavascriptpython
0
584
Agent Browser VerifierA

Mandatory browser verification for client-side findings (XSS, DOM, postMessage, prototype pollution). Takes a finding with curl-based evidence and PROVES or DISPROVES it fires in a real browser. No finding ships without browser verification. Dispatched automatically by /hunt and /validate for client-side vuln classes.

testing-securitybashreact
0
584
Agent Business LogicA

Business Logic vulnerability specialist (H1 #28, CWE-840/841/639/362). Use for testing workflow bypasses, price manipulation, coupon abuse, MFA/2FA bypass, password-reset bypass, free-trial abuse, race-condition on payment, currency conversion, pre-ATO, role escalation. Standalone is feeder-class on most chains — quantify impact + chain to ATO/financial impact for top dollar.

testing-securityrustgo
0
584
Agent Chain BuilderA

Deep exploit chain builder. Given bug A, recursively walks the chain graph — each confirmed link becomes the new A. No depth limit. Supports 2-link to 10+ link chains. Use when you have any finding that needs escalation.

testing-securitypythonrust
0
584
Agent Cloud ReconA

Cloud misconfiguration scanner. Use for S3 bucket enumeration, Azure blob discovery, GCP storage checks, exposed cloud services, and cloud metadata analysis. Provide target domain or known cloud identifiers.

data-aigoaws
0
584
Agent Config AuditorA

Security header and server configuration auditor. Use for HTTP security header analysis, CSP evaluation, CORS policy review, TLS configuration assessment, cookie security, and server hardening checks. Provide target URL or list of URLs.

data-aijavascriptjava
0
584
Agent CorrelatorA

Finding correlation engine. Use AFTER multiple agents have reported findings to discover attack chains. Combines individual findings into higher-impact chains (e.g., open redirect + CORS + SSRF = token theft). Run periodically or before final reporting.

testing-securityrustshell
0
584
Agent Cors HunterA

CORS Misconfiguration specialist (H1 #58). Use for testing cross-origin resource sharing policies, origin reflection, null origin bypass, and credential-bearing cross-origin requests.

testing-securityjavascriptjava
0
584
Agent Csrf HunterA

CSRF specialist (H1 #57). Use for testing state-changing actions without proper token validation, SameSite cookie bypass, and CSRF in JSON/API endpoints.

data-aitestingapi
0
584
Agent Dast Devils AdvocateA

Adversarial validator for DAST findings. Attempts to DISPROVE each finding and DOWNGRADE severity. Catches inflated reports, unverified assumptions, and theoretical-only bugs. Dispatch after /validate PASS and before /report.

testing-securitypythongo
0
584
Agent File UploadA

File Upload vulnerability specialist (H1 #39). Use for testing upload restrictions, content-type bypass, extension filtering, path traversal in filenames, and web shell upload scenarios.

testing-securityphpshell
0
584
Agent Graphql AuditA

GraphQL API security specialist. Use for introspection analysis, query complexity attacks, injection testing, authorization bypass, and batching abuse on GraphQL endpoints.

testing-securitybashsql
0
584
Agent Idor HunterA

IDOR / BOLA specialist (H1 #55, OWASP API1:2023). Use for testing insecure direct object references and broken object level authorization across web apps, APIs, GraphQL endpoints, multi-tenant SaaS, mobile, automotive/IoT, and AI inference servers.

testing-securitynoderails
0
584
Agent Info DisclosureB

Information Disclosure specialist (H1 #18, CWE-200/209/215/538/668/798). Use for finding exposed sensitive data: stack traces, debug endpoints, config files, environment variables, API keys, .git/.env exposure, Spring Actuator surfaces, source code leaks. Standalone is feeder-class — must chain to be reportable.

testing-securityjavascriptgo
0
584
Agent Js AnalyzerA

JavaScript static analysis agent for client-side security review. Use for analyzing JS bundles, finding hardcoded secrets, tracing DOM XSS source-sink flows, identifying postMessage handlers, extracting API endpoints, and reviewing client-side access controls. Provide URLs or local JS file paths.

testing-securityjavascriptjava
0
584
Agent Llm Ai HunterA

LLM and Agentic AI vulnerability specialist. Covers OWASP LLM Top 10 v2025 (LLM01-LLM10) and OWASP Agentic AI Top 10 (AA-01..AA-10). Dispatcher passes subtype — 'prompt-injection', 'indirect-injection', 'tool-abuse', 'rag-poisoning', 'vector-idor', 'mcp', 'model-server', 'output-handling', or 'ascii-smuggling' — in the task; falls back to inference. Use when a target ships a chatbot, RAG / search-over-docs, AI assistant, MCP server, agentic tool-use plugin, model registry, inference server, o...

data-aipythonrust
0
584
Agent MonitorA

Continuous monitoring agent for authorized bug bounty programs. Modes: 'baseline' captures initial state, 'check' detects changes, 'scope' re-syncs platform scope. Runs in background.

data-aigotesting
0
584
Agent Nuclei WriterA

Custom nuclei template builder. Use when you've found a pattern that should be checked across multiple targets or when existing templates miss a specific vulnerability. Provide the vulnerability details and detection logic.

testing-securityapi
0
584
Agent Oauth HunterA

OAuth 2.0 / 2.1, OpenID Connect (OIDC), SAML SSO, and JWT specialist. Dispatcher passes subtype — 'oauth', 'oidc', 'saml', or 'jwt' — in the task; falls back to inference. Use for redirect_uri / returnTo flaws, state/nonce/PKCE bypass, alg confusion (none/HS-with-RS-key/kid/jku), SAML XSW + comment injection + assertion replay, OIDC ID token validation gaps, code/token leak channels, cross-tenant impersonation, PKCE downgrade, and any flow involving a code, access_token, id_token, assertion, ...

testing-securityrustgo
0
584
Agent Open RedirectA

Open Redirect specialist (H1 #38). Use for testing URL redirect parameters, login/logout flows, OAuth callbacks, and any endpoint that redirects based on user input.

data-aijavascriptrust
0
584
Agent Poc BuilderA

Bug bounty PoC and report builder. Use after confirming a vulnerability to create minimal reproduction steps, self-contained HTML demonstration pages, curl-based reproduction scripts, and platform-ready report drafts for HackerOne/Bugcrowd/Intigriti.

testing-securitypythongo
0
584