skills/j5ik2o/okite-ai/skill-creator/Gen Agent Trust Hub

skill-creator

Pass

Audited by Gen Agent Trust Hub on Mar 9, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill includes utility scripts (init_skill.py, package_skill.py, quick_validate.py) intended to be executed by the agent to automate skill directory initialization, validation, and packaging.
  • [DYNAMIC_EXECUTION]: The init_skill.py script generates template files, including a placeholder Python script (example.py). This generation is performed using static templates and is a core function of the skill's development utility purpose.
  • [SAFE]: The skill uses yaml.safe_load for parsing configuration files, which is the recommended practice for preventing unsafe deserialization vulnerabilities.
  • [SAFE]: File system operations, such as creating directories and setting execution permissions (chmod +x) on generated templates, are restricted to the local development environment and aligned with the primary purpose of skill creation.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 9, 2026, 07:52 AM