bug-audit
Installation
SKILL.md
Bug Audit — Dissect, Then Verify
Do NOT run a generic checklist. Instead: read the code, extract every auditable entity, then exhaustively question each one.
Phase 1: Dissect (10-15 min)
Read all project files. Build 7 tables. These tables ARE the audit — everything found here gets verified in Phase 2.
Table 1: API Endpoints
For every route in server-side code:
| # | Method | Path | Auth? | Params validated? | Precondition | Returns | Attack vector |