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.pyandscripts/quick_validate.pyscripts perform standard file operations (reading, validating, and zipping) on local directories. They usepathlibfor 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