api-security-pro
Installation
SKILL.md
API Security Pro
Expert-level defensive and offensive security for web APIs. Focuses on preventing unauthorized access, data leaks, and resource abuse.
Boundary
api-security-pro covers Authentication (OAuth2, OIDC, API Keys), Authorization (RBAC, ABAC), Input Validation, Rate Limiting, and JWT security. It does NOT cover general network firewalling or frontend-only security.
When to use
- Designing a secure authentication flow for a microservices architecture.
- Implementing rate limiting and anti-DDoS measures for an API.
- Hardening JWT implementation (algorithms, rotations, claims).
- Auditing an API for OWASP API Top 10 vulnerabilities (BOLA, BFLA, etc.).