skill-creator

Pass

Audited by Gen Agent Trust Hub on Feb 27, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill contains Python scripts (init_skill.py, package_skill.py) that perform local file system operations. These include creating directories, writing template files, and applying execution permissions (chmod 755) to generated scripts. These operations are localized to the target skill directory and are consistent with the tool's intended purpose as a project initializer.
  • [REMOTE_CODE_EXECUTION]: No patterns of downloading and executing remote code or installing untrusted third-party packages were detected.
  • [DATA_EXFILTRATION]: No evidence of sensitive file access or network-based data exfiltration was found. The tool operates exclusively on local files within specified project paths.
  • [PROMPT_INJECTION]: The SKILL.md content provides architectural guidance and design principles for skill creation. It does not contain instructions aimed at bypassing safety guardrails or overriding system prompts.
  • [DYNAMIC_EXECUTION]: The validation script (quick_validate.py) utilizes yaml.safe_load() for parsing frontmatter, which is a security best practice that prevents the execution of arbitrary Python objects during YAML parsing.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 27, 2026, 11:44 PM