redis-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses ioredis to execute standard Redis commands (GET, SET, INCR, ZADD, etc.) and Lua scripts for atomic operations. All operations are restricted to the Redis protocol context.
- [DATA_EXPOSURE]: The skill handles environment variables for credentials (
REDIS_PASSWORD,REDIS_URL) and properly recommends using.envfiles for management. It does not hardcode any real secrets. - [DYNAMIC_EXECUTION]: The skill uses
redis.eval()to execute Lua scripts for specific patterns (token bucket rate limiting, lock release). These scripts are hardcoded and serve purely to ensure atomicity within the Redis environment, which is a standard best practice. - [REMOTE_CODE_EXECUTION]: No remote code execution vulnerabilities were found. All network operations are directed to the user-configured Redis host.
Audit Metadata