notebooklm-mcp-secure (Pantheon-Security/notebooklm-mcp-secure) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. No publisher has claimed this listing.

C
Emerging
74/100
2 months ago

notebooklm-mcp-secure

Secure NotebookLM MCP Server - Query Google NotebookLM from Claude/AI agents with 17 security hardening layers

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Pantheon-Security

Source: Glama · also listed on github_topic, github_code

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 9 credentials: GEMINI_API_KEY, LOGIN_PASSWORD, NLMCP_AUDIT_CHECKPOINT_KEY, NLMCP_AUTH_READONLY_TOKEN, NLMCP_AUTH_TOKEN, NLMCP_ENCRYPTION_KEY, NLMCP_SIEM_API_KEY, NLMCP_USE_MACHINE_KEY, NLMCP_WEBHOOK_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAUTO_LOGIN_ENABLED
configAUTO_LOGIN_TIMEOUT_MS
configBROWSER_TIMEOUT
configCOMPUTERNAME
🔐 secretGEMINI_API_KEY### Gemini API (Optional - Requires )
configGEMINI_DEEP_RESEARCH_ENABLEDtrue # Enable Deep Research
configGEMINI_DEFAULT_MODELgemini-3-flash-preview # Default model (was gemini-2.5-flash)
configGEMINI_TIMEOUT_MS30000 # API timeout
configHEADLESS
configHOSTNAME
configLOGIN_EMAIL
🔐 secretLOGIN_PASSWORD
configMAX_DELAY_MS
configMAX_SESSIONS
configMIN_DELAY_MS
configNLMCP_ADVANCED_TOOLS
configNLMCP_ALERTS_COOLDOWN
configNLMCP_ALERTS_ENABLED
configNLMCP_ALERTS_FILE
configNLMCP_ALERTS_MAX_PER_HOUR
configNLMCP_ALERTS_MIN_SEVERITY
configNLMCP_ALERTS_WEBHOOK_HEADERS
configNLMCP_ALERTS_WEBHOOK_URL
configNLMCP_ALLOWED_DOMAINS
🔐 secretNLMCP_AUDIT_CHECKPOINT_KEY
configNLMCP_AUDIT_CHECKPOINT_PATH
configNLMCP_AUDIT_DIR
configNLMCP_AUDIT_ENABLED
configNLMCP_AUDIT_HASH_CHAIN
configNLMCP_AUDIT_INCLUDE_DETAILS
configNLMCP_AUDIT_RETENTION_DAYS
configNLMCP_AUTH_DISABLED
configNLMCP_AUTH_ENABLEDenv =true \
configNLMCP_AUTH_LOCKOUT_MS
configNLMCP_AUTH_MAX_FAILED
🔐 secretNLMCP_AUTH_READONLY_TOKEN
configNLMCP_AUTH_ROTATION_INTERVAL_HOURS
🔐 secretNLMCP_AUTH_TOKENenv =$(openssl rand -base64 32) \
configNLMCP_AUTH_TOKEN_FILE
configNLMCP_BLOCK_ENCODED_PAYLOADS
configNLMCP_BLOCK_PROMPT_INJECTION
configNLMCP_BLOCK_SUSPICIOUS_URLS
configNLMCP_BREACH_DETECTION
configNLMCP_COMPLIANCE_DIR
configNLMCP_COMPLIANCE_ENABLED
configNLMCP_COMPLIANCE_LOGGING
configNLMCP_COMPLIANCE_RETENTION_YEARS
configNLMCP_CONFIG_DIR
configNLMCP_CONSENT_REQUIRED
configNLMCP_CONSENT_VERSION
configNLMCP_DEBUG
configNLMCP_DISCORD_WEBHOOK_URL
configNLMCP_ENCRYPTION_ENABLED
🔐 secretNLMCP_ENCRYPTION_KEYbase64-32-bytes # Optional custom key
configNLMCP_ENCRYPTION_KEY_FILE
configNLMCP_EXPORT_DIR
configNLMCP_FOLDER_ALLOWLIST
configNLMCP_FOLLOW_UP_ENABLED
configNLMCP_FOLLOW_UP_REMINDER
configNLMCP_HEALTH_CHECK_INTERVAL
configNLMCP_HEALTH_MONITORING
configNLMCP_LOG_FORMAT
configNLMCP_PBKDF2_ITERATIONS
configNLMCP_PRIVACY_NOTICE_URL
configNLMCP_QUERY_LOG_DIR
configNLMCP_QUERY_LOG_ENABLED
configNLMCP_QUERY_LOG_RETENTION_DAYS
configNLMCP_RESPONSE_TIMEOUT_MS
configNLMCP_RESPONSE_VALIDATION
configNLMCP_SECRETS_BLOCKfalse # Block on detection
configNLMCP_SECRETS_IGNORE
configNLMCP_SECRETS_MIN_SEVERITY
configNLMCP_SECRETS_REDACTtrue # Auto-redact
configNLMCP_SECRETS_SCANNING
configNLMCP_SESSION_HARD_TIMEOUT
configNLMCP_SESSION_INACTIVITY1800 # 30 minutes
configNLMCP_SESSION_INACTIVITY_TIMEOUT
configNLMCP_SESSION_MAX_LIFETIME28800 # 8 hours
configNLMCP_SESSION_WARNING_BEFORE
🔐 secretNLMCP_SIEM_API_KEY
configNLMCP_SIEM_ENABLED
configNLMCP_SIEM_ENDPOINT
configNLMCP_SIEM_SYSLOG_HOST
configNLMCP_SLACK_WEBHOOK_URL
🔐 secretNLMCP_USE_MACHINE_KEY
configNLMCP_USE_POST_QUANTUM
configNLMCP_WARN_SUSPICIOUS
configNLMCP_WEBHOOK_ALLOW_HTTP
configNLMCP_WEBHOOK_EVENTS
configNLMCP_WEBHOOK_RESOLVE_DNS
🔐 secretNLMCP_WEBHOOK_SECRET
configNLMCP_WEBHOOK_URL
configNOTEBOOKLM_DISABLED_TOOLSComma-separated list of tools to hide
configNOTEBOOKLM_NO_GEMINIv2026.1.11 Notebook sync extraction for new Angular UI, env var
configNOTEBOOKLM_PROFILEstandard # minimal (5 tools) standard (33 tools) full (all 47)
configNOTEBOOK_CLEANUP_ON_SHUTDOWN
configNOTEBOOK_CLEANUP_ON_STARTUP
configNOTEBOOK_CLONE_PROFILEtrue # Clone auth from base profile
configNOTEBOOK_CONTENT_TYPES
configNOTEBOOK_DESCRIPTION
configNOTEBOOK_INSTANCE_MAX_COUNT
configNOTEBOOK_INSTANCE_TTL_HOURS
configNOTEBOOK_PROFILE_STRATEGYisolated # isolatedsingleauto
configNOTEBOOK_TOPICS
configNOTEBOOK_URL
configNOTEBOOK_USE_CASES
configSESSION_TIMEOUT
configSTEALTH_ENABLED
configSTEALTH_HUMAN_TYPING
configSTEALTH_MOUSE_MOVEMENTS
configSTEALTH_RANDOM_DELAYS
configTEST_NOTEBOOK_URL
configTYPING_WPM_MAX
configTYPING_WPM_MIN
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

19/19 tools missing one or more hints — ask_question (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ask_question (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ask_question (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +16 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

7/19 tools referenced in tests (37%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

1 child_process call — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Dependency freshness

1/8 production deps stale: pdf-lib@2022-05-12 (4.1y)

Domain consistency

npm scope @pan-sec doesn't match GitHub owner pantheon-security

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/pantheon-security-notebooklm-mcp-secure-1afg7b)](https://m8ven.ai/mcp/pantheon-security-notebooklm-mcp-secure-1afg7b)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 778fcc003c854a7ee37be9f5f4b82152352ccc9a
code hash: 19a84fcf180d7e62ff6db9d92bafd1bcce12d7cb5ac09e764ddd31331fa8c1bd
verified: 6/18/2026, 10:41:17 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client