Skip to content

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:40
· 9 commits to main since this release

Added

  • OWASP Agentic Skills Top 10 mapping. Every finding now carries machine-readable owasp
    category ids (e.g. ["AST04"]) in the JSON report, and SARIF output emits the taxonomy as
    native taxonomies + per-rule relationships. Deterministic projection over the rule registry
    (skilltotal/owasp.py); no execution, no LLM. Findings with no honest static fit (raw
    capabilities, classic code-level vulns) carry an empty list rather than a forced category — see
    docs/owasp-agentic-skills-mapping.md. Report schema 1.4 (adds finding.owasp); ruleset 18.