windows
Fail
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a
run()logic that provides a way to execute arbitrary shell commands on both the local host (viabash -c) and remote machines (viassh). This grants the agent broad administrative capabilities over the connected environments. - [REMOTE_CODE_EXECUTION]: The recipe system documented in
references/recipes.mdexplicitly allows for the execution of arbitrary bash scripts on the host machine through theshellcommand. The skill's workflow involves the agent searching for and automatically running these recipes, which presents a high risk if the recipe directory is populated with untrusted content. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via its recipe lookup mechanism. The agent is instructed to glob and execute JSON and Markdown files from the
recipes/directory. Malicious instructions placed in these files could trick the agent into performing unintended actions. - [DATA_EXFILTRATION]: The skill's
allowed-toolslist is extremely broad, pre-approving high-privilege tools such asssh,scp,curl, andosascript. Combined with the skill's instructions to take screenshots and read configuration files, this provides significant opportunities for credential and data exfiltration. - [COMMAND_EXECUTION]: The skill programmatically modifies the host's system configuration by using
PlistBuddyto edit theconfig.plistof virtual machines. This level of system interaction allows the agent to change VM hardware settings and boot arguments without manual user oversight for the specific modifications.
Recommendations
- AI detected serious security threats
Audit Metadata