oRPC Rate Limit
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains legitimate code examples for implementing rate limiting middleware and handler plugins within the oRPC framework.
- [EXTERNAL_DOWNLOADS]: References the installation of standard NPM packages including
@orpc/experimental-ratelimit,ioredis, and@upstash/ratelimit. These are consistent with the skill's stated purpose and the author's identified namespace. - [COMMAND_EXECUTION]: Provides standard Redis Lua script execution examples for atomic rate limiting operations, which is a common and safe pattern for this functionality.
- [CREDENTIALS_UNSAFE]: Appropriately demonstrates using environment variables (
Redis.fromEnv()) and local configurations for database connections, avoiding hardcoded secrets.
Audit Metadata