Use when you need to actually run security tests against a running application you own or are authorized to test — the shared execution harness for lab/proxy/scanner setup, safe non-destructive execution, and standardized proof-of-concept capture that the find/exploit specialist skills rely on.
Use when you need to actually run security tests against a running application you own or are authorized to test — the shared execution harness for lab/proxy/scanner setup, safe non-destructive execution, and standardized proof-of-concept capture that the find/exploit specialist skills rely on.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars45
LicenseLICENSE
Default branchmaster
Open issues0
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,725 B
docsSUMMARY.md319 B
History
First seen on skills.sh
First recorded snapshot · 32 installs
SKILL.md
Active Pentest (EXPLOIT harness)
Overview
This is the shared execution harness for the FIND/EXPLOIT specialists. They decide what to test — access-control-testing, authentication-testing, business-logic-testing, api-security-testing (and Tier-2 classes like injection / client-side / file-upload). This skill is how you run their tests safely against a live app: set up the lab/proxy/scanners, drive the tools, and capture proof in a consistent format.
Core principle: A finding isn't real until you've reproduced it. A PoC ends the debate. The specialists own the attack recipes; this skill owns safe execution and evidence.
⚠️ Authorization Gate — STOP if not all true
Do not proceed unless all hold:
You own the target, or have written authorization to test it.
Target is a lab / staging / local instance — not third-party production.
You will not run destructive or DoS techniques, and won't touch real user data.
If any box is unchecked → stop and stay in security-code-audit on code you control.
Scope discipline (non-destructive by default)
Allowed: read-only recon, fingerprinting, single-request PoCs, reading your own test data,
proving an IDOR with two test accounts you created.
Avoid: load/stress/DoS, mass scanning, automated exploitation that writes/deletes real data,
techniques whose only purpose is evasion of monitoring. Throttle scanners; use test accounts.
Workflow (recon → map → validate → prove)
Recon / fingerprint — what's exposed, what stack, what version.
Validate — take the attack recipe from the relevant specialist skill and run it with
the smallest request that proves the bug. (This skill = the tooling; the specialist = the payload.)
Prove — capture the exact request/response as the PoC; note impact.
See references/tool-playbook.md for how to drive each tool. For what to send, go to the specialist (e.g. IDOR recipes → access-control-testing, ATO flows → authentication-testing).