skill-creator
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Multiple scripts, including
scripts/run_eval.pyandscripts/improve_description.py, utilizesubprocessto execute theclaudeCLI and system utilities likelsof. These calls are restricted to the local environment and are used to automate the testing and iteration of skill drafts.\n- [EXTERNAL_DOWNLOADS]: The evaluation viewer (eval-viewer/viewer.html) loads the SheetJS library fromcdn.sheetjs.com. This is a trusted service used for local client-side processing of spreadsheet files.\n- [DATA_EXFILTRATION]:eval-viewer/generate_review.pyhosts a local HTTP server on127.0.0.1to display evaluation results. The server transmits workspace data, including output files from test runs, to the user's browser. While this involves local data transmission, the server is bound to the localhost interface.\n- [PROMPT_INJECTION]: The skill provides an indirect prompt injection surface. Ingestion points: User-defined prompts inevals/evals.json. Boundary markers: Absent. Capability inventory:subprocesscalls inscripts/and local file hosting ineval-viewer/. Sanitization: Absent. This surface is functional for testing agent behavior under various scenarios.\n- [SAFE]: Analysis of the source code confirms that its high-privilege operations are aligned with its purpose as a development tool. No persistence mechanisms, credential harvesting, or unauthorized remote access patterns were found.
Audit Metadata