skill-audit
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
subprocessmodule inrun_eval.py,run_loop.py, andimprove_description.pyto execute theclaudeCLI and local Python scripts. It is explicitly authorized to run Python commands via theallowed-toolsfrontmatter field. These capabilities are used exclusively for skill auditing and evaluation. - [EXTERNAL_DOWNLOADS]: The
eval_review.htmltemplate references Google Fonts. This is a reference to a well-known service for UI purposes and is documented neutrally as a safe reference. - [SAFE]: (Indirect Prompt Injection Surface) The skill processes external skill content for auditing and evaluation. While this creates a potential surface for indirect prompt injection if an audited skill contains malicious instructions, the tool is intended for developer workflows and uses structured data handling for its reporting.
- [SAFE]: (Dynamic Execution) The skill constructs temporary command files and executes them to verify behavior. These operations are constrained to the
.claude/commands/directory and include automatic cleanup infinallyblocks to prevent unintended persistence.
Audit Metadata