registry  /  @nqlib/nqui  /  0.7.2

@nqlib/nqui@0.7.2

A React component library with enhanced UI components and developer tools

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 76 file(s), 1.37 MB of source, external domains: bazza.dev, radix-ui.com, registry.npmjs.com, www.npmjs.com, www.w3.org

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/post-install.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
README.mdView file
Vite with `@tailwindcss/vite` often works without `@source`; add the block above when utilities from the package do not show up in CSS.
High
Ai Reviewer Manipulation

Package text addresses the security reviewer or scanner and tries to influence the review outcome.

README.mdView on unpkg
docs/nqui-skills/nqui-local-published-toggle/scripts/toggle-nqui.jsView file
11import { readFileSync, writeFileSync, existsSync, lstatSync, realpathSync } from "fs"; L12: import { execSync } from "child_process"; L13: import { fileURLToPath } from "url";
High
Child Process

Package source references child process execution.

docs/nqui-skills/nqui-local-published-toggle/scripts/toggle-nqui.jsView on unpkg · L11
177try { L178: execSync("npm unlink @nqlib/nqui", { cwd: root, stdio: "pipe" }); L179: console.log("Unlinked local nqui\n"); ... L189: const installCmd = USE_LEGACY_PEER_DEPS L190: ? `npm install @nqlib/nqui@${PUBLISHED_VERSION} --legacy-peer-deps` L191: : `npm install @nqlib/nqui@${PUBLISHED_VERSION}`;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

docs/nqui-skills/nqui-local-published-toggle/scripts/toggle-nqui.jsView on unpkg · L177

Findings

5 High2 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighAi Reviewer ManipulationREADME.md
HighChild Processdocs/nqui-skills/nqui-local-published-toggle/scripts/toggle-nqui.js
HighShell
HighRuntime Package Installdocs/nqui-skills/nqui-local-published-toggle/scripts/toggle-nqui.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings