skill-creator-anthropic
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- General Security (SAFE): Analysis of the Python scripts and documentation files revealed no malicious intent. The skill serves as a legitimate set of tools for skill developers.
- Code Safety (SAFE):
quick_validate.pycorrectly implementsyaml.safe_load()for parsing skill configuration, preventing potential code execution vulnerabilities associated with unsafe YAML loading. - File Operations (SAFE):
package_skill.pyuses the standardzipfilelibrary to archive local directories. It performs resolve operations on paths but does not attempt to access sensitive system files or execute arbitrary commands. - Content Integrity (SAFE): The documentation files (
output-patterns.md,workflows.md) provide helpful templates and examples for agent behavior without attempting to override system prompts or bypass safety filters.
Audit Metadata