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

@cwe-platform/plugin-cli@0.1.1

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 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 12.3 KB of source

Source & flagged code

4 flagged · loading source
bin/cwe-plugin.mjsView file
58patternName = generic_password severity = medium line = 58 matchedText = const pa...}));
Medium
Secret Pattern

Package contains a possible secret pattern.

bin/cwe-plugin.mjsView on unpkg · L58
78const [{ default: plugin }, { validateManifest }] = await Promise.all([ L79: import(`${bundleUrl}?t=${Date.now()}`), L80: import(testingUrl),
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/cwe-plugin.mjsView on unpkg · L78
src/lib.mjsView file
7import { readFile, writeFile } 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
37return new Promise((resolvePromise, reject) => { L38: const child = spawn("npx", ["tsup"], { cwd, stdio: "inherit", shell: process.platform === "win32" }); L39: child.on("exit", (code) => {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/lib.mjsView on unpkg · L37

Findings

3 High5 Medium3 Low
HighChild Processsrc/lib.mjs
HighShell
HighRuntime Package Installsrc/lib.mjs
MediumSecret Patternbin/cwe-plugin.mjs
MediumDynamic Requirebin/cwe-plugin.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings