registry  /  @zvoove/unity-ui  /  2.35.0

@zvoove/unity-ui@2.35.0

<div align="center">

Static Scan Results

scanned 7d 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 12 file(s), 4.21 MB of source, external domains: main--67c03f013fea08bb2f926e5f.chromatic.com, mui.com, ui.shadcn.com, www.figma.com, www.w3.org

Source & flagged code

4 flagged · loading source
dist/bin/cli.mjsView file
1262var EventEmitter = __require("node:events").EventEmitter; L1263: var childProcess = __require("node:child_process"); L1264: var path6 = __require("node:path");
High
Child Process

Package source references child process execution.

dist/bin/cli.mjsView on unpkg · L1262
2115} L2116: const execArgv = process2.execArgv ?? []; L2117: if (execArgv.includes("-e") || execArgv.includes("--eval") || execArgv.includes("-p") || execArgv.includes("--print")) {
High
Shell

Package source references shell execution.

dist/bin/cli.mjsView on unpkg · L2115
3639try { L3640: execSync( L3641: `npx prettier --write "${componentDir}" --ignore-glob "**/*.md" --ignore-glob "**/*.mdx"`, L3642: { stdio: "inherit" }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/bin/cli.mjsView on unpkg · L3639
dist/bin/generate-skills.mjsView file
1#!/usr/bin/env node L2: import{createRequire}from"module";const require=createRequire(import.meta.url); L3: var __defProp = Object.defineProperty;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/bin/generate-skills.mjsView on unpkg · L1

Findings

3 High3 Medium5 Low
HighChild Processdist/bin/cli.mjs
HighShelldist/bin/cli.mjs
HighRuntime Package Installdist/bin/cli.mjs
MediumDynamic Requiredist/bin/generate-skills.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings