Skip to main content

Skills in this repository

H-mmer/pentest-agents - Page 4

SkillsMP has collected 162 skills from H-mmer/pentest-agents. Open a skill to review its source and details.

H-mmer/pentest-agents

Showing 40 of 162 collected skills.

occupation
Computer Occupations, All Other
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

Show cost tracking and ROI for this engagement.

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

Hunting skill for business-logic vulnerabilities (CWE-840 Business Logic Errors, CWE-841 Improper Enforcement of Behavioral Workflow, CWE-639 Authorization Bypass via User-Controlled Key in business contexts, CWE-362 race conditions on financial flows). Built…

updated
occupation
Information Security Analysts
description

Hunting skill for Insecure Direct Object Reference / Broken Object Level Authorization (BOLA — OWASP API1:2023). Built from 1,117 public IDOR bug bounty reports across HackerOne, Bugcrowd, Intigriti, GitHub Security Advisories, Huntr, plus 2024-2026 meta…

updated
occupation
Information Security Analysts
description

Hunting skill for LLM and Agentic AI vulnerabilities — direct + indirect prompt injection, ASCII smuggling data exfil, agentic tool-use abuse, system prompt leakage, vector DB cross-tenant, model server RCE, insecure output handling. Built from public bug…

updated
occupation
Information Security Analysts
description

Hunting skill for OAuth 2.0 / 2.1, OpenID Connect (OIDC), SAML SSO, and JWT authentication. Built from 365 public OAuth/SSO bug bounty reports across HackerOne, GitHub Security Advisories, PortSwigger Research, GitHub Security Lab, Detectify, Doyensec, Salt…

updated
occupation
Information Security Analysts
description

Hunting skill for remote code execution. Built from 1,218 public RCE bug bounty reports across HackerOne, Project Zero, Intigriti, GitHub Security Advisories, and curated awesome-* lists, plus 2024-2026 meta verified against NVD — React Server Components…

updated
occupation
Information Security Analysts
description

Hunting skill for Cross-Site Scripting (XSS) — DOM-based, stored, reflected, mutation-based (mXSS), and modern variants. Built from public bug bounty reports across HackerOne, Intigriti, Bugcrowd, Huntr, and GitHub Security Advisories, plus 2024-2026 meta…

updated
Showing 40 of 162 collected skills.