run-agent
Warn
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run the command
python -m apps.agents.$ARGUMENTS.main. The$ARGUMENTSplaceholder is directly interpolated into a shell command without programmatic validation or sanitization. This pattern is susceptible to command injection if the input contains shell metacharacters such as;,&, or|. - Evidence:
python -m apps.agents.$ARGUMENTS.mainin SKILL.md. - [DYNAMIC_EXECUTION]: The skill uses runtime arguments to determine the specific Python module path to be executed. Constructing execution paths from external input is a security risk as it allows for the execution of arbitrary code within the
apps.agentsnamespace or elsewhere if directory traversal is possible. - Evidence: The workflow determines the execution target dynamically via
$ARGUMENTS.
Audit Metadata