monitor-experiment
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to executesshcommands. It dynamically constructs shell commands using user-provided arguments (e.g.,<server>,<name>) and internal placeholders, which presents a surface for command injection if the underlying tool or agent does not properly sanitize the input. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and interprets untrusted data from remote sources, including experiment logs, screen session hardcopies, and JSON result files.
- Ingestion points:
sshoutputs fromtail,cat, andscreen, as well as data retrieved via the Weights & Biases API. - Boundary markers: Absent; there are no instructions to the agent to ignore or delimit embedded instructions in the logs.
- Capability inventory: The agent has access to
Bash(withsshandecho),Read,Write, andEdittools. - Sanitization: Absent; the skill does not specify any filtering or validation of the ingested log content before the 'Interpret' or 'Summarize' steps.
- [DATA_EXFILTRATION]: The skill accesses local configuration files including
vast-instances.jsonand~/.claude/feishu.json. While these are used for functional requirements like cost reporting and sending notifications, these files may contain sensitive metadata or authentication tokens.
Audit Metadata