registry  /  @goboost/cli  /  1.2.22

@goboost/cli@1.2.22

Progressive NestJS-to-Go migration CLI

Static Scan Results

scanned 3h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 7.66 KB of source, external domains: github.com

Source & flagged code

4 flagged · loading source
package.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 unpkg
bin/cli.jsView file
4L5: const { execFileSync } = require("child_process"); L6: const { existsSync } = require("fs");
High
Child Process

Package source references child process execution.

bin/cli.jsView on unpkg · L4
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 · L56

Findings

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