registry  /  @cite42/mcp  /  0.1.10

@cite42/mcp@0.1.10

Cite42 MCP server: query ChatGPT, Claude, Perplexity, Gemini & Google AI Overviews for brand rankings, AI citations, SEO keyword data, and Reddit/YouTube trends. Works with Claude Code, Claude Desktop, Codex CLI, Cursor, and any MCP client.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 8 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
EnvironmentVarsNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 31.2 KB of source, external domains: api.cite42.dev, cite42.dev, www.npmjs.com

Source & flagged code

1 flagged · loading source
dist/stdio.mjsView file
6// src/client.ts L7: var DEFAULT_BASE_URL = "https://api.cite42.dev/v1"; L8: function readFlag(name) { ... L18: function resolveApiKey() { L19: return readFlag("api-key") ?? process.env.CITE42_API_KEY; L20: } ... L40: }, L41: body: JSON.stringify(body) L42: }); L43: if (!res.ok) { L44: const text = await res.text(); L45: throw new Error(`Cite42 API ${res.status} ${path}: ${text}`);
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/stdio.mjsView on unpkg · L6

Findings

1 High3 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/stdio.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowHigh Entropy Strings
LowUrl Strings