Static Scan Results
scanned 2h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoDynamicRequireFilesystemNetworkShell
Source & flagged code
3 flagged · loading sourcesrc/lib.mjsView file
7import { readFile } from "node:fs/promises";
L8: import { spawn } from "node:child_process";
L9: import { join, resolve } from "node:path";
High
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 · L35bin/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 · L28Findings
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