skill-creator
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides procedural guidance and automation scripts for a standard developer workflow (creating and packaging skills).
- [COMMAND_EXECUTION]: The skill includes scripts for initializing and packaging skills (
init_skill.py,package_skill.py). These scripts perform file system operations such as directory creation, file writing, and ZIP archiving. Analysis shows these are restricted to local paths and include safety checks, such as path normalization and preventing directory traversal during packaging. - [DATA_EXFILTRATION]: No network operations or patterns associated with data exfiltration were detected. The scripts operate entirely on the local file system within specified workspace paths.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare purely educational and procedural, containing no attempts to bypass safety filters or override agent behavior maliciously. - [EXTERNAL_DOWNLOADS]: The skill does not perform any external downloads or remote script execution. It uses local templates to generate starter files.
Audit Metadata