registry  /  cool-workflow  /  0.2.0

cool-workflow@0.2.0

A workflow control plane and run-time you are able to check: it sends out jobs in TypeScript, makes certain of work against facts before it goes through, puts state into fixed records, orders jobs by time, runs jobs again and again, gets a group of agents

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 177 file(s), 2.19 MB of source, external domains: 127.0.0.1, github.com, nodejs.org, raw.githubusercontent.com, www.npmjs.com

Source & flagged code

5 flagged · loading source
dist/shell/commit.jsView file
47const path = __importStar(require("node:path")); L48: const node_child_process_1 = require("node:child_process"); L49: const fs_atomic_1 = require("./fs-atomic");
High
Child Process

Package source references child process execution.

dist/shell/commit.jsView on unpkg · L47
dist/core/pipeline/result-normalize.jsView file
12exports.isEmptyCapture = isEmptyCapture; L13: const evidence_grounding_1 = require("../trust/evidence-grounding"); L14: const FINDING_ARRAY_KEYS = [
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/core/pipeline/result-normalize.jsView on unpkg · L12
dist/shell/remote-source.js#virtual:normalized:round1View file
269} L270: const child = "const fs=require('fs');const [url,out,cap]=[process.argv[1],process.argv[2],Number(process.argv[3])];const priv=(h)=>{h=String(h).replace(/^\\[|\\]$/g,'').toLowerCas... L271: const result = (0, child_process.spawnSync)(process.execPath, ["-e", child, rawUrl, dest, String(MAX_ARCHIVE_BYTES)], { L272: encoding: "utf8", L273: timeout: opts.timeoutMs || 120000, L274: env: opts.env || process.env, L275: stdio: ["ignore", "ignore", "pipe"]
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/shell/remote-source.js#virtual:normalized:round1View on unpkg · L269
269} L270: const child = "const fs=require('fs');const [url,out,cap]=[process.argv[1],process.argv[2],Number(process.argv[3])];const priv=(h)=>{h=String(h).replace(/^\\[|\\]$/g,'').toLowerCas... L271: const result = (0, child_process.spawnSync)(process.execPath, ["-e", child, rawUrl, dest, String(MAX_ARCHIVE_BYTES)], { L272: encoding: "utf8",
High
Command Output Exfiltration

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

dist/shell/remote-source.js#virtual:normalized:round1View on unpkg · L269
scripts/release-gate.shView file
path = scripts/release-gate.sh kind = build_helper sizeBytes = 4456 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/release-gate.shView on unpkg

Findings

3 High5 Medium4 Low
HighChild Processdist/shell/commit.js
HighSame File Env Network Executiondist/shell/remote-source.js#virtual:normalized:round1
HighCommand Output Exfiltrationdist/shell/remote-source.js#virtual:normalized:round1
MediumDynamic Requiredist/core/pipeline/result-normalize.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/release-gate.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings