skill-tag-taxonomist
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/check.pyfile usessubprocess.runto invoke local validation scripts such asvalidate_skill.pyandtag_report.py. These calls are restricted to the local environment and use the current Python interpreter with hardcoded or script-derived paths, preventing command injection. - [SAFE]: The skill utilizes
yaml.safe_loadinscripts/tag_report.pyto parse skill frontmatter, which is a secure practice that prevents arbitrary code execution during YAML deserialization. - [SAFE]: Text analysis for tag inference is performed via static regular expressions defined in
TAG_RULES. This logic does not execute or interpret the content being analyzed, mitigating risks from indirect prompt injection in skill descriptions.
Audit Metadata