skill-creator
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/init_skill.pyperforms file system operations to create directory structures and write template files (SKILL.md, example scripts, and reference docs) based on user-provided names and paths. - [COMMAND_EXECUTION]:
scripts/init_skill.pyapplies executable permissions (chmod 0o755) to a dynamically generated template script (example.py). This is a standard functional requirement for a project initialization tool. - [COMMAND_EXECUTION]:
scripts/package_skill.pyreads local file structures and uses thezipfilemodule to archive them into.skillfiles for distribution. - [PROMPT_INJECTION]: The
SKILL.mdfile contains instructions for the agent on how to write effective skills. These are meta-guidelines for content generation and do not attempt to bypass safety filters or override system constraints. - [DATA_EXFILTRATION]: No network-related functions or exfiltration patterns were found. The skill only interacts with local files for its intended packaging and validation tasks.
Audit Metadata