Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 8 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
ChildProcessFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/messages-Gc4q6t6X.cjsView file
33let path = require("path");
L34: let child_process = require("child_process");
L35: let inquirer = require("inquirer");
High
Child Process
Package source references child process execution.
dist/messages-Gc4q6t6X.cjsView on unpkg · L33dist/executor-Dw9gdMU_.jsView file
704if (isMissingScriptError(firstMsg)) try {
L705: exec(`npx prettier --check "**/*.{ts,tsx,md}"`, {
L706: cwd: rootDir,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/executor-Dw9gdMU_.jsView on unpkg · L704Findings
3 High1 Medium4 Low
HighChild Processdist/messages-Gc4q6t6X.cjs
HighShell
HighRuntime Package Installdist/executor-Dw9gdMU_.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings