registry  /  vector-mcp  /  0.1.9

vector-mcp@0.1.9

Vector MCP server — manage tasks, threads, and standups from your coding agent

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 13 file(s), 46.8 KB of source, external domains: nodejs.org, raw.githubusercontent.com, vector.benplat.in

Source & flagged code

4 flagged · loading source
dist/auth.jsView file
11const path_1 = __importDefault(require("path")); L12: const child_process_1 = require("child_process"); L13: const config_js_1 = require("./config.js");
High
Child Process

Package source references child process execution.

dist/auth.jsView on unpkg · L11
11const path_1 = __importDefault(require("path")); L12: const child_process_1 = require("child_process"); L13: const config_js_1 = require("./config.js"); L14: const DEFAULT_URL = "https://vector.benplat.in"; L15: const POLL_INTERVAL_MS = 2000; ... L23: catch { L24: process.stderr.write("Node.js is required but not installed.\n\n"); L25: if (process.platform === "darwin") {
High
Command Output Exfiltration

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

dist/auth.jsView on unpkg · L11
11const path_1 = __importDefault(require("path")); L12: const child_process_1 = require("child_process"); L13: const config_js_1 = require("./config.js"); L14: const DEFAULT_URL = "https://vector.benplat.in"; L15: const POLL_INTERVAL_MS = 2000; ... L23: catch { L24: process.stderr.write("Node.js is required but not installed.\n\n"); L25: if (process.platform === "darwin") { L26: process.stderr.write("Install it with Homebrew:\n brew install node\n\n"); ... L38: function getClients() { L39: const home = os_1.default.homedir(); L40: const isWin = process.platform === "win32";
High
Sandbox Evasion Gated Capability

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

dist/auth.jsView on unpkg · L11
11const path_1 = __importDefault(require("path")); L12: const child_process_1 = require("child_process"); L13: const config_js_1 = require("./config.js"); ... L17: const VECTOR_ENTRY = { command: "npx", args: ["-y", "vector-mcp"] }; L18: const FALLBACK_CMD = "claude mcp add vector -s user -- npx -y vector-mcp"; L19: function checkNodeInstalled() {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/auth.jsView on unpkg · L11

Findings

4 High3 Medium4 Low
HighChild Processdist/auth.js
HighCommand Output Exfiltrationdist/auth.js
HighSandbox Evasion Gated Capabilitydist/auth.js
HighRuntime Package Installdist/auth.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings