registry  /  create-jdesk-app  /  0.1.0

create-jdesk-app@0.1.0

Scaffold a new JDesk desktop application (Java core + system WebView, the Tauri model without Rust).

Static Scan Results

scanned 2h 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 17.8 KB of source, external domains: adoptium.net, github.com

Source & flagged code

4 flagged · loading source
index.mjsView file
12L13: import { spawn, spawnSync } from "node:child_process"; L14: import { existsSync, readdirSync } from "node:fs"; ... L42: function fail(message) { L43: process.stderr.write(`\n${color.red("create-jdesk-app:")} ${message}\n`); L44: process.exit(1); ... L99: const candidates = []; L100: if (process.env.JAVA_HOME) { L101: const exe = process.platform === "win32" ? "java.exe" : "java"; L102: candidates.push(resolve(process.env.JAVA_HOME, "bin", exe)); ... L111: fail(`found Java ${match[1]} but JDesk needs JDK ${MIN_JDK}+.\n` L112: + ` Set JAVA_HOME to a JDK ${MIN_JDK} (e.g. from https://adoptium.net).`);
High
Sandbox Evasion Gated Capability

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

index.mjsView on unpkg · L12
jdesk-cli.jarView file
path = jdesk-cli.jar kind = high_entropy_blob sizeBytes = 95103 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

jdesk-cli.jarView on unpkg
path = jdesk-cli.jar kind = compressed_blob sizeBytes = 95103 magicHex = [redacted]
Medium
Ships Compressed Blob

Package ships compressed or archive-like blobs.

jdesk-cli.jarView on unpkg
path = jdesk-cli.jar kind = nested_archive_needs_inspection sizeBytes = 95103 magicHex = [redacted]
Low
Nested Archive Needs Inspection

Package ships a nested archive or MCP bundle that was inventoried but not recursively analyzed.

jdesk-cli.jarView on unpkg

Findings

2 High3 Medium6 Low
HighSandbox Evasion Gated Capabilityindex.mjs
HighShips High Entropy Blobjdesk-cli.jar
MediumEnvironment Vars
MediumShips Compressed Blobjdesk-cli.jar
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNested Archive Needs Inspectionjdesk-cli.jar