redis-caching
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical implementation guide and template library. No malicious behavior, obfuscation, or safety violations were detected during the analysis.
- [EXTERNAL_DOWNLOADS]: The installation instructions reference well-known and trusted libraries including
ioredisand the official@upstashSDKs for serverless Redis integration. These are standard packages for the stated functionality. - [COMMAND_EXECUTION]: The code samples include a Lua script for use with Redis
EVALto handle atomic lock releases. This is a standard and secure pattern for managing distributed locks in Redis and does not involve arbitrary shell command execution. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by utilizing environment variables for connection strings (
process.env.REDIS_URL) and includes explicit warnings to avoid logging sensitive credentials in application logs.
Audit Metadata