skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/init_skill.pymanages local file system resources by creating directories and writing template files to paths specified via command-line arguments. - [COMMAND_EXECUTION]: The script
scripts/init_skill.pyexplicitly grants executable permissions (chmod 755) to newly created script files, which is a standard procedure for project scaffolding but involves privilege adjustment. - [COMMAND_EXECUTION]: The script
scripts/package_skill.pyaggregates and compresses local skill files into a ZIP distribution, requiring read and write access to the user's workspace.
Audit Metadata