render
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands to perform its core rendering function.
- It runs
node --versionto verify the environment (SKILL.md, Step 2). - It executes a bundled script via
node "${CLAUDE_PLUGIN_ROOT}/scripts/render.cjs" "<spec-path>"(SKILL.md, Step 4). - These commands use a specific, bundled script within the plugin environment and follow standard development workflows.
Audit Metadata