registry  /  @mcpmesh/cli  /  2.7.0

@mcpmesh/cli@2.7.0

CLI for MCP Mesh — build distributed AI agents with auto-discovery, dependency injection, and LLM integration

Static Scan Results

scanned 4d ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessFilesystem
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 6.45 KB of source, external domains: github.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node install.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node install.js
Medium
Ambiguous Install Lifecycle Script

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

package.jsonView on unpkg
install.jsView file
5const path = require("path"); L6: const child_process = require("child_process"); L7:
High
Child Process

Package source references child process execution.

install.jsView on unpkg · L5
81// Install the platform-specific package L82: child_process.execSync( L83: `npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${VERSION}`, L84: {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

install.jsView on unpkg · L81

Findings

3 High2 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processinstall.js
HighRuntime Package Installinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings