This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryruflo security composition-scan adds deterministic scanning for three ShareLock Shamir‑split prompt‑injection attack signatures.
Full changelog
First dream-cycle backlog item shipped after the parser scoping fix.
Added
ruflo security composition-scan — deterministic (no LLM) scanner that reads a set of MCP tool descriptors and flags three attack signatures targeting the ShareLock Shamir-split prompt-injection pattern (arXiv 2606.27027, dream-cycle #2783):
- Injection-phrase — 16 known prompt-injection phrases inside a single tool.
- Shared-fragment — identical substrings ≥ N chars across tool descriptions, capped at ≤ K distinct tools per fragment. Attack fragments live in small conspiracies (2-3 tools); template language shows up in dozens.
- Name-lookalike — tool names ≤ 2 edits from a trusted ruflo prefix (typosquat mitigation).
Usage:
ruflo security composition-scan # scan the CLI's own MCP tools
ruflo security composition-scan --tools-json X.json # scan a third-party MCP registry
ruflo security composition-scan --min-fragment 30 --top 50
Verification
- Unit tests: 6/6 pass (shared-fragment, injection-phrase, name-lookalike, ruflo-benign-baseline, stats accuracy, minFragment tuning).
- E2E on synthetic malicious 4-tool registry: all 3 signatures flagged correctly.
- E2E on the CLI's own 350-tool registry: population cap knocks false-positives 92× (152,560 → 1,788).
Upgrade
npx ruflo@latest --version # → 3.32.15
Refs: dream-cycle #2783 (2026-07-26).
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]