redis
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing official Redis client libraries (
redisfor Python,ioredisfor Node.js) from standard package registries. These are well-known and expected dependencies for a database integration skill. - [COMMAND_EXECUTION]: Documentation includes standard shell commands for setting up Redis using common package managers like
apt-getandbrew, as well as configuration for Docker containers. These commands are part of typical setup procedures and do not represent malicious behavior. - [DYNAMIC_EXECUTION]: The skill contains extensive documentation and code examples for Redis Lua scripting (
EVAL) and Redis Functions. These are standard features of the Redis data store used for ensuring atomicity and are documented here for legitimate developmental purposes. - [DATA_EXFILTRATION]: The maintenance script (
scripts/check-updates.py) performs network requests to the official Docker Hub API to verify the tracked version of Redis. As this targets a well-known service and transmits no sensitive information, it is considered safe.
Audit Metadata