Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 5mo MCP Security & Auth
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai automation browser-automation claude google llm
+5 more
mcp model-context-protocol notebooklm research typescript

Affected surfaces

auth crypto_tls

Summary

AI summary

Adds full cross-platform file permissions utility and updates security modules for Linux, macOS, and Windows.

Full changelog

What's New

Multi-OS Support (Linux, macOS, Windows)

This release adds full cross-platform support for all major operating systems.

Changes

  • New cross-platform file permissions utility (src/utils/file-permissions.ts)

    • Uses chmod on Unix systems (Linux/macOS) for standard permissions
    • Uses icacls on Windows for ACL-based file restrictions
    • Provides secure helper functions: mkdirSecure(), writeFileSecure(), appendFileSecure()
    • Exports platform detection flags: isWindows, isMacOS, isLinux
  • Fixed postbuild script - Now skips chmod on Windows where it's not available

  • Updated security modules to use the new cross-platform utility:

    • crypto.ts - PQ key storage and encrypted file operations
    • mcp-auth.ts - Authentication token hash storage
    • audit-logger.ts - Audit log directory and file creation

Platform Support

| Platform | File Permissions | Status |
|----------|-----------------|--------|
| Linux | Unix chmod (0o600, 0o700) | ✅ Full support |
| macOS | Unix chmod (0o600, 0o700) | ✅ Full support |
| Windows | icacls ACLs (current user only) | ✅ Full support |


Full Changelog: https://github.com/Pantheon-Security/notebooklm-mcp-secure/compare/v1.4.0...v1.5.0

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 Pantheon-Security/notebooklm-mcp-secure

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]