agentskill-kaizen-meta-docs
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill employs dynamic context injection to execute a shell command at load time for file indexing.
- Evidence: SKILL.md contains
!find ${CLAUDE_PLUGIN_ROOT}/docs -name '*.md' -type f | sort. - Context: This is a benign use of shell commands to generate an index of the plugin's own documentation. It does not process user-provided arguments or access files outside the plugin directory.
Audit Metadata