evaluate-skill
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill is built around executing local CLI commands using the
plugin-evalutility. It uses various subcommands likeanalyze,start, andbenchmarkto process local skill directories. This is a standard pattern for developer-oriented tools integrated into an agent environment. - Local File System Access: The workflow specifies resolving paths in the user's home directory (
~/.codex/skills/) and local repository paths to locate target skills. This access is limited to identifying and analyzing skill configuration files. - Indirect Prompt Injection Surface: The skill evaluates external
SKILL.mdfiles which are ingested into the analysis workflow. - Ingestion points: Files are read at
<skill-path>during theplugin-eval analyzestep inSKILL.md. - Boundary markers: There are no explicit instructions to the agent to treat the content of the analyzed files as untrusted data.
- Capability inventory: The skill can execute shell commands via the
plugin-evaltool. - Sanitization: No explicit sanitization of the analyzed file content is mentioned in the instructions, though the use of a dedicated analysis tool typically handles data parsing.
Audit Metadata