This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryFixed safari_close_tab from closing the user's active tab when no ownership was recorded.
Full changelog
Fixed
safari_close_tab could close one of the user's tabs. With no tab index of its own, the close path fell back to close current tab of window — the tab the user is actually looking at. "No index of its own" is exactly what a session re-initialised after a transport drop reports while its own tab is still open, so the fallback fired at the worst possible moment; it closed a user's tab during a real run (#68).
This is the destructive sibling of #64, and the fail-open sat in all three layers with one shape — no ownership recorded read as permission rather than as refusal:
close_tabwas listed among the ownership-exempt "tab management" operations next tonew_tab/list_tabs/switch_tab— the only one of the four that destroys a user tab, and the only one with no compensating check.- The AppleScript engine fell back to the front document.
- The extension engine's "no tabs owned yet → allow" backward-compatibility branch let the close through.
The read paths keep that leniency on purpose — a wrong read costs information, so "read the page I'm looking at" still works for a session that never opened a tab. The destructive path now closes a tab it can prove it owns, or throws. Blanking a window's last tab is pinned to the same proven index, internal cleanup names its tab explicitly, and the extension checks the tab it actually removes rather than the one the guard happened to resolve.
Closes #68.
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 achiya-automation/safari-mcp
Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.
Related context
Earlier breaking changes
- v2.10.5 npm audit gate now fails build on high or critical advisories.
Beta — feedback welcome: [email protected]