registry  /  accelr8  /  3.8.0

accelr8@3.8.0

Collaborative ascii canvas in your terminal. Real multiplayer, live cursors, mouse-driven TUI.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 14 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsObfuscatedProtestwareUrlStrings
ManifestNo manifest risk signals triggered.
scanned 10 file(s), 991 KB of source, external domains: accelr8-canvas.patonchain.workers.dev, api.anthropic.com, api.openai.com, registry.npmjs.org

Source & flagged code

4 flagged · loading source
dist/chunks/app-DCVVDS5A.jsView file
15// src/radio/asciivideo.ts L16: import { spawn } from "node:child_process"; L17: var RAMPS = {
High
Child Process

Package source references child process execution.

dist/chunks/app-DCVVDS5A.jsView on unpkg · L15
dist/chunks/client-Y2PNGYRP.jsView file
875{ file: "konsole", mk: (c) => ["-e", "sh", "-c", c] }, L876: { file: "xfce4-terminal", mk: (c) => ["-e", `sh -c '${c}'`] }, L877: { file: "alacritty", mk: (c) => ["-e", "sh", "-c", c] },
High
Shell

Package source references shell execution.

dist/chunks/client-Y2PNGYRP.jsView on unpkg · L875
dist/chunks/chunk-3JNUWI22.jsView file
135const a = process.env.ANTHROPIC_API_KEY?.trim(); L136: const o = process.env.OPENAI_API_KEY?.trim(); L137: if (a) out.anthropic = a; ... L148: // src/executor.ts L149: import { spawn } from "node:child_process"; L150: var ANTHROPIC_VERSION = "2023-06-01"; L151: var ANTHROPIC_BASE = "https://api.anthropic.com"; L152: var OPENAI_BASE = "https://api.openai.com";
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/chunks/chunk-3JNUWI22.jsView on unpkg · L135
dist/chunks/update-UEPNGB6Y.jsView file
60const u = cachedUpdate(current, baseDir); L61: return u ? `update available \xB7 v${u.latest} \xB7 npm i -g accelr8@latest` : null; L62: } ... L66: try { L67: child = spawn("npm", ["install", "-g", "accelr8@latest", "--no-fund", "--no-audit"], { stdio: ["ignore", "pipe", "pipe"] }); L68: } catch (e) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/chunks/update-UEPNGB6Y.jsView on unpkg · L60

Findings

4 High4 Medium6 Low
HighChild Processdist/chunks/app-DCVVDS5A.js
HighShelldist/chunks/client-Y2PNGYRP.js
HighSame File Env Network Executiondist/chunks/chunk-3JNUWI22.js
HighRuntime Package Installdist/chunks/update-UEPNGB6Y.js
MediumNetwork
MediumEnvironment Vars
MediumProtestware
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings