Static Scan Results
scanned 9d ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessEnvironmentVarsFilesystem
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node bin/synapse-mcp.js install --quiet
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node bin/synapse-mcp.js install --quiet
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgbin/synapse-mcp.jsView file
4const path = require('path');
L5: const { execSync } = require('child_process');
L6:
...
L8: // Use environment variables to override defaults.
L9: const BASE_URL = process.env.SYNAPSE_MCP_BASE_URL || 'https://downloads.synapse-mcp.dev/synapse-mcp';
L10: const BIN_NAME = process.platform === 'win32' ? 'synapse-mcp.exe' : 'synapse-mcp';
L11: // Default install location: ~/.synapse-mcp
...
L56: try {
L57: // stdio: 'inherit' pipes the stdout/stderr of the child process to the parent.
L58: execSync(command, { stdio: 'inherit' });
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
bin/synapse-mcp.jsView on unpkg · L4Findings
2 High3 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitybin/synapse-mcp.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License