agent-plugin-eval
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to audit untrusted repositories, creating a surface where malicious instructions in a plugin's manifest or skill files could influence the agent's behavior during the evaluation process.
- Ingestion points: The script
scripts/inspect_plugin.pyreads data fromplugin.json,mcp.json, andSKILL.mdfiles within the target repository. - Boundary markers: The
SKILL.mdfile includes explicit instructions to perform audits statically and avoid executing bundled code, hooks, or scripts from the target repository without authorization. - Capability inventory: The agent has capabilities to clone Git repositories, browse the web (for specification updates), and write report files.
- Sanitization: While the Python scripts validate JSON structure and schema compliance, there is no explicit sanitization or filtering of natural language content to prevent prompt injection.
- [EXTERNAL_DOWNLOADS]: The skill retrieves normative specifications and schemas from the official domain
agent-plugins.organd documentation fromagentskills.ioto ensure audit conformity. - [COMMAND_EXECUTION]: The skill invokes local helper scripts
scripts/inspect_plugin.pyandscripts/score.pyto perform the technical audit and calculate weighted conformance scores.
Audit Metadata