broker-configurations

Warn

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • Privilege Escalation (HIGH): The script scripts/setup-redis.sh makes extensive use of sudo to install system packages (redis-server, redis-tools) and modify system-wide configuration files located in /etc/redis/. While this is aligned with the skill's purpose, it represents a significant security surface if executed by an agent without oversight.
  • Command Execution (MEDIUM): The scripts/setup-redis.sh script programmatically modifies security settings, specifically disabling protected-mode in Redis. While it includes a warning for production, the automated downgrade of security defaults is a concern.
  • Dynamic Execution (MEDIUM): The script scripts/test-broker-connection.sh dynamically generates Python scripts in the /tmp directory and executes them using python3 to verify connectivity. It also executes multi-line Python code blocks passed via heredocs.
  • External Downloads (MEDIUM): Setup scripts trigger installations through system package managers (apt-get, yum, brew), which involves downloading and installing unverified external binaries from repository mirrors.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 17, 2026, 06:37 PM