run-evals
Warn
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill instructions provide examples for executing code at runtime using
exec()andeval()functions. - Evidence:
references/end-to-end-examples.mdandreferences/task-and-eval-patterns.mddemonstrate executingrow.codeandrow.test_expressionderived from external dataset rows. - Context: This is designed for evaluating coding problem responses, but it lacks execution sandboxing in the provided examples.
- [REMOTE_CODE_EXECUTION]: The skill implements a workflow where data retrieved from a remote service is subsequently executed locally.
- Evidence: Datasets are fetched via
ze.Dataset.pull()and the contents are passed toexec()in the provided code examples inreferences/end-to-end-examples.md. - [INDIRECT_PROMPT_INJECTION]: The skill exposes an attack surface for indirect prompt injection by processing external dataset content with high-privilege capabilities.
- Ingestion points: Data enters the environment through
ze.Dataset.pull()as seen inreferences/end-to-end-examples.md. - Boundary markers: There are no explicit delimiters or warnings provided to the model to ignore potentially malicious instructions within the dataset content.
- Capability inventory: The skill utilizes
exec()andeval()for code execution and makes network requests via theopenaiandzeroevalSDKs. - Sanitization: The examples do not implement sanitization, filtering, or sandboxing of the code being executed beyond basic error handling.
- [EXTERNAL_DOWNLOADS]: The skill performs downloads from established vendor and service repositories.
- Evidence: Fetches the ZeroEval SDK using
pip install zeroevaland pulls datasets from the ZeroEval platform. - Evidence: Includes instructions for cloning repositories using
git clonefor versioning scripts. - [COMMAND_EXECUTION]: The skill uses system commands for environment setup and CLI-based management.
- Evidence: Documents the use of
pip install,export, and variouszeroevalCLI commands (e.g.,zeroeval evals list,zeroeval setup) inSKILL.md.
Audit Metadata