Static Scan Results
scanned 7d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/update-VCNB6JLS.jsView file
3// src/features/update/update.ts
L4: import { execSync } from "child_process";
L5: import chalk from "chalk";
High
Child Process
Package source references child process execution.
dist/update-VCNB6JLS.jsView on unpkg · L318console.log(chalk.blue(" \u280B \uC5C5\uB370\uC774\uD2B8 \uC911..."));
L19: execSync("npm install -g @intellicore/cli@latest", {
L20: encoding: "utf-8",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/update-VCNB6JLS.jsView on unpkg · L18Findings
3 High3 Medium5 Low
HighChild Processdist/update-VCNB6JLS.js
HighShell
HighRuntime Package Installdist/update-VCNB6JLS.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings