skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security vulnerabilities were detected in the provided code.
- [COMMAND_EXECUTION] (SAFE): The scripts do not use subprocess, os.system, or any other functions to execute shell commands.
- [DATA_EXFILTRATION] (SAFE): There is no network activity or code that attempts to transmit data to external servers.
- [REMOTE_CODE_EXECUTION] (SAFE): The code does not download or execute remote scripts; all operations are performed locally using standard libraries.
- [CREDENTIALS_UNSAFE] (SAFE): No hardcoded secrets, API keys, or sensitive credentials were found.
- [Input Validation] (SAFE): The
quick_validate.pyscript implements proactive safety checks, such as preventing angle brackets in descriptions to mitigate potential injection or rendering issues in downstream UIs.
Audit Metadata