skill-creator

Pass

Audited by Gen Agent Trust Hub on Apr 29, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Local Script Execution: The skill utilizes TypeScript scripts (init_skill.ts and quick_validate.ts) to automate the process of creating and checking new skill structures. These scripts are intended to be invoked via the npx command, which is a standard method for executing development tools within the Node.js ecosystem.
  • File System Management: The initialization script manages the creation of local directories and files to establish a template for new skills. This activity is restricted to the specific output paths provided during execution and serves the core function of the skill.
  • YAML Frontmatter Parsing: The validation tool employs the standard yaml library to verify the integrity of skill metadata. This process ensures that new skills adhere to required naming and description standards, contributing to the overall stability and organization of the agent's environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 29, 2026, 06:40 AM