docs: fix repo layout playbook breakdown for v2.0.6 (#32)

- Show pentest split: 7 operational + 16 vulnerability-class
- List web-attacks playbooks explicitly (SQLi, XSS, SSRF, cmdi, traversal)
- List access-control playbooks (auth-bypass, IDOR, JWT)
- Clarify template count includes reports, evidence, methodology, contracts

Co-authored-by: Violin <violin@local>
This commit is contained in:
Dan
2026-07-19 09:01:22 +01:00
committed by GitHub
co-authored by Violin
parent 2626e53a1e
commit c166e1a20b
+5 -5
View File
@@ -226,13 +226,13 @@ violin/
│ ├── smoke-test.ps1 # Windows supplemental smoke
│ └── kali.sh # Docker Kali helper
└── skills/
├── pentest/ # Orchestrator, workflow, shared policy, and templates
├── pentest/ # Engagement orchestrator (23 playbooks, 10 refs, 11 templates)
│ ├── SKILL.md
│ ├── playbooks/ # 23 operational and vulnerability-class playbooks
│ ├── playbooks/ # 7 operational + 16 vulnerability-class playbooks
│ ├── references/ # 10 reference files
│ └── templates/ # 11 engagement, evidence, and methodology helpers
├── web-attacks/ # Routed skill + 5 injection/web playbooks
└── access-control/ # Routed skill + 3 authentication/authorisation playbooks
│ └── templates/ # 11 templates (reports, evidence, methodology, contracts)
├── web-attacks/ # Routed skill 5 injection/web playbooks (SQLi, XSS, SSRF, cmdi, traversal)
└── access-control/ # Routed skill 3 auth/authorisation playbooks (auth-bypass, IDOR, JWT)
```
---