Google PageRank for AI agents. 25,000+ tools indexed.

snytch-nextjs MCP Server

tristandenyer/snytch-nextjs

Score: 55.1 Rank #23 MCP Server
Are you the maintainer of tristandenyer/snytch-nextjs? Claim this listing →

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.

Add AgentRank to Claude Code Discover and compare tools like tristandenyer/snytch-nextjs — your AI finds the right one automatically
Get API Access →
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

TypeScript MIT
anthropic-apibundle-analysisclaude-aidevsecopsdevtoolsenv-filesnextjsopenai-apircasecret-scannersecrets-detectiontypescript

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Detailed
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for tristandenyer/snytch-nextjs
[![AgentRank](https://agentrank-ai.com/api/badge/tool/tristandenyer--snytch-nextjs)](https://agentrank-ai.com/tool/tristandenyer--snytch-nextjs/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/tristandenyer--snytch-nextjs/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/tristandenyer--snytch-nextjs" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="tristandenyer/snytch-nextjs"></script>

Matched Queries

"mcp server""mcp-server"

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 secret
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.