plugin-creator
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requests full shell access to automate project scaffolding and validation tasks.
- Evidence:
SKILL.mdgrantsBash(cmd:*)permissions. - Evidence:
references/plugin-creation-process.mddescribes executingnpm run sync-marketplaceand a local validation script./scripts/validate-all.shduring the plugin generation flow. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it incorporates untrusted user input into generated files which could influence downstream agents or tools.
- Ingestion points: User-provided plugin name, description, and keywords captured during the 'generate', 'create', or 'scaffold' triggers defined in
SKILL.md. - Boundary markers: Absent. There are no instructions or delimiters designed to isolate user input from the generated file structure.
- Capability inventory: The skill possesses
Write,Grep, andBash(cmd:*)tools (as seen inSKILL.md), which could be misused if instructions hidden in generated files are subsequently executed. - Sanitization: While the skill mentions using
jqfor JSON syntax validation and a custom validation script, there is no evidence of content sanitization for natural language fields like descriptions (described inreferences/plugin-creation-process.md).
Audit Metadata