skills/openai/plugins/plugin-eval/Gen Agent Trust Hub

plugin-eval

Pass

Audited by Gen Agent Trust Hub on Aug 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Command Execution: The skill is designed to interact with a local command-line interface, specifically the plugin-eval tool. It generates shell commands to perform analysis and benchmarking of local files, which is consistent with its stated purpose as a developer tool.
  • Local File System Interaction: To perform its evaluations, the skill resolves paths to local directories, including the user's home directory (e.g., ~/.codex/skills/). This access is required for the tool to inspect and evaluate the targeted skill or plugin files.
  • User Input Handling: The skill interpolates user-provided paths and natural language requests into shell command arguments (e.g., plugin-eval start <path> --request "<user request>"). While this is standard for CLI-based skills, it relies on the agent's underlying execution environment to handle shell escaping and prevent command injection.
  • Indirect Prompt Injection Surface: As an evaluation tool, the skill may process content from other local skills or plugins. This provides a surface for indirect prompt injection if the data being evaluated contains instructions meant to influence the agent's behavior during the analysis phase. The instructions include basic path resolution logic which helps verify the target before execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 17, 2026, 09:39 AM
Security Audit — agent-trust-hub — plugin-eval