Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 13 finding(s) at 93.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.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcedist/lib/auto-update.jsView file
3import os from "node:os";
L4: import { execSync } from "node:child_process";
L5: import { fileURLToPath } from "node:url";
High
Child Process
Package source references child process execution.
dist/lib/auto-update.jsView on unpkg · L359try {
L60: execSync(`npm install -g ${PKG_NAME}@latest`, {
L61: timeout: 60_000,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/lib/auto-update.jsView on unpkg · L59dist/commands/api/projects.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = @itznexus/itznexus-cli@1.23.0
matchedIdentity = npm:QGl0em5leHVzL2l0em5leHVzLWNsaQ:1.23.0
similarity = 0.698
summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/commands/api/projects.jsView on unpkgFindings
1 Critical3 High3 Medium6 Low
CriticalPrevious Version Dangerous Deltadist/commands/api/projects.js
HighChild Processdist/lib/auto-update.js
HighShell
HighRuntime Package Installdist/lib/auto-update.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License