skill-eval
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes local shell scripts to perform its evaluation logic. Evidence includes execution of
bash scripts/probe-skill.shfor running probes andbash scripts/check-skill-probe-headroom.shfor verifying if the evaluation scenario has enough headroom to be valid. It also executes generateddiscriminator.shscripts to verify test outcomes. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection because it ingests external skill source code (the 'canonical-skill' bytes) and user-supplied 'action' sentences to build its evaluation probes.
- Ingestion points: Reads
SKILL.mdcontent from other skills and accepts user-defined 'action' descriptions inSKILL.md. - Boundary markers: The framework uses defined treatment sources (
canonical-skillvsinjected-prelude) to isolate variables, though it does not explicitly detail instruction-filtering for the ingested skill content. - Capability inventory: The skill performs file writes to
evals/skill-probes/and executes shell scripts viabash(inSKILL.md). - Sanitization: The skill relies on 'deterministic discriminators' (exit codes 0, 1, 2) and headroom gates to ensure evaluations are not influenced by accidental vocabulary matches or saturated scenarios.
Audit Metadata