redis-cli

Pass

Audited by Gen Agent Trust Hub on Jul 29, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill documents standard installation procedures using system package managers, such as sudo apt install redis-tools and sudo yum install redis. These are legitimate operations for setting up the Redis environment.
  • [CREDENTIALS_UNSAFE]: The documentation includes dummy passwords in examples (e.g., myUnguessablePazzzzzword123) to illustrate CLI flag usage. These are clearly identifiable as placeholders and do not represent leaked secrets. Furthermore, the skill actively promotes secure practices by recommending the REDISCLI_AUTH environment variable over the -a command-line flag.
  • [DYNAMIC_EXECUTION]: The skill provides reference material for Redis Lua scripting (--eval) and the Redis 7.0+ Functions API. These features allow server-side logic execution and are documented here as standard administrative capabilities of the Redis ecosystem.
  • [DATA_EXFILTRATION]: Features like --rdb (transferring database snapshots) and -x (reading from stdin) are documented. These are core functionalities of redis-cli intended for backup and bulk data operations. The skill includes warnings about the overhead and safety of these operations.
  • [PROMPT_INJECTION]: No patterns attempting to override agent behavior or bypass safety filters were found. The instructional text is technical and focused on Redis CLI usage.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 29, 2026, 06:01 PM
Security Audit — agent-trust-hub — redis-cli