evaluation-testing
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
references/verifier-agent-patterns.mdfile implements aCodeExecutionVerifierthat usessubprocess.runto execute Python scripts. This is a functional requirement for verifying code-generation agents but represents a risk if the execution environment is not properly sandboxed. - [PROMPT_INJECTION]: The skill's architecture relies on ingesting data from other agents (trajectories and completions) to perform evaluations. This design is susceptible to indirect prompt injection where malicious instructions in the data could influence the evaluator agents, as seen in the templates in
references/llm-as-judge-patterns.md. - [EXTERNAL_DOWNLOADS]: The CI/CD integration guidelines in
references/cicd-eval-integration.mdspecify workflows that download external dependencies viapip installand fetch datasets from remote registries. These operations rely on external infrastructure not controlled by the skill. - [COMMAND_EXECUTION]: Eight files in the
references/directory (e.g.,architecture-patterns.md,state-management.md) consist of hundreds of identical sections of repeated technical text. This bloat serves no functional purpose and is irregular for a production-grade skill.
Audit Metadata