registry  /  @mailkite/cli  /  0.13.0

@mailkite/cli@0.13.0

MailKite command-line client — sign in, add domains, set DNS + webhooks, send mail, and tail inbound messages from your terminal. Built on the MailKite Node SDK.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 30.3 KB of source, external domains: api.mailkite.dev

Source & flagged code

2 flagged · loading source
cli.mjsView file
15import readline from "node:readline"; L16: import { spawn } from "node:child_process"; L17: import { MailKite, MailKiteError } from "mailkite";
High
Child Process

Package source references child process execution.

cli.mjsView on unpkg · L15
504env.MAILKITE_BASE_URL = resolveBaseUrl(flags); L505: const child = spawn("npx", ["-y", "@mailkite/mcp"], { stdio: "inherit", env }); L506: await new Promise((resolve) => child.on("exit", (code) => { process.exitCode = code ?? 0; resolve(); }));
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

cli.mjsView on unpkg · L504

Findings

3 High2 Medium4 Low
HighChild Processcli.mjs
HighShell
HighRuntime Package Installcli.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings