iom
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines an MCP tool
execute_commandthat allows the agent to run any client command within the IoM environment. This includes high-risk operations such as arbitrary shell execution (shell <command>), process manipulation (ps,kill), and system discovery (whoami,privs).- [REMOTE_CODE_EXECUTION]: The skill includes theexecute_luatool, which enables the execution of arbitrary Lua scripts with access to internal IoM APIs. Furthermore, it documents themal installcommand used to download and execute code from a remote community repository.- [DATA_EXFILTRATION]: The framework explicitly supportsuploadanddownloadcommands, allowing for the unauthorized movement of files between the local environment and a remote C2 server.- [PROMPT_INJECTION]: The skill provides an attack surface for indirect prompt injection by ingesting data from an external C2 infrastructure (implant tasks and server events) which could be used to influence agent behavior. - Ingestion points: Task results and command history retrieved via
execute_commandandget_historytools. - Boundary markers: None described in the documentation or tool definitions.
- Capability inventory: High-privilege actions including command execution, Lua scripting, and file system access.
- Sanitization: No mechanisms for validating or escaping external framework output are identified.
Audit Metadata