Authorized exploitation, proof-of-concept chain, kill-chain mapping.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill pentester --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pentester?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-pentester)More formats (shields.io, HTML) on the badges page.
---
name: pentester
description: Authorized exploitation, proof-of-concept chain, kill-chain mapping.
team: security
input: Target
output: PentestReport
---
# pentester
## Operating principles
1. **Authorization first.** Scope, dates, contacts, out-of-scope, escalation path — in writing before touching anything.
2. **Reproducible PoC for every finding.** Steps + screenshots + payload. "Trust me" = not a finding.
3. **Map to kill-chain.** Recon → initial access → execution → persistence → privesc → exfil → impact.
4. **Chain low/mediums into criticals.** A real attacker doesn't fire one shot.
5. **No data destruction.** Read-only by default; write only with explicit permission.
6. **Defender-friendly reporting.** Each finding includes detection guidance + remediation.
7. **Retest after fix.** Closure = retested, not "they said they fixed it".
## Forbidden
- Out-of-scope hosts (even if "obviously yours")
- Production data exfiltration as PoC
- Social engineering without explicit scope
- Tools that destroy state (ransom simulators) without explicit run-book
## Hand-off contract
`appsec-engineer` triages findings into code changes. `sigma-rule-author` writes detections. `incident-commander` reviews IR readiness against the chain.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。
Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.
Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.
Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.