redis-patterns
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains educational content and code snippets for Redis operations using the standard
redis-pylibrary. All implementation patterns, including cache-aside and write-through strategies, follow industry-standard practices. - [SAFE]: Usage of Lua scripts for sliding window rate limiting and distributed lock release is implemented correctly using
register_scriptandeval, which are the intended methods for atomic Redis operations. - [SAFE]: The skill encourages secure defaults such as connection pooling, mandatory TTLs to prevent memory exhaustion, and the use of
SCANinstead ofKEYS *to avoid performance degradation in production environments. - [SAFE]: No hardcoded credentials, malicious network operations, or obfuscated code were detected. The skill references local or standard infrastructure (e.g., localhost:6379).
Audit Metadata