plugin-creator
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill configures
PostToolUsehooks that execute validation scripts (plugin-validate.pyandvalidate-skill-paths.py) viauv run python3. These scripts are located within the plugin's own directory structure (${CLAUDE_PLUGIN_ROOT}/hooks/), representing standard automated validation after file edits. - [DYNAMIC_CONTEXT_INJECTION]: The skill utilizes the
!catcommand to dynamically inject the contents of local documentation files (creator-anti-patterns.mdandenforcement-checklist.md) into the system prompt at load time. These commands use the${CLAUDE_SKILL_DIR}environment variable to resolve paths to reference files bundled with the skill, which is a legitimate use of dynamic injection for context management.
Audit Metadata