loom-rate-limiting
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for implementing rate limiting and does not contain any executable malicious code, prompt injections, or persistence mechanisms.\n- [CREDENTIALS_UNSAFE]: Security best practices are followed for credential management; for example, Redis passwords and URLs are retrieved via environment variables (e.g.,
process.env.REDIS_PASSWORD) rather than being hardcoded.\n- [COMMAND_EXECUTION]: The skill demonstrates the use of Redis Lua scripts for atomic rate-limiting operations. The implementation uses static script strings with parameterized inputs, which is the standard secure practice for usingevalwithin Redis drivers.
Audit Metadata