skill-eval
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute local Python scripts and theclaudeCLI for evaluation tasks. - Evidence:
SKILL.mdreferences scripts such asrun_eval.py,run_loop.py, andquick_validate.pyfor performing various evaluation modes. - Evidence: The skill documentation explicitly requires the
claudeCLI for trigger testing operations. - [PROMPT_INJECTION]: The skill's evaluation agents process transcripts and output files from other skills, which constitutes an indirect prompt injection surface.
- Ingestion points:
agents/grader.md,agents/comparator.md, andagents/analyzer.mdread execution transcripts and output directories containing data from potentially untrusted skills. - Boundary markers: The instructions for these subagents do not specify any delimiters or warnings to ignore malicious instructions embedded within the data being graded.
- Capability inventory: The skill possesses
Bash,Write, andAgenttools, which could potentially be abused if a subagent is compromised by malicious input. - Sanitization: There is no evidence of content sanitization or validation for the transcripts and outputs before they are processed by the grader or analyzer subagents.
Audit Metadata