skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No security issues were detected across the analyzed files.
- [Data Exposure & Exfiltration] (SAFE): No hardcoded credentials, sensitive file path access, or unauthorized network operations were found.
- [Unverifiable Dependencies & Remote Code Execution] (SAFE): The scripts use standard Python libraries. The only external dependency is PyYAML, which is handled using the secure
safe_loadmethod. - [Dynamic Execution] (SAFE): No use of
eval(),exec(), or unsafe deserialization was found. The YAML parsing is restricted to the safe loader. - [Prompt Injection] (SAFE): The documentation files provide templates and examples for formatting, but they do not contain instructions to bypass safety filters or override system constraints.
- [Privilege Escalation] (SAFE): No commands for privilege escalation (like
sudoorchmod 777) are present.
Audit Metadata