Skip to content

claude-flow

v3.32.16 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-ai agentic-framework agentic-workflow agents ai-agents ai-assistant
+14 more
ai-coding ai-skills autonomous-agents claude-code codex harness mcp-server multi-agent multi-agent-systems npm skills swarm swarm-intelligence typescript

Affected surfaces

auth rbac rce_ssrf

Summary

AI summary

ChannelGuard adds deterministic inter‑agent message scanning with four attack signatures.

Full changelog

Completes the dream-cycle #2783 ADR-320 recommendation: Composition Inspector (v3.32.15) + ChannelGuard (this release).

Added

ruflo security channel-scan — deterministic (no LLM) inter-agent message scanner. arXiv 2607.19430: individually-safe LLM agents propagate injection payloads through inter-agent message channels; per-message safety checks pass at each hop. ChannelGuard closes the gap by scanning content at the routing boundary.

Four attack signatures:

  1. Injection-phrase — shared 16-phrase catalog with composition-scan (new src/security/injection-catalog.ts; a phrase added there strengthens both surfaces).
  2. Role-shiftsystem: / assistant: / user: markers appearing INSIDE the message body (start-of-message preambles allowed).
  3. Encoded-payload — long base64/hex runs that could hide obfuscated instructions.
  4. Zero-width/bidi unicode — U+200B, U+200C, U+200D, U+FEFF, U+202A-E, U+2066-9 — zero legitimate use in agent messages.

Usage:

ruflo security channel-scan -m "…message text…"
ruflo security channel-scan --message-file ./inbox/msg-1234.txt

Exit codes: 0 safe, 2 flagged — shell-integration friendly (channel-scan && forward skips flagged messages).

Verification

  • Regression tests: 9/9 for ChannelGuard, 6/6 for Composition Inspector, 15/15 total.
  • E2E on malicious message → 5 findings across 3 signature categories.
  • E2E on benign handoff → SAFE, 0 findings.

Upgrade

npx ruflo@latest --version   # → 3.32.16

Refs: dream-cycle #2783.

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

Track claude-flow

Get notified when new releases ship.

Sign up free

About claude-flow

Deploy multi-agent swarms with coordinated workflows.

All releases →

Related context

Beta — feedback welcome: [email protected]