registry  /  @speakai/mcp-server  /  1.13.7

@speakai/mcp-server@1.13.7

Official Speak AI MCP Server — capture meetings, search thousands of recordings, run async voice and video surveys, create clips, and automate workflows from your AI assistant.

Static Scan Results

scanned 13d ago · by rust-scanner

Static analysis flagged 10 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
CryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 251 KB of source, external domains: api.speakai.co, app.speakai.co

Source & flagged code

2 flagged · loading source
dist/index.jsView file
37createSpeakClient: () => createSpeakClient, L38: formatAxiosError: () => formatAxiosError, L39: speakClient: () => speakClient ... L41: function getBaseUrl() { L42: return process.env.SPEAK_BASE_URL ?? "https://api.speakai.co"; L43: } ... L52: try { L53: const res = await import_axios.default.post( L54: `${getBaseUrl()}/v1/auth/accessToken`, ... L66: tokenExpiresAt = Date.now() + 50 * 60 * 1e3; L67: process.stderr.write("[speakai-mcp] Authenticated successfully\n"); L68: }
High
Credential Exfiltration

Source combines credential-like environment material and outbound requests; review data flow before blocking.

dist/index.jsView on unpkg · L37
37createSpeakClient: () => createSpeakClient, L38: formatAxiosError: () => formatAxiosError, L39: speakClient: () => speakClient ... L41: function getBaseUrl() { L42: return process.env.SPEAK_BASE_URL ?? "https://api.speakai.co"; L43: } ... L52: try { L53: const res = await import_axios.default.post( L54: `${getBaseUrl()}/v1/auth/accessToken`, ... L66: tokenExpiresAt = Date.now() + 50 * 60 * 1e3; L67: process.stderr.write("[speakai-mcp] Authenticated successfully\n"); L68: }
High
Sandbox Evasion Gated Capability

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

dist/index.jsView on unpkg · L37

Findings

2 High3 Medium5 Low
HighCredential Exfiltrationdist/index.js
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings