registry  /  flinch-cli  /  0.1.1

flinch-cli@0.1.1

Stream your terminal to Flinch — readable, colorful, real-time terminal streaming for live coding sessions

Static Scan Results

scanned 2h 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 7 file(s), 26.7 KB of source, external domains: joinflinch.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
dist/go.jsView file
69try { L70: const { exec } = await Promise.resolve().then(() => __importStar(require("node:child_process"))); L71: const open = process.platform === "darwin"
High
Child Process

Package source references child process execution.

dist/go.jsView on unpkg · L69
75: "xdg-open"; L76: exec(`${open} ${JSON.stringify(pairUrl)}`); L77: } ... L85: await sleep(2000); L86: process.stdout.write(`${DIM}.${RESET}`); L87: try { L88: const poll = await fetch(`${opts.server}/api/pair/${code}`); L89: if (!poll.ok)
High
Command Output Exfiltration

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

dist/go.jsView on unpkg · L75

Findings

3 High3 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processdist/go.js
HighCommand Output Exfiltrationdist/go.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings