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-toolsandsudo 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 theREDISCLI_AUTHenvironment variable over the-acommand-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 ofredis-cliintended 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