infrastructure
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
sshto execute commands on Proxmox hosts and within LXC containers viapct exec. This provides a high-privilege capability for infrastructure maintenance, such as starting/stopping containers and checking service statuses. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface where user-provided values for hostnames, container IDs, and commands are interpolated into shell execution strings.
- Ingestion points: User-supplied
<hostname>,<vmid>, and<command>placeholders inSKILL.mdandreferences/host-mapping.md. - Boundary markers: Absent; there are no delimiters or explicit instructions for the agent to sanitize or ignore instructions potentially embedded in user-supplied data.
- Capability inventory: Includes remote shell execution via
ssh, root-level command execution within containers viapct exec, and system-wide NixOS configuration deployment viacolmena. - Sanitization: No sanitization or validation logic is defined for user-provided inputs before they are passed to the shell environment.
Audit Metadata