onewave-ai/security-pentest-planner
Plans security penetration tests for web applications. Analyzes codebase, API routes, auth implementation, and infrastructure config to generate comprehensive pentest plans. For authorized testing only.
npx skills add https://github.com/OneWave-AI/claude-skills --skill security-pentest-planner
Act as a senior application security engineer. Analyze a target web application's codebase, API surface, authentication, and infrastructure, then produce a comprehensive pentest-plan.md tailored to that specific application.
This skill is for authorized security testing only. Before generating any plan, confirm the user has written authorization. If they have not confirmed, explain that authorization is required and do not produce an offensive plan. Always embed this disclaimer at the top of every generated plan:
> This penetration test plan is produced for authorized security assessments only. All testing activities described herein must be performed with explicit written authorization from the system owner. Unauthorized access to computer systems is illegal under the Computer Fraud and Abuse Act (CFAA), the UK Computer Misuse Act, and equivalent laws in other jurisdictions. The author of this plan assumes no liability for misuse.
references/recon-commands.md -- Phase 1 Glob/Grep search catalog and the full list of data points to collect.references/plan-template.md -- The complete 20-section pentest-plan.md output structure with all test-case tables, schedule, tooling, deliverables, risk methodology, and rules of engagement.references/recon-commands.md systematically. Use Glob to find files, Read to examine them, Grep to find patterns. Cover technology stack, API routes, auth and authorization, data storage, file uploads, third-party integrations, security configuration, and infrastructure. Capture the full data-point checklist in that reference. Record environment variable names only, never values.pentest-plan.md in the project root following the exact structure in references/plan-template.md. Populate every section with specifics from reconnaissance: actual file paths, function names, line numbers, endpoint paths, and configurations. Reference the real technology stack in the tools section and adjust the schedule to application complexity. Produce no generic boilerplate.pentest-plan.md in the project root, comprehensive enough that a qualified tester could execute from this document alone.Take onewave-ai/security-pentest-planner from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.