skill-evals
Fail
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
uvxto download and execute code directly from thewshobson/agentsGitHub repository at runtime. This provides a mechanism for executing unverified remote code from a source outside the verified vendor list. - [COMMAND_EXECUTION]: The skill performs several local command executions, including running
./scripts/eval-skills.pyand variousmaketargets such asmake eval-skillandmake eval-certify. These operations involve shell execution and the invocation of sub-processes. - [PROMPT_INJECTION]: The skill implements an automated file-editing workflow (
--fixmode) that represents an indirect prompt injection surface. It reads and processes evaluation data fromEVALS.md—which is generated by an external, unverified tool—and uses this data to drive automated edits toSKILL.mdfiles via theEdittool. - Ingestion points: The skill reads
SKILL.md(for evaluation) and tool-generatedEVALS.md(to perform fixes). - Boundary markers: No specific delimiters or "ignore instructions" warnings are utilized when processing the content of these files.
- Capability inventory: The skill possesses the
Edittool for writing to files andBashfor command execution. - Sanitization: There is no evidence of sanitization or validation performed on the evaluation data before it is used to influence the agent's code-writing actions.
Recommendations
- AI detected serious security threats
Audit Metadata