skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Overall Assessment (SAFE): The skill is a collection of development tools and reference documentation. No malicious behavior or security vulnerabilities were identified.
- Code Safety (SAFE): The scripts
package_skill.pyandquick_validate.pyuse standard Python libraries. The use ofyaml.safe_load()in the validation script ensures that YAML frontmatter is parsed without the risk of arbitrary code execution. - Network and Data (SAFE): There are no network operations, and the scripts do not access sensitive file paths or environment variables.
- Indirect Prompt Injection (SAFE): While the validation script processes
SKILL.mdfiles, it performs strict structural validation and does not execute content as instructions or interpolate it into prompts in a dangerous way.
Audit Metadata