run
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the user-provided
--evalparameter directly in the shell to capture baseline performance metrics and evaluate results. - [COMMAND_EXECUTION]: User-supplied parameters
{task}and{eval_cmd}are interpolated into a shell execution string forhub_init.pywithout explicit escaping or sanitization, creating a potential command injection surface. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input from the
--taskparameter which is passed to subsequent agent spawning steps. - Ingestion points:
--taskand--evalcommand parameters defined inSKILL.md. - Boundary markers: None present in the interpolation templates to delimit user input from shell command structures.
- Capability inventory: Direct shell command execution, file system writes to the
.agenthub/directory, and recursive spawning of other agents via theAgenttool. - Sanitization: No evidence of escaping, validation, or filtering of external content before interpolation into shell commands.
Audit Metadata