Static Scan Results
scanned 2h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStringsMinifiedUrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/post-install.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgREADME.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 unpkgdocs/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 · L11177try {
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 · L177Findings
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