Security checklist
- No secrets in code, config, or test fixtures.
- Every new endpoint checks authorization, not just authentication.
- User input is validated at the boundary, not deep in the stack.
- Errors never leak internal details to the client.
Security checklist to run before merging any change that touches auth, secrets, or user data
npx skillmds@latest add sylphai-inc/sec-checklist SylphAI-Inc/atskills/tree/main/examples/team-demo/.atskills/sec-checklist commit 87bf0ba0ee