skill-compat-matrix
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/check.pyscript usessubprocess.runto execute local validation scripts such asvalidate_skill.py. These operations are limited to hardcoded paths for internal repository tools and are consistent with the skill's core function of auditing and reporting.\n- [PROMPT_INJECTION]: The skill processes data from multipleSKILL.mdfiles, which constitutes a surface for indirect prompt injection.\n - Ingestion points:
scripts/compat_matrix.pyreads frontmatter from all markdown files located in theskills/directory.\n - Boundary markers: The analysis does not use specific delimiters to separate untrusted content from internal logic, relying on the project's folder structure.\n
- Capability inventory: Capabilities are limited to generating reports and executing local validation scripts via
subprocess.run.\n - Sanitization: The skill uses
yaml.safe_loadto parse frontmatter, which prevents the execution of arbitrary code embedded in YAML tags.
Audit Metadata