redis
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
- Privilege Escalation (HIGH): The skill instructs the agent to perform operations requiring root or sudo access, specifically
apt install redis-serverand modifying system configuration files in/etc/redis/. - Command Execution (MEDIUM): The skill executes system-level commands for package management and service configuration.
- External Downloads (LOW): Uses
aptto download the Redis package from system repositories. While these are trusted sources, the action of installing system software is noted. - Credential Exposure (LOW): Uses hardcoded placeholder credentials (
requirepass yourpassword) in configuration snippets and CLI examples.
Recommendations
- AI detected serious security threats
Audit Metadata