skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides utility scripts
scripts/init_skill.pyandscripts/package_skill.pyfor local file system scaffolding and distribution. These operations are limited to the user's local workspace and align with the skill's documented primary purpose. - [SAFE]: Validation logic in
scripts/quick_validate.pycorrectly usesyaml.safe_load()for parsing skill metadata, mitigating risks associated with unsafe deserialization of YAML content. - [SAFE]: No patterns associated with prompt injection, data exfiltration, or malicious persistence were identified in the instructions or the accompanying scripts.
- [SAFE]: Path operations within the Python scripts use standard libraries and resolution methods that do not attempt to access sensitive system files or perform unauthorized privilege escalation.
Audit Metadata