Static Scan Results
scanned 5h 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/hypertask_cli.jsView file
30import updateNotifier from "update-notifier";
L31: import { execSync } from "child_process";
L32: import latestVersion from "latest-version";
High
Child Process
Package source references child process execution.
dist/hypertask_cli.jsView on unpkg · L302934console.log(formatInfo("Installing update..."));
L2935: execSync("npm install -g @hypertask/hypertask_cli@latest --force", {
L2936: stdio: "inherit"
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/hypertask_cli.jsView on unpkg · L2934Findings
3 High3 Medium5 Low
HighChild Processdist/hypertask_cli.js
HighShell
HighRuntime Package Installdist/hypertask_cli.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings