review
Fail
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
_shared/tools/dependency-utils.shcontains logic to automatically install system packages usingsudo apt-get install -y, which executes with elevated privileges without explicit user confirmation. - [COMMAND_EXECUTION]: The Python CLI components in
_cli/cli/dependencies.pyand_shared/tools/yaml_compat.pyperform automatic dependency management by executingpip installfor missing packages at runtime. - [REMOTE_CODE_EXECUTION]: The agent orchestration logic in
_cli/cli/orchestrator/agent_caller.pyexplicitly allows subagents to use theBashtool. Because these agents are designed to analyze and review untrusted code from the repository, this creates a significant vulnerability to indirect prompt injection where the code under review could manipulate the agent into executing arbitrary shell commands. - [EXTERNAL_DOWNLOADS]: The skill's setup and execution scripts automatically fetch and install various system-level and language-specific dependencies from external package registries.
Recommendations
- AI detected serious security threats
Audit Metadata