Loading...
Loading...
This skill should be used when the user asks to "plan a red team engagement", "scope a penetration test", "design a security assessment methodology", "create rules of engagement", or "plan an adversary simulation".
npx skill4agent add borghei/claude-skills red-teamCategory: Engineering Domain: Offensive Security
# Plan a red team engagement
python scripts/engagement_planner.py --type red-team --target "web application" --duration 2w
# Plan a penetration test
python scripts/engagement_planner.py --type pentest --target "api,network" --duration 1w --compliance pci-dss
# Generate rules of engagement document
python scripts/engagement_planner.py --type red-team --target "full-org" --output engagement_plan.json --format json| Tool | Purpose | Key Flags |
|---|---|---|
| Plan red team engagements with scope, rules, and methodology | |
engagement_planner.py--compliance