Static Scan Results
scanned 3h 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
ChildProcessEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/install.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node scripts/install.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgbin/cli.jsView file
4L5: const { execFileSync } = require("child_process");
L6: const { existsSync } = require("fs");
High
56console.error("Try reinstalling:");
L57: console.error(" npm install -g @goboost/cli\n");
L58: console.error("Or download manually from:");
...
L63: try {
L64: execFileSync(getBinaryPath(), process.argv.slice(2), { stdio: "inherit" });
L65: } catch (e) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/cli.jsView on unpkg · L56Findings
3 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/cli.js
HighRuntime Package Installbin/cli.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings