skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The scripts perform legitimate developer tasks related to skill management. They do not contain any instructions intended for an AI agent (no SKILL.md body logic).
- [DATA_EXFILTRATION] (SAFE): There are no network operations (no curl, wget, requests, or sockets). Data remains local to the filesystem.
- [COMMAND_EXECUTION] (SAFE): The scripts do not use subprocess, os.system, or any other method to execute shell commands.
- [EXTERNAL_DOWNLOADS] (SAFE): No external dependencies are downloaded at runtime.
- [DYNAMIC_EXECUTION] (SAFE): No use of eval(), exec(), or dynamic module loading. File paths are handled using the pathlib module which provides safer path manipulation.
Audit Metadata