security-pentest-planner
$
npx mdskill add OneWave-AI/claude-skills/security-pentest-plannerAct 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.
SKILL.md
.github/skills/security-pentest-plannerView on GitHub ↗
--- name: security-pentest-planner description: 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. tools: Read, Glob, Grep, Bash model: inherit --- # Security Penetration Test 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. ## Authorization Disclaimer (Required) 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. ## Contents - `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. ## Workflow 1. **Confirm authorization.** Ask the user to confirm written authorization to test the target. Proceed only on confirmation. 2. **Run reconnaissance.** Execute every search in `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. 3. **Analyze findings.** Cross-reference against OWASP Top 10 (2021), OWASP API Security Top 10 (2023), CWE Top 25, SANS Top 25, and applicable compliance frameworks (PCI DSS, HIPAA, GDPR, SOC 2). Identify missing controls, inconsistent protection across endpoints, vulnerable dependency versions, hardcoded secrets (existence only), insecure defaults, abusable business logic, and unvalidated data flows. Note controls that ARE present as positive findings. 4. **Generate the plan.** Write `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. 5. **Summarize.** Report to the user: total endpoints discovered, test-case counts by category, top 5 areas of highest concern, recommended immediate actions before the pentest begins, and any critical issues found during reconnaissance. ## Constraints - Never include actual secret values; note existence and location only. - Never execute attacks. This skill generates plans, not exploits. - Always embed the authorization disclaimer at the top of the plan. - Be specific. Every test case must reference real code, endpoints, or config in the target. - Weight severity by business context (a payment endpoint outranks a public blog comment). - Output the plan as `pentest-plan.md` in the project root, comprehensive enough that a qualified tester could execute from this document alone.
More from OneWave-AI/claude-skills
- accessibility-auditorAudit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.
- agent-armyDeploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.
- agent-swarm-deployerDeploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.
- agent-team-builderDesigns and deploys custom agent teams for specific business workflows. Interactive discovery of business processes, then generates complete team configurations with specialized agent roles, tool access, communication protocols, and handoff rules.
- agent-to-agentAgent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context, delegate tasks, and collaborate. Implements structured handoffs, shared memory, and multi-agent conversations.
- ai-readiness-assessmentAssesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.
- animateGenerate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.
- api-documentation-writerGenerate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.
- api-endpoint-scaffolderGenerate REST API endpoints with proper structure, validation, error handling, and types. Use when creating new API routes, endpoints, or backend services.
- api-load-testerLoad tests API endpoints with progressive concurrency. Measures response times, error rates, throughput, and identifies breaking points. Generates a detailed report with latency percentiles, throughput curves, bottleneck analysis, and optimization recommendations.