registry  /  @bullpenfi/cli  /  0.1.112

@bullpenfi/cli@0.1.112

CLI for Bullpen prediction markets

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessCryptoFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 5.54 KB of source, external domains: github.com

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
scripts/postinstall.jsView file
3const crypto = require("crypto"); L4: const https = require("https"); L5: const fs = require("fs"); L6: const path = require("path"); L7: const { execFileSync, execSync } = require("child_process"); L8: const os = require("os"); ... L17: function getTarget() { L18: const key = `${process.platform}-${process.arch}`; L19: const target = TARGETS[key]; ... L61: function verifyChecksum(filePath, checksumContent) { L62: const expected = checksumContent.toString("utf8").trim().split(/\s+/)[0]; L63: if (!expected) {
High
Install Named Payload File

Install-named source file stages remote content through filesystem writes and execution.

scripts/postinstall.jsView on unpkg · L3

Findings

2 High3 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighInstall Named Payload Filescripts/postinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings