redis-ioredis-specialist
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard architectural advice for Redis integration using the
ioredislibrary in a NestJS context. - [SAFE]: Code examples for connection management correctly use environment variables (
process.env.REDIS_PASSWORD,process.env.REDIS_HOST) for sensitive configuration, following security best practices for credential management. - [SAFE]: The skill proactively addresses common Redis security and performance issues by documenting patterns for 'Cache Penetration' (using null caching/Bloom filters) and 'Cache Avalanche' (using random TTL offsets).
- [SAFE]: All network operations described are restricted to standard Redis communication protocols (port 6379) and intended for internal infrastructure management.
- [SAFE]: No obfuscation, remote code execution, or data exfiltration patterns were found in the instructions or reference files.
Audit Metadata