agent-evaluation
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides patterns for code-based graders that use
subprocess.runto execute system commands such aspyteston external repository paths. - [REMOTE_CODE_EXECUTION]: An evaluation example demonstrates the use of Python's
exec()function to run agent-generated code strings to verify outcomes. - [PROMPT_INJECTION]: The skill is designed to process untrusted data which facilitates indirect prompt injection attacks.
- Ingestion points: Untrusted data enters via
outcomedictionaries,transcriptlists,repo_pathstrings, andqa_caseobjects (SKILL.md). - Boundary markers: The instructions do not define delimiters or provide warnings to ignore embedded instructions within the ingested data.
- Capability inventory: The skill utilizes
subprocess.runandexec()to perform system-level operations based on the processed data (SKILL.md). - Sanitization: There is no evidence of sanitization, validation, or escaping of the external content before processing or execution.
Audit Metadata