skill-creator

Pass

Audited by Gen Agent Trust Hub on Feb 16, 2026

Risk Level: LOW
Full Analysis
  • [COMMAND_EXECUTION] (LOW): The package_skill.py script executes file system operations including reading, writing, and directory traversal. These are necessary for its function as a packager and do not involve arbitrary command execution or shell injection.- [DATA_EXPOSURE] (SAFE): The scripts only access files within the provided skill directory path and do not attempt to read sensitive system files (e.g., SSH keys, credentials).- [EXTERNAL_DOWNLOADS] (SAFE): No remote network requests, downloads, or external package installations are performed by these scripts.- [DYNAMIC_EXECUTION] (SAFE): The validation script uses yaml.safe_load() which prevents unsafe deserialization attacks. No eval() or exec() calls are present.
Audit Metadata
Risk Level
LOW
Analyzed
Feb 16, 2026, 06:17 AM