hosted-agents
Warn
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The infrastructure implementation patterns in
references/infrastructure-patterns.mdandscripts/sandbox_manager.pydemonstrate unsafe command construction. Specifically, user-provided identity fields such as 'name' and 'email' are directly interpolated into shell commands (e.g.,git config user.name "{user.name}") usingos.systemandexecute_command. This allows an attacker to execute arbitrary commands within the sandbox by providing a crafted user identity. - [EXTERNAL_DOWNLOADS]: The skill's design involves automated fetching of external code. It includes logic to clone GitHub repositories based on user-supplied URLs and to install dependencies from public registries using
npm installandpip installduring the sandbox image build process.
Audit Metadata