registry  /  @badgie/cli  /  1.0.3

@badgie/cli@1.0.3

The official Badgie CLI — operate your sports school, club or academy from the terminal. A terminal harness for humans and AI agents, powered by the Badgie MCP.

Static Scan Results

scanned 4h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 33.3 KB of source, external domains: 127.0.0.1, www.badgie.com

Source & flagged code

1 flagged · loading source
dist/bin.jsView file
9// src/util/theme.ts L10: var noColor = process.env.NO_COLOR != null || process.env.TERM === "dumb" || !process.stdout.isTTY && process.env.FORCE_COLOR == null; L11: var ESC = "\x1B["; ... L161: } from "fs"; L162: var CONFIG_DIR = join(homedir(), ".badgie"); L163: var AUTH_FILE = join(CONFIG_DIR, "auth.json"); L164: var CONFIG_FILE = join(CONFIG_DIR, "config.json"); L165: var MCP_URL = process.env.BADGIE_MCP_URL ?? "https://www.badgie.com/api/mcp/mcp"; L166: var MCP_ORIGIN = process.env.BADGIE_ORIGIN ?? "https://www.badgie.com"; ... L171: try { L172: return JSON.parse(readFileSync(AUTH_FILE, "utf8")); L173: } catch {
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/bin.jsView on unpkg · L9

Findings

1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/bin.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings