api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
95/100
Security score
The api-design skill was audited on Mar 16, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 302
Hardcoded bearer token
SourceSKILL.md
| 300 | # Bearer token in Authorization header |
| 301 | GET /api/v1/users |
| 302 | Authorization: Bearer eyJhbGciOiJIUzI1NiIs... |
| 303 | |
| 304 | # API key (for server-to-server) |
Scanned on Mar 16, 2026
View Security Dashboard