Static Scan Results
scanned 3h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcecli.mjsView file
15import readline from "node:readline";
L16: import { spawn } from "node:child_process";
L17: import { MailKite, MailKiteError } from "mailkite";
High
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 · L504Findings
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