registry  /  @bifrost-proxy/bifrost  /  0.0.133

@bifrost-proxy/bifrost@0.0.133

High-performance HTTP/HTTPS/SOCKS5 proxy server written in Rust

Static Scan Results

scanned 4d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 10.1 KB of source, external domains: registry.npmjs.org

Source & flagged code

5 flagged · loading source
package.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 unpkg
install.jsView file
5const https = require("https"); L6: const child_process = require("child_process"); L7: const { getPlatformKey } = require("./lib/platform.js");
High
Child Process

Package source references child process execution.

install.jsView on unpkg · L5
78fs.writeFileSync(path.join(installDir, "package.json"), "{}"); L79: child_process.execSync( L80: `npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${packageJSON.version}`, L81: { cwd: installDir, stdio: "pipe", env }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

install.jsView on unpkg · L78
1const fs = require("fs"); L2: const os = require("os");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

install.jsView on unpkg · L1

Findings

4 High5 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processinstall.js
HighShell
HighRuntime Package Installinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requireinstall.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings