registry  /  clipbait  /  1.9.2

clipbait@1.9.2

Clipbait CLI + MCP server — turn any video into viral clips, and auto-clip live streams, from your terminal or any AI agent.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 7 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 1 file(s), 22.4 KB of source, external domains: app.clipbait.ai, clipbait.ai, youtube.com

Source & flagged code

1 flagged · loading source
index.jsView file
12L13: const CFG = path.join(os.homedir(), ".clipbait.json"); L14: const BASE = (process.env.CLIPBAIT_API_URL || "https://app.clipbait.ai/api").replace(/\/$/, ""); L15: const KEY_PAGE = "https://app.clipbait.ai/me"; ... L34: if (process.env.CLIPBAIT_API_KEY) return process.env.CLIPBAIT_API_KEY; L35: try { return JSON.parse(fs.readFileSync(CFG, "utf8")).apiKey || null; } catch { return null; } L36: } ... L41: headers: { "X-API-Key": loadKey(), "Content-Type": "application/json" }, L42: body: body ? JSON.stringify(body) : undefined, L43: }); ... L59: function openBrowser(url) { L60: const { spawn } = require("child_process");
High
Sandbox Evasion Gated Capability

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

index.jsView on unpkg · L12

Findings

1 High3 Medium3 Low
HighSandbox Evasion Gated Capabilityindex.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings