data-scientist
Warn
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The
references/subagent-experiment-supervision.mdfile defines a pattern for automated experiment supervision where a monitoring loop checks logs for failure patterns and applies 'fixes' by modifying shell commands at runtime. This automated command modification logic can be abused to execute unauthorized commands if the log content is influenced by untrusted data.- [REMOTE_CODE_EXECUTION]: The supervision protocol includes afix_pip_installfunction that extracts module names fromModuleNotFoundErrorpatterns in logs and executespip install. This allows for the dynamic installation of arbitrary remote packages if an attacker can trigger specific error messages containing malicious package names.- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process external CSV datasets and monitor execution logs. The automated 'self-healing' logic lacks explicit sanitization or boundary markers to prevent 'log poisoning,' where malicious data causes an error that triggers the automated package installation or command modification logic.- [COMMAND_EXECUTION]: Several components, includingscripts/detect-compute.pyand the supervision reference, use thesubprocessmodule to execute system commands and manage external processes. While hardware probes are hardcoded, the general design encourages the agent to interact extensively with the shell and system environment.
Audit Metadata