This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
Summary
AI summaryFixed recurring auth loss by removing unconditional clearAllAuthData() call and adding stack trace logging.
Full changelog
Critical Bug Fix
Root Cause
performSetup called clearAllAuthData() unconditionally at startup — before Chrome even opened. If Chrome failed to launch or the user didn't complete login within the timeout, all auth credentials were already destroyed with no recovery path.
This was the final source of recurring auth loss.
Changes
- Removed
clearAllAuthData()fromperformSetup— Chrome re-login overwrites cookies without needing to delete first. For account switching, callclearAllAuthData()explicitly before invokingsetup_auth - Added stack trace logging to
clearAllAuthData()so every call is traceable in server logs with the exact caller location
Upgrade Notes
Auth is now stable across session restarts. Use auth-now.mjs in the project root for initial authentication or re-authentication.
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 Pantheon-Security/notebooklm-mcp-secure
Security-hardened NotebookLM MCP with post-quantum encryption (ML-KEM-768), GDPR/SOC2/CSSF compliance, and 14 security layers. Query Google's Gemini-grounded research from Claude and AI agents.
Related context
Beta — feedback welcome: [email protected]