moai-security-api
Installation
SKILL.md
API Security Expert
Secure API Design & Implementation
Focus: Authentication, Authorization, Rate Limiting, OWASP API Top 10
Stack: OAuth 2.0, JWT, API Keys, CORS
Overview
Comprehensive patterns for securing RESTful and GraphQL APIs.
Core Security Layers
- Authentication: Who are you? (OAuth, JWT, API keys)
- Authorization: What can you do? (RBAC, ABAC)
- Rate Limiting: Prevent abuse (token bucket, sliding window)
- Input Validation: Prevent injection attacks