skill-creator
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides Python utility scripts intended for local execution to streamline the development workflow.
scripts/init_skill.py: Automates the generation of a standardized skill directory structure, including template markdown and placeholder script/reference folders.scripts/package_skill.py: Implements validation logic for skill metadata and packages the project into a ZIP archive for distribution.- [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were found. The scripts use standard library modules (os, pathlib, zipfile) and perform expected file system operations for a development tool.
Audit Metadata