skill-creator
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a developer tool for creating and managing agent skills. No malicious patterns or security risks were identified during the analysis of the instructions or the bundled Python scripts.
- [COMMAND_EXECUTION]: The bundled scripts
scripts/init_skill.pyandscripts/package_skill.pyperform local file system operations.init_skill.pycreates new directories and template files based on a user-provided name and path.package_skill.pyvalidates a directory and packages its contents into a zip archive. Both scripts use standard Python libraries (pathlib,zipfile) and operate on paths explicitly provided as command-line arguments. - [EXTERNAL_DOWNLOADS]: The README.md documentation refers to an installation command
npx skills add https://github.com/azrod/skills --skill skill-creator. This is a standard mechanism for adding skills in the targeted agent environment and references the author's own public repository. - [SAFE]: The skill's instructions follow the 'progressive disclosure' principle for context efficiency and use objective, instructional language. No evidence of prompt injection, obfuscation, or persistence mechanisms was found.
Audit Metadata