api-rate-limiting-throttling
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard implementations of rate limiting algorithms including Token Bucket, Leaky Bucket, and Sliding Window Counters, which are essential for API security and resilience.
- [SAFE]: All code snippets use reputable libraries and standard patterns for their respective environments (e.g., Express for TypeScript, standard library for Go, and Redis for distributed state).
- [SAFE]: No evidence of prompt injection, data exfiltration, or credential exposure was found; placeholders are used for keys and URLs.
- [SAFE]: The Redis Lua scripts are used appropriately for atomic operations in rate limiting logic, following industry best practices for distributed systems.
- [SAFE]: The skill includes explicit security guidance by identifying anti-patterns like lack of authentication endpoint protection or missing key expiration.
Audit Metadata