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.py performs 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.py applies 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.py reads local file structures and uses the zipfile module to archive them into .skill files for distribution.
  • [PROMPT_INJECTION]: The SKILL.md file 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
Risk Level
SAFE
Analyzed
Mar 6, 2026, 10:25 AM