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
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/bin/scxml-mcp.jsView file
2import { createRequire } from 'module';
L3: import { execSync } from 'child_process';
L4: import { startStdio } from '../index.js';
High
Child Process
Package source references child process execution.
dist/bin/scxml-mcp.jsView on unpkg · L231const cmd = isWindows
L32: ? `claude mcp add ${scope}vscxml -- cmd /c npx -y @vscxml/mcp`
L33: : `claude mcp add ${scope}vscxml -- npx -y @vscxml/mcp`;
...
L35: try {
L36: execSync(cmd, { stdio: 'inherit' });
L37: console.log('MCP server registered. Restart Claude Code to activate.');
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bin/scxml-mcp.jsView on unpkg · L31Findings
3 High3 Medium5 Low
HighChild Processdist/bin/scxml-mcp.js
HighShell
HighRuntime Package Installdist/bin/scxml-mcp.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings