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 ioredis and the official @upstash SDKs 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 EVAL to 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
Risk Level
SAFE
Analyzed
Jun 20, 2026, 01:13 PM
Security Audit — agent-trust-hub — redis-caching