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 FLUSHALL in scripts/redis-cli-helper.sh are 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 sudo in references/redis-guide.md is 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 redis Python package) are standard and well-known.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 14, 2026, 01:22 AM