v3.8.0
3.8.0 (2026-06-23)
Full Changelog: v3.7.1...v3.8.0
Features
- runtime: add
evaluate_interactionendpoint (POST /detection/v2/interaction-evaluations) for evaluating full request/response interactions - red-team: forward all
start_sessionparams and drop hardcoded defaults; add objective, judge, attacker, severity, and config options (#206) - scans: surface advisories on scan reports and job summaries (categories, counts, and per-file advisory details)
- scans: support linking a scan target to a discovered asset via
asset_id - prompt-analyzer: return injection-classifier overrides as lists (
allow_overrides/block_overrides) and addappealdetails
Bug Fixes
- client: add missing f-string prefix in file type error message
Documentation
- examples: add red team evaluation notebooks (#205)