skill-compat-matrix
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/check.pyexecutes local validation logic and the compatibility matrix tool via the system's Python interpreter. - Evidence: Uses
subprocess.runto executevalidate_skill.py,validate_evals.py, andcompat_matrix.pyusing paths derived from the skill's own directory structure. - [EXTERNAL_DOWNLOADS]: The skill relies on standard Python packages and the
uvpackage manager for its environment, as indicated in the documentation and script imports. - Evidence:
SKILL.mdworkflows useuv runto execute scripts, andscripts/compat_matrix.pyimports theyamllibrary, suggesting a dependency on the well-known PyYAML package from the standard PyPI registry.
Audit Metadata