Static Scan Results
scanned 12d ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
5 flagged · loading sourcebin/flowmind.jsView file
13const path = require('path');
L14: const { execSync } = require('child_process');
L15: const FlowMind = require('../core');
High
1512stdio: 'inherit',
L1513: shell: true
L1514: });
High
1782try {
L1783: const globalRoot = execSync('npm root -g', { encoding: 'utf-8' }).trim();
L1784: const localPath = require.resolve('../package.json');
...
L1789: const installCmd = isGlobal
L1790: ? `npm install -g flowmind@${latestVersion}`
L1791: : `npm install flowmind@${latestVersion}`;
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/flowmind.jsView on unpkg · L1782core/honor-engine.jsView file
5L6: const fs = require('fs-extra');
L7: const path = require('path');
Medium
Dynamic Require
Package source references dynamic require/import behavior.
core/honor-engine.jsView on unpkg · L5demo/common.shView file
•path = demo/common.sh
kind = build_helper
sizeBytes = 579
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
demo/common.shView on unpkgFindings
3 High5 Medium4 Low
HighChild Processbin/flowmind.js
HighShellbin/flowmind.js
HighRuntime Package Installbin/flowmind.js
MediumDynamic Requirecore/honor-engine.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperdemo/common.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings