registry  /  @ratacat/cloudmail  /  0.1.0

@ratacat/cloudmail@0.1.0

Robot-mode CLI for disposable email identities on any Cloudflare account.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 10 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
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 18 file(s), 112 KB of source

Source & flagged code

3 flagged · loading source
src/core/converge.tsView file
29/** Run a command from worker/ with optional stdin; returns exit code + combined output. */ L30: exec(cmd: string, args: string[], stdin?: string): Promise<ExecResult>; L31: wranglerCmd: string;
High
Child Process

Package source references child process execution.

src/core/converge.tsView on unpkg · L29
377async detectWrangler() { L378: for (const cmd of ["wrangler", "npx --yes wrangler"]) { L379: try { L380: const result = await spawn(cmd, ["--version"]); L381: if (result.code === 0) return { cmd, version: result.out.trim() };
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/core/converge.tsView on unpkg · L377
install.shView file
path = install.sh kind = build_helper sizeBytes = 1890 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

install.shView on unpkg

Findings

3 High4 Medium3 Low
HighChild Processsrc/core/converge.ts
HighShell
HighRuntime Package Installsrc/core/converge.ts
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperinstall.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings