skill-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill consists of documentation and utility scripts for managing other skills.
scripts/package_skill.pyuses the standardzipfilelibrary to compress a directory. It correctly resolves paths and does not perform any network operations or arbitrary command execution.scripts/quick_validate.pyperforms static validation of YAML frontmatter using regular expressions. It includes a safety check to prevent angle brackets in descriptions, which can mitigate certain injection or rendering issues.- No external dependencies, remote code downloads, or credential exposures were found.
- The documentation files in
references/contain helpful patterns and templates for output and workflows without attempting to override agent safety guidelines.
Audit Metadata