skill-tag-taxonomist
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/check.pyutilizessubprocess.run()to execute internal validation tools such asvalidate_skill.pyandtag_report.py. These execution paths are statically derived from the local file system relative to the skill's directory, limiting the scope to trusted internal scripts. - [SAFE]: The
scripts/tag_report.pyscript employsyaml.safe_load()to process frontmatter from repository metadata files. This is a security best practice that prevents arbitrary code execution during YAML deserialization. - [SAFE]: The skill's operation is restricted to the local repository environment. It does not attempt to make external network requests, access sensitive system credentials (like
.envor SSH keys), or use obfuscation techniques to hide its logic. - [SAFE]: The
evals/evals.jsonfile includes specific test cases to ensure the agent does not perform destructive actions, such as manually editing generated catalog indexes, reinforcing the skill's safe operational boundaries.
Audit Metadata