Static Scan Results
scanned 2h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcedist/src/tools/stdio-server.jsView file
16*/
L17: import { spawn } from 'node:child_process';
L18: import { fileURLToPath } from 'node:url';
High
Child Process
Package source references child process execution.
dist/src/tools/stdio-server.jsView on unpkg · L16dist/src/deployment/deployment-checker.jsView file
8import { promisify } from 'util';
L9: const execAsync = promisify(exec);
L10: const DEFAULT_OPTIONS = {
High
Shell
Package source references shell execution.
dist/src/deployment/deployment-checker.jsView on unpkg · L8dist/src/tools/stdio-server-entry.jsView file
26async function loadMcpSdk() {
L27: const { McpServer } = await import('@[redacted].js');
L28: const { StdioServerTransport } = await import('@[redacted].js');
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/src/tools/stdio-server-entry.jsView on unpkg · L26dist/src/workarea/local-pool.jsView file
573* Install dependencies using the configured package manager.
L574: * Runs pnpm/npm/yarn install --frozen-lockfile.
L575: */
...
L579: 'yarn install --frozen-lockfile';
L580: execSync(cmd, {
L581: cwd: worktreePath,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/src/workarea/local-pool.jsView on unpkg · L573Findings
3 High4 Medium4 Low
HighChild Processdist/src/tools/stdio-server.js
HighShelldist/src/deployment/deployment-checker.js
HighRuntime Package Installdist/src/workarea/local-pool.js
MediumDynamic Requiredist/src/tools/stdio-server-entry.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings