snytch-nextjs MCP Server
tristandenyer/snytch-nextjs
CLI tool that catches secrets baked into your Next.js client bundle before they reach production. CLI and HTML reporting with AI root cause analysis, git provenance, and MCP server support.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
tristandenyer/snytch-nextjs is a TypeScript MCP server licensed under MIT. CLI tool that catches secrets baked into your Next.js client bundle before they reach production. CLI and HTML reporting with AI root cause analysis, git provenance, and MCP server support. Topics: anthropic-api, bundle-analysis, claude-ai, devsecops, devtools, env-files, nextjs, openai-api, rca, secret-scanner, secrets-detection, typescript.
Ranked #23 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# @snytch/nextjs Bundle scanning, secret detection, and environment exposure analysis for Next.js applications. ## Why we all need this Next.js makes it easy to accidentally expose secrets to the browser in two distinct ways. First, any variable prefixed with `NEXT_PUBLIC_` is embedded into the client bundle at build time and sent to every visitor, even if the value is a secret key that was never meant to leave the server. Second, a server-only variable without the prefix can still end up in a client bundle if it's imported by a shared module, a utility function, or a component that renders on both server and client. By the time either problem reaches production, the value is in every visitor's browser, your build artifacts, your CDN cache, and potentially your git history. The scale of this problem is larger than most teams realize. According to [GitGuardian's 2026 State of Secrets Sprawl Report](https://www.gitguardian.com/state-of-secrets-sprawl-report-2026), 28.6 million secretRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.