Static Scan Results
scanned 5h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcepackage.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 unpkginstall.jsView file
17L18: const { execFileSync } = require('child_process');
L19: const crypto = require('crypto');
L20: const fs = require('fs');
L21: const https = require('https');
L22: const os = require('os');
...
L24:
L25: const pkg = require('./package.json');
L26: const VERSION = pkg.version;
L27: const REPO = 'lrochetta/multiai';
L28: const BINARY_NAME = process.platform === 'win32' ? 'multiai.exe' : 'multiai';
L29: const NATIVE_DIR = path.join(__dirname, 'bin', 'native');
High
Install Named Payload File
Install-named source file stages remote content through filesystem writes and execution.
install.jsView on unpkg · L17Findings
2 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighInstall Named Payload Fileinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings