registry  /  @umudik/task-bridge  /  0.0.15

@umudik/task-bridge@0.0.15

Task Bridge — Fookie Cloud epic / task board (opens https://task-bridge.fookiecloud.com).

Static Scan Results

scanned 3h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 58 file(s), 790 KB of source, external domains: auth.fookiecloud.com, fookiecloud.com, github.com, radix-ui.com, reactjs.org, task-bridge.fookiecloud.com, www.w3.org

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
bin/task-bridge.mjsView file
1#!/usr/bin/env node L2: import { spawn } from "node:child_process"; L3: L4: const CLOUD_URL = process.env.TASK_BRIDGE_URL || "https://task-bridge.fookiecloud.com"; L5: ... L25: let child; L26: if (process.platform === "win32") { L27: child = spawn("cmd", ["/c", "start", "", url.replaceAll("&", "^&")], {
High
Sandbox Evasion Gated Capability

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

bin/task-bridge.mjsView on unpkg · L1

Findings

2 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitybin/task-bridge.mjs
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings