Static Scan Results
scanned 14h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessCryptoEnvironmentVarsFilesystemNativeBindingsNetwork
HighEntropyStringsObfuscatedUrlStrings
Source & flagged code
4 flagged · loading sourcedist/cli.cjsView file
936var EventEmitter = require("events").EventEmitter;
L937: var childProcess = require("child_process");
L938: var path12 = require("path");
High
24127try {
L24128: (0, import_child_process.execSync)(`claude mcp remove ${MCP_SERVER_NAME} -s user`, { stdio: "pipe" });
L24129: } catch {
L24130: }
L24131: const cmdArgs = launchMode === "global" ? "dom-pointer-mcp start" : "npx -y @dom-pointer-mcp/server@latest start";
L24132: (0, import_child_process.execSync)(
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli.cjsView on unpkg · L2412721849patternName = generic_password
severity = medium
line = 21849
matchedText = password...d]",
Medium
38* Constructs the CommanderError class
L39: * @param {number} exitCode suggested exit code which could be used with process.exit
L40: * @param {string} code an id string representing the error
...
L117: /**
L118: * @api private
L119: */
...
L936: var EventEmitter = require("events").EventEmitter;
L937: var childProcess = require("child_process");
L938: var path12 = require("path");
...
L985: this._outputConfiguration = {
L986: writeOut: (str) => process5.stdout.write(str),
L987: writeErr: (str) => process5.stderr.write(str),
Low
Findings
2 High4 Medium6 Low
HighChild Processdist/cli.cjs
HighRuntime Package Installdist/cli.cjs
MediumSecret Patterndist/cli.cjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptodist/cli.cjs
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings