H-mmer/pentest-agents

Bug bounty agent framework for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, and OpenClaw — 48 agents, 26 commands, 19 CLI tools, 2 MCP servers, autonomous hunt loops, exploit chain builder.

This repository also configures its own agents. See what pentest-agents tells them →

907Stars on the repository
205Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

open-redirect

49

H-mmer/pentest-agents

Skill Cursor

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.

not rated 907 +92 3mo ago A 37 tokens

poc-builder

50

H-mmer/pentest-agents

Skill Cursor

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.

not rated 907 +92 3mo ago A 51 tokens

H-mmer/pentest-agents

Skill Cursor

Privilege Escalation specialist (H1 #26). Use for testing vertical and horizontal privilege escalation, role manipulation, admin endpoint access, and permission boundary violations.

not rated 907 +92 3mo ago A 38 tokens

quality-check

52

H-mmer/pentest-agents

Skill Cursor

Report quality scorer. Use BEFORE submitting any report to validate completeness, clarity, title strength, CVSS accuracy, PoC quality, and overall report grade. Provide the draft report path or content.

not rated 907 +92 3mo ago A 42 tokens

race-condition

53

H-mmer/pentest-agents

Skill Cursor

Race Condition specialist (H1 #29). Use for testing TOCTOU flaws, double-spend, parallel request abuse on balance operations, coupon redemption, and any non-idempotent state changes.

not rated 907 +92 3mo ago A 43 tokens

rce-hunter

54

H-mmer/pentest-agents

Skill Cursor

Remote Code Execution specialist (H1 #70). Use for testing command injection, template injection (SSTI), deserialization, expression language injection, and any vector that achieves server-side code execution.

not rated 907 +92 3mo ago B 45 tokens

recon-ranker

55

H-mmer/pentest-agents

Skill Cursor

Attack surface ranker. Takes recon output + brain data, produces P1/P2/Kill prioritized attack plan with concrete curl commands for each P1 target. Use after recon to decide what to test first.

not rated 907 +92 3mo ago A 47 tokens

recon

56

H-mmer/pentest-agents

Skill Cursor

Reconnaissance agent for target enumeration. Use for subdomain discovery, port scanning, service fingerprinting, tech stack identification, and OSINT gathering. Specify scope and depth: 'passive' for DNS/cert/OSINT only, 'active' for port scans and probing, 'deep' for comprehensive enumeration.

not rated 907 +92 3mo ago A 67 tokens

report-writer

57

H-mmer/pentest-agents

Skill Cursor

Security report generation agent. Use for compiling findings into formal penetration test reports, executive summaries, technical write-ups, and bug bounty submissions. Provide the findings directory or list of vulnerabilities to document.

not rated 907 +92 3mo ago A 42 tokens

sast-danger-mapper

58

H-mmer/pentest-agents

Skill Cursor

Maps dangerous operations in a source file: memory ops, type casts, arithmetic near trust boundaries, free/dealloc patterns. Pattern matching task — list what you see, don't speculate. Use via /sast command.

not rated 907 +92 3mo ago A 49 tokens

H-mmer/pentest-agents

Skill Cursor

Adversarial validator for SAST findings. Your ONLY job is to DISPROVE the candidate. Find every reason it's not exploitable. If you can't disprove it, it survives. Use via /sast command.

not rated 907 +92 3mo ago A 53 tokens

sast-entry-mapper

60

H-mmer/pentest-agents

Skill Cursor

Maps entry points where untrusted data enters a source file. Lists every function that receives external input with data type, size constraints, and initial validation. Use via /sast command.

not rated 907 +92 3mo ago A 43 tokens

H-mmer/pentest-agents

Skill Cursor

Builds working exploits from confirmed SAST findings. Takes a confirmed crash, develops it into a full exploit. Tier 1 (DoS) → Tier 5 (code execution). Use via /sast command after PoC confirmation.

not rated 907 +92 3mo ago B 54 tokens

sast-file-ranker

62

H-mmer/pentest-agents

Skill Cursor

Source file attack surface ranker. Reads a repository, scores every source file 1-5 by exploitability. Outputs ranked JSON for per-file hunting. Use via /sast command.

not rated 907 +92 3mo ago A 44 tokens

sast-flow-tracer

63

H-mmer/pentest-agents

Skill Cursor

Traces data flow from entry points to dangerous operations. Cross-file reasoning to determine which entries can reach which dangers, and what validation exists in between. MUST run on Opus for reasoning depth. Use via /sast command.

not rated 907 +92 3mo ago A 52 tokens

sast-gap-analyzer

64

H-mmer/pentest-agents

Skill Cursor

Analyzes validation gaps in data flows. Takes traced flows and identifies where checks are missing, insufficient, or bypassable. The 'interaction reasoning' step — finds bugs that exist in the gaps between individually correct-looking code. MUST run on Opus. Use via /sast command.

not rated 907 +92 3mo ago A 63 tokens

sast-hunter

65

H-mmer/pentest-agents

Skill Cursor

Focused PoC builder for SAST candidates. Receives a SPECIFIC candidate vulnerability that survived adversarial validation. Writes a PoC, compiles, runs with ASan, confirms or rejects. Use via /sast command.

not rated 907 +92 3mo ago A 51 tokens

scope-check

66

H-mmer/pentest-agents

Skill Cursor

Target scope validation agent. Use BEFORE any active testing to verify targets are in scope. Provide the target and the program name or scope file. Checks against .scope.txt, scope.yaml, and fetches live program scope from HackerOne/Bugcrowd/Intigriti APIs if configured.

not rated 907 +92 3mo ago A 61 tokens

sqli-hunter

67

H-mmer/pentest-agents

Skill Cursor

SQL Injection specialist (H1 #67). Use for error-based, blind boolean, blind time-based, UNION-based, and out-of-band SQLi testing. Provide target endpoints with injectable parameters.

not rated 907 +92 3mo ago A 44 tokens

ssrf-hunter

68

H-mmer/pentest-agents

Skill Cursor

SSRF vulnerability hunting specialist. Use for testing URL-accepting parameters, webhook endpoints, file import features, and any server-side request functionality. Provide target endpoints with URL parameters.

not rated 907 +92 3mo ago C 41 tokens

ssti-hunter

69

H-mmer/pentest-agents

Skill Cursor

Server-Side Template Injection specialist. Covers Jinja2 (H1 #74), Twig, Velocity, FreeMarker, ERB, Handlebars, Thymeleaf. Use for any rule-engine, comment/message rendering, PR automation, admin template, or user-customizable template surface. Systematic blocklist mapper + CVE bypass runner + runtime-vs-parse…

not rated 907 +92 3mo ago A 83 tokens

subdomain-takeover

70

H-mmer/pentest-agents

Skill Cursor

Subdomain Takeover specialist (H1 #145). Use for finding dangling DNS records pointing to unclaimed cloud resources, expired services, or deprovisioned infrastructure.

not rated 907 +92 3mo ago A 40 tokens

validator

71

H-mmer/pentest-agents

Skill Cursor

Finding validator. Runs 7-Question Gate + 4-gate checklist. Kills weak/theoretical findings FAST before any report writing. Output: PASS, KILL, DOWNGRADE, or CHAIN REQUIRED.

not rated 907 +92 3mo ago A 45 tokens

vuln-scanner

72

H-mmer/pentest-agents

Skill Cursor

Automated vulnerability scanning agent. Use for running nuclei templates, nikto scans, SSL/TLS analysis, header checks, and known CVE detection against targets. Provide target URL or list and scan profile: 'quick' for top vulns, 'standard' for common checks, 'thorough' for deep scanning.

not rated 907 +92 3mo ago A 70 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: