This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryUpdates Verification, default, and 2026-07-21 across a mixed release.
Full changelog
Two more dream-cycle security gates, reusing ChannelGuard's detector.
Added
PlanFlip gate — ruflo security scan-plan
Scans agent-emitted plans (inline -p or --plan-file <path>) for injected steps that would shift the plan's authority. Gate FIRES on high-severity findings (default) or ANY finding (--strict). Exit 2 signals fire so callers can gate distribution.
MemPoison gate — ruflo memory store --scan-content
Runs the scanner on the value BEFORE persistence and refuses the write with exit 2 on any finding. Also activates globally via RUFLO_MEMORY_SCAN_ON_WRITE=1 for safety-critical flows. Refusal is authoritative — does not fall through to the sql.js path.
Both gates reuse ChannelGuard's scanChannelMessage from the shared security/injection-catalog + channel-guard modules — adding a phrase to the catalog now strengthens all four surfaces at once (composition-scan, channel-scan, scan-plan, memory-store).
Verification
- Regression tests: 6/6 for #2752 (detector + 3 CLI wire E2E via real
execFileSync) - Total security tests (#2752 + #2783): 21/21
- E2E on shipped CLI: memory store with injected value → exit 2, plan file with injected step → exit 2 with FIRE verdict
Upgrade
npx ruflo@latest --version # → 3.32.17
Refs: dream-cycle #2752 (2026-07-21).
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
Related tools
Beta — feedback welcome: [email protected]