registry  /  diavola  /  0.2.8

diavola@0.2.8

Desktop dev process launcher — one file, one click, everything runs.

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 4 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
ChildProcessFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 5.10 KB of source, external domains: api.github.com

Source & flagged code

1 flagged · loading source
npm/bin.cjsView file
2L3: const { spawn } = require("child_process"); L4: const { ... L11: const { join, dirname } = require("path"); L12: const { createGunzip } = require("zlib"); L13: const { pipeline } = require("stream"); ... L19: const REPO = "LeoMartinDev/diavola"; L20: const BIN_NAME = process.platform === "win32" ? "diavola.exe" : "diavola"; L21: ... L55: async function getLatestVersion() { L56: const res = await fetch( L57: `https://api.github.com/repos/${REPO}/releases/latest`,
High
Sandbox Evasion Gated Capability

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

npm/bin.cjsView on unpkg · L2

Findings

1 High1 Medium2 Low
HighSandbox Evasion Gated Capabilitynpm/bin.cjs
MediumNetwork
LowFilesystem
LowUrl Strings