sarif-tools
Installation
SKILL.md
SARIF Tools
Microsoft's sarif-tools — a Python CLI and library for working with SARIF (Static Analysis Results Interchange Format) files.
Installation
# pip
pip install sarif-tools
# pipx (recommended — isolated environment)
pipx install sarif-tools
# Verify
sarif --version
If sarif is not on PATH after install, use python -m sarif instead.