skill-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • General Analysis (SAFE): The skill is a collection of developer tools and documentation. It does not contain any instructions that attempt to bypass safety filters or exfiltrate data.
  • File Processing (SAFE): The scripts/package_skill.py and scripts/quick_validate.py scripts perform standard file operations (reading, validating, and zipping) on local directories. They use pathlib for safe path handling and do not invoke shell commands.
  • Dependency Analysis (SAFE): The validation script uses yaml.safe_load(), which is the recommended practice to prevent arbitrary code execution during YAML parsing.
  • Data Handling (SAFE): No hardcoded credentials, sensitive file paths, or unauthorized network operations were found in any of the files.
  • Documentation (SAFE): The markdown files in the references/ directory provide helpful patterns for skill developers and do not contain any hidden or malicious instructions.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:12 PM