skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): Analysis of all 4 files shows no evidence of malicious patterns.
scripts/package_skill.py: Useszipfileto package a directory. It correctly resolves paths and uses a validation script before proceeding.scripts/quick_validate.py: Performs schema and format validation onSKILL.mdfiles. It usesyaml.safe_load()to prevent unsafe deserialization and regex for string validation.references/output-patterns.mdandreferences/workflows.md: Provide markdown templates and instructional guidance for skill development with no executable code or injection vectors.- Dynamic Execution (SAFE): No dynamic execution (eval/exec) or runtime compilation was found.
- Data Exfiltration (SAFE): No network operations or access to sensitive local credentials were found.
- External Downloads (SAFE): No remote scripts or external dependencies are downloaded at runtime.
Audit Metadata