registry  /  @open_shield/plugin-builder  /  1.0.3

@open_shield/plugin-builder@1.0.3

OpenShield Dashboard Plugin Builder — compile and package plugins for the dashboard

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
ChildProcessFilesystem
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 24.0 KB of source, external domains: www.w3.org

Source & flagged code

2 flagged · loading source
dist/index.jsView file
99// Try using tsx to evaluate the TypeScript file L100: const { execSync } = await import("child_process"); L101: const result = execSync(`npx --yes tsx -e "import m from '${tsPath.replace(/\\/g, "/")}'; console.log(JSON.stringify(m.default ?? m))"`, { cwd: srcDir, encoding: "utf-8", timeout: ...
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L99
100const { execSync } = await import("child_process"); L101: const result = execSync(`npx --yes tsx -e "import m from '${tsPath.replace(/\\/g, "/")}'; console.log(JSON.stringify(m.default ?? m))"`, { cwd: srcDir, encoding: "utf-8", timeout: ... L102: const manifest = JSON.parse(result.trim());
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L100

Findings

2 High1 Medium5 Low
HighChild Processdist/index.js
HighRuntime Package Installdist/index.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings