registry  /  @harjs/react-ui  /  1.1.11

@harjs/react-ui@1.1.11

(React | Next) is a ui library.

Static Scan Results

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

Source & flagged code

2 flagged · loading source
dist/assets/css/components/form/checkbox-card/css.cjsView file
2const path = require("path"); L3: const { execSync } = require("child_process"); L4:
High
Child Process

Package source references child process execution.

dist/assets/css/components/form/checkbox-card/css.cjsView on unpkg · L2
35try { L36: execSync(`npx prettier --write color.unchecked.css`, { stdio: "inherit" }); L37: execSync(`npx prettier --write color.checked.css`, { stdio: "inherit" });
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/assets/css/components/form/checkbox-card/css.cjsView on unpkg · L35

Findings

3 High1 Medium4 Low
HighChild Processdist/assets/css/components/form/checkbox-card/css.cjs
HighShell
HighRuntime Package Installdist/assets/css/components/form/checkbox-card/css.cjs
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings