skill-creator
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several Python scripts that leverage the
subprocessmodule for legitimate development tasks. Specifically,scripts/run_eval.pyusessubprocess.Popento execute theclaudeCLI for testing skill triggers, andeval-viewer/generate_review.pyusessubprocess.runto calllsoffor managing local network ports. These calls are handled using argument lists rather than shell strings, mitigating command injection risks. - [EXTERNAL_DOWNLOADS]: The skill relies on the
anthropicPython library to interact with LLMs for description optimization. Documentation within the skill also guides users on how to manage dependencies using standard package managers likepipandnpm. These interactions are typical for development tools and target well-known, trusted registries. - [DATA_EXFILTRATION]: While the
eval-viewerutility reads local evaluation data and transcripts to generate reports, it serves this content via a local-only loopback interface (127.0.0.1). Analysis of the source code confirms no sensitive data is transmitted to unauthorized external domains.
Audit Metadata