registry  /  alexa-mcp  /  0.4.4

alexa-mcp@0.4.4

MCP server and CLI for Alexa devices and smart home control

Static Scan Results

scanned 1h ago · by rust-scanner

Static analysis flagged 13 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 11 file(s), 137 KB of source, external domains: 127.0.0.1, alexa.amazon.co.uk, alexa.amazon.com, alexa.amazon.de, api.amazon.com, api.ipify.org, eu-api-alexa.amazon.co.uk, eu-api-alexa.amazon.de, internal.amazon.com, na-api-alexa.amazon.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = patch-package
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = patch-package
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/tunnel.jsView file
1import { spawn } from "node:child_process"; L2: const PROXY_PORT = 8080;
High
Child Process

Package source references child process execution.

dist/tunnel.jsView on unpkg · L1
57let resolved = false; L58: const proc = spawn("npx", ["-y", "localtunnel", "--port", String(port)], { L59: stdio: ["ignore", "pipe", "pipe"],
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/tunnel.jsView on unpkg · L57

Findings

4 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/tunnel.js
HighShell
HighRuntime Package Installdist/tunnel.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings