This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Affected surfaces
Summary
AI summaryAdded a new opt‑in safety layer for third‑party plugin tools with audit, throttling, fault isolation, classification, and observation features.
Full changelog
Highlights
mureo safety layer for third-party plugin tools (#114, #116) — opt-in & purely additive via standard MCP Tool metadata, no plugin-side changes required:
- Phase 1 — audit (
~/.mureo/plugin_audit.jsonl, secret-masked, 0600) / throttle / fault-isolation (record-then-reraise; never crashes or silently swallows). - Phase 2 — classify via
readOnlyHint(undeclared ⇒ mutating) + optional_meta["mureo"](reversal,throttle); successful mutating calls promoted intoSTATE.jsonaction_log(platform="plugin:<dist>", only when a STATE.json exists). - Phase 3 — provider-aware skill guidance (plugin platforms enumerated best-effort, treated advisory).
- Phase 4 — structural strategy parity: mutating calls get an
observation_duewindow (14-day default,_meta["mureo"]["observation_days"]overridable) so daily-check reviews outcomes like a built-in.
Honest scope: confirm + STRATEGY gating are skill-mediated; audit/action_log/observation/rollback-intent are mechanical — the same channel built-ins use. mureo's platform-specific analytics and executable auto-rollback for arbitrary ops are not generically possible and not claimed. See docs/plugin-authoring.md, docs/ABI-stability.md.
Also since v0.9.0
- Fixed:
mureo configurefrees the terminal on finish / Ctrl+C (#111). - Docs: getting-started leads with
mureo configure+ 'Before you start' (#109, #110); BYOD/Demo are mureo-native only (#112).
Full changelog: CHANGELOG.md
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
About logly/mureo
Framework for AI agents (Claude Code, Cursor, Codex, Gemini) to operate Google Ads, Meta Ads, and Search Console. Grounded in a local STRATEGY.md — not metric-chasing. Defense-in-depth security, local-first. Apache 2.0.
Related context
Related tools
Beta — feedback welcome: [email protected]