skill-creator
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocessinscripts/run_eval.pyandscripts/improve_description.pyto call theclaudeCLI. This is a core functionality designed to test skill triggering and evaluate performance in a sandbox-like manner. - [EXTERNAL_DOWNLOADS]: The
eval-viewer/viewer.htmlfile includes a script tag forcdn.sheetjs.comto enable Excel file rendering within the local evaluation viewer. This targets a well-known service and is used for data visualization. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates an optimization loop where user-provided skill descriptions and test prompts are processed by an LLM. Scripts such as
improve_description.pyuse XML-style tags and indentation to separate these external inputs from system instructions. While this represents an attack surface for indirect prompt injection, it is managed with standard delimiters. - [DATA_EXPOSURE]: The
eval-viewer/generate_review.pyscript implements a local HTTP server onlocalhostto display test outputs. It reads files from the designated workspace and embeds them into HTML. The script includes protections such as excluding sensitive directories (e.g.,.git,node_modules) and only processing directories that contain a specificoutputs/subdirectory.
Audit Metadata