skill-creator
Warn
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill frequently uses the
subprocessmodule to interact with the local system.scripts/run_eval.pyandscripts/improve_description.pyexecute theclaudeCLI tool using arguments derived from user-provided queries and skill content. Furthermore,eval-viewer/generate_review.pyexecutes thelsofcommand and callsos.killto manage network ports, which could be misused to terminate arbitrary processes if the port inputs are not strictly controlled. - [PROMPT_INJECTION]: The skill is exposed to indirect prompt injection (Category 8) when processing user-defined test cases and queries. Ingestion points: Test prompts are read from
evals/evals.jsonand external eval sets. Boundary markers: The queries are interpolated directly into prompts for theclaudeCLI without protective delimiters or instructions to ignore embedded commands. Capability inventory: The skill possesses powerful capabilities including subprocess execution, filesystem access (e.g., writing to~/.claude/commands/), and skill management viahost.skills. Sanitization: The skill lacks sanitization for the user-provided queries before they are passed into the evaluation and optimization workflows. - [EXTERNAL_DOWNLOADS]: The
eval-viewer/viewer.htmlfile references a library fromcdn.sheetjs.com. This is a well-known service utilized by the skill for rendering and manipulating spreadsheet data within the results viewer.
Audit Metadata