skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Command Execution] (SAFE): No subprocesses or shell commands are executed. All logic is handled natively in Python.
- [Data Exfiltration] (SAFE): No network operations or external API calls were detected. The scripts only interact with the local file system for packaging purposes.
- [Remote Code Execution] (SAFE): There is no use of dynamic execution functions like
eval()orexec(), and no code is downloaded from remote sources. - [External Downloads] (SAFE): The scripts do not attempt to fetch external dependencies or scripts from the internet.
Audit Metadata