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.py executes local validation logic and the compatibility matrix tool via the system's Python interpreter.
  • Evidence: Uses subprocess.run to execute validate_skill.py, validate_evals.py, and compat_matrix.py using paths derived from the skill's own directory structure.
  • [EXTERNAL_DOWNLOADS]: The skill relies on standard Python packages and the uv package manager for its environment, as indicated in the documentation and script imports.
  • Evidence: SKILL.md workflows use uv run to execute scripts, and scripts/compat_matrix.py imports the yaml library, suggesting a dependency on the well-known PyYAML package from the standard PyPI registry.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 5, 2026, 02:05 AM
Security Audit — agent-trust-hub — skill-compat-matrix