registry  /  @furlpay/cli  /  0.2.1

@furlpay/cli@0.2.1

FurlPay CLI — stablecoin payments, investing, travel booking, yield and webhook tooling from your terminal. MCP server included.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 6 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
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 10 file(s), 80.8 KB of source, external domains: furlpay.com

Source & flagged code

1 flagged · loading source
lib/commands.jsView file
33// POST /api/auth/otp/start { to, channel } — devCode present in mock mode. L34: start = await api.call("POST", "/api/auth/otp/start", { flags, body: { to: email, channel: "email" } }); L35: } finally { ... L179: const data = await api.call("GET", "/api/wallets", { flags }); L180: // Non-custodial: there is no private key to export — the Safe is on-chain. L181: console.log(JSON.stringify({ safeAddress: data.safeAddress, modules: data.modules, balances: data.balances }, null, 2)); ... L747: try { L748: body = JSON.parse(flags.data); L749: } catch { ... L755: console.log(typeof res.body === "string" ? res.body : JSON.stringify(res.body, null, 2)); L756: if (res.status >= 400) process.exitCode = 1; L757: }
High
Sandbox Evasion Gated Capability

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

lib/commands.jsView on unpkg · L33

Findings

1 High2 Medium3 Low
HighSandbox Evasion Gated Capabilitylib/commands.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings