recipe-eval-skill
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates skill management and evaluation using structured workflows and a dedicated Python executor script.
- [COMMAND_EXECUTION]: The
scripts/eval-executor.pyscript executes theclaudeCLI andgitcommands to run evaluations and manage worktrees. Execution is performed using list-based arguments without a shell, which is a standard security practice to prevent command injection. The tool also provides functionality to fingerprint directories to ensure that only approved skill versions are executed. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection as it ingests user-provided 'held-out test requests' and executes them verbatim via the
claudeCLI. - Ingestion points: User input collected during Phase A dialog in
references/create.md(Round 3) andreferences/update.md(Round 2). - Boundary markers: Absent; requests are passed directly to the executor to test raw agent response behavior.
- Capability inventory:
scripts/eval-executor.pyinvokes theclaudeCLI for task execution, capturing output and metadata across multiple trials. - Sanitization: Absent; the skill relies on the execution environment's tool restrictions (
--allowedTools) and the underlying agent's own safety guardrails.
Audit Metadata