skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (INFO): No security issues were detected. The analyzed files are standard development utilities and documentation for skill creation.
- [Indirect Prompt Injection] (LOW): The
quick_validate.pyscript processes untrustedSKILL.mdfiles but usesyaml.safe_load()to prevent unsafe deserialization and performs only read-only structural validation. There is no execution or side-effect associated with the data processed. - [Unsafe Deserialization] (LOW): The validation logic correctly uses
yaml.safe_load()rather than the unsafeyaml.load(), mitigating potential RCE via YAML tags. - [Command Execution] (INFO): The
package_skill.pyscript performs file system operations (zipping files) which are restricted to the provided directory paths and do not involve shell injection or arbitrary command execution.
Audit Metadata