redis
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of instructional markdown files and helper scripts for Redis. All identified patterns, such as Lua scripts for atomicity and standard CLI commands, are industry-standard practices for Redis management.
- [SAFE]: Potentially destructive commands like
FLUSHALLinscripts/redis-cli-helper.share implemented with user confirmation prompts (read -p), preventing accidental execution. - [SAFE]: Performance-intensive commands such as
KEYS *are explicitly marked with warnings in the documentation (e.g., 'avoid in production'), indicating a focus on safe operational practices. - [SAFE]: The use of
sudoinreferences/redis-guide.mdis limited to standard package installation procedures on Linux systems. - [SAFE]: No hardcoded credentials, malicious network exfiltration, or obfuscated code were detected. All external dependencies (the
redisPython package) are standard and well-known.
Audit Metadata