Route Auth Sweep

Enumerate every API route and prove each one gates before it touches data — authentication, ownership checks, role checks, rate limiting — so no endpoint is accidentally public or leaks another user's records. Use before a launch, after adding routes, during a security review, or when the user asks whether their API is safe.

sriptcollector 0185798 2 files · 6.3 KB Updated

File contents

sriptcollector/toolbay-skills/tree/main/skills/route-auth-sweep commit 01857988c4

Frequently asked questions

npx skillmds@latest add sriptcollector/route-auth-sweep