skill-creator
Fail
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: CRITICAL
Full Analysis
- [SAFE]: The skill provides a robust framework for developing other skills. The core functionality is implemented through Python scripts (
init_skill.py,package_skill.py,quick_validate.py) that handle directory scaffolding, file zipping, and schema validation without any suspicious secondary actions. - [SAFE]: Input validation in
quick_validate.pyutilizesyaml.safe_load, which is the industry standard for preventing YAML-based code execution attacks. - [SAFE]: The
init_skill.pyscript includes a helper that sets file permissions (chmod 0o755) on generated scripts to make them executable. This is a legitimate development feature for the skill's stated purpose and does not constitute a privilege escalation risk. - [SAFE]: The automated scanner alert regarding a malicious URL in a file named
product.mdwas investigated. No file by that name exists in the provided source code or within the binary.skillarchives. The only reference toproduct.mdis as a placeholder name in a markdown diagram demonstrating directory structures. Therefore, the alert is identified as a false positive. - [SAFE]: All external references in the documentation point to trusted domains (e.g., Apache software foundation, official GitHub repositories) and are used for instructional purposes only.
Recommendations
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata