This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Affected surfaces
Summary
AI summaryAdded a read/write symmetry audit script and the missing get_frame_range read counterpart for set_frame_range.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds scripts/audit_readwrite_symmetry.py to scan write‑without‑read gaps. Adds scripts/audit_readwrite_symmetry.py to scan write‑without‑read gaps. Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Feature | Low |
Adds docs/reference/readwrite-symmetry.md documenting the audit tool. Adds docs/reference/readwrite-symmetry.md documenting the audit tool. Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Feature | Low |
Adds fusion_comp(action="get_frame_range") as read counterpart to set_frame_range. Adds fusion_comp(action="get_frame_range") as read counterpart to set_frame_range. Source: llm_adapter@2026-06-06 Confidence: high |
— |
Full changelog
Read/write symmetry audit and a gap it surfaced.
- Added
scripts/audit_readwrite_symmetry.py+ generateddocs/reference/readwrite-symmetry.md— scans every tool's action surface and reportsset_/add_/create_writes lacking a read counterpart, so write-without-read gaps surface before users hit them. A repeatable feature-discovery method. - Added
fusion_comp(action="get_frame_range")— reads the comp's render frame range, the read counterpart toset_frame_range(a gap the audit found).
Live-validated on DaVinci Resolve Studio 21.0.0.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]