skill-creator
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/run_eval.pyusessubprocess.Popento execute theclaudecommand-line tool. This is the primary mechanism used to test if a skill triggers correctly within the agent's environment. - [COMMAND_EXECUTION]: The
eval-viewer/generate_review.pyscript executes thelsofsystem utility viasubprocess.runto identify and manage processes using specific ports for the local server. - [EXTERNAL_DOWNLOADS]: The skill integrates with the Anthropic API using the
anthropiclibrary inscripts/run_loop.pyandscripts/improve_description.pyto facilitate the optimization of skill descriptions. Anthropic is a trusted organization. - [DATA_EXPOSURE]: The evaluation viewer script (
eval-viewer/generate_review.py) reads local files from the defined workspace and embeds their content into an HTML report for user review. This is an intended functional behavior for visualizing skill outputs. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests and processes untrusted user feedback and evaluation queries from
feedback.jsonandevals.json. However, the risk is minimized as these files are typically managed by the developer, and the skill utilizes list-based subprocess calls to prevent command injection.
Audit Metadata