registry  /  @cwe-platform/plugin-cli  /  0.1.0

@cwe-platform/plugin-cli@0.1.0

CasinoWebEngine plugin developer CLI — build, validate and hot-reload plugins against a dev runtime.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessCryptoDynamicRequireFilesystemNetworkShell
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 7.32 KB of source

Source & flagged code

3 flagged · loading source
src/lib.mjsView file
7import { readFile } from "node:fs/promises"; L8: import { spawn } from "node:child_process"; L9: import { join, resolve } from "node:path";
High
Child Process

Package source references child process execution.

src/lib.mjsView on unpkg · L7
35return new Promise((resolvePromise, reject) => { L36: const child = spawn("npx", ["tsup"], { cwd, stdio: "inherit", shell: process.platform === "win32" }); L37: child.on("exit", (code) => {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/lib.mjsView on unpkg · L35
bin/cwe-plugin.mjsView file
28const [{ default: plugin }, { validateManifest }] = await Promise.all([ L29: import(`${bundleUrl}?t=${Date.now()}`), L30: import(testingUrl),
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/cwe-plugin.mjsView on unpkg · L28

Findings

3 High3 Medium2 Low
HighChild Processsrc/lib.mjs
HighShell
HighRuntime Package Installsrc/lib.mjs
MediumDynamic Requirebin/cwe-plugin.mjs
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem