audit-fe-api
Installation
SKILL.md
Frontend API Audit Skill
Degree of freedom: MIXED — Steps 0, 1, 3–6 [HIGH freedom]; Step 2
Sentry queries and schema SQL [LOW freedom — run exactly].
How to reason
- Observe — quote the FE call site, BE route, and response/error
- Interpret — does the contract match (path, method, params, types)?
- Classify — missing route / mismatch / untyped / cache-gap / correct
- Severity — 404/401/type-mismatch in prod = Critical; cache/prefetch = opportunity