eval-harness
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill includes an LLM-as-judge evaluation pattern that is susceptible to indirect prompt injection. 1. Ingestion points: Data from model predictions (inputs and outputs) is passed to a judge model in the
llm_judge_samplefunction withinSKILL.md. 2. Boundary markers: TheJUDGE_PROMPTexample lacks delimiters or specific instructions to isolate untrusted data from the judge's instructions. 3. Capability inventory: The skill utilizesWriteandBashtools and provides code for network requests via libraries likehttpxand theanthropicSDK. 4. Sanitization: There is no evidence of input validation or sanitization in the provided evaluation code snippets. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform project tasks likenpm testandnpm run build. These commands are standard for the described evaluation and build processes. - [EXTERNAL_DOWNLOADS]: The skill contains Python code for interacting with external APIs, such as the Anthropic API and model endpoints, for the purpose of shadow testing and response grading. These network operations are consistent with the documented MLOps use cases.
Audit Metadata