Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcebin/dirextalk-deployer.mjsView file
1#!/usr/bin/env node
L2: import { spawnSync } from "node:child_process";
L3: import { createRequire } from "node:module";
High
Child Process
Package source references child process execution.
bin/dirextalk-deployer.mjsView on unpkg · L1411latestVersion,
L412: updateCommand: `npm install -g ${packageName}@latest`
L413: };
...
L416: function runNpmUpdateAndChildInstall({ agent, scope, target, options, freshness }) {
L417: const installResult = spawnSync("npm", ["install", "-g", `${packageName}@latest`], {
L418: stdio: "inherit",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/dirextalk-deployer.mjsView on unpkg · L411scripts/adopt-legacy-node.shView file
•path = scripts/adopt-legacy-node.sh
kind = build_helper
sizeBytes = 3997
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/adopt-legacy-node.shView on unpkgFindings
3 High3 Medium4 Low
HighChild Processbin/dirextalk-deployer.mjs
HighShell
HighRuntime Package Installbin/dirextalk-deployer.mjs
MediumEnvironment Vars
MediumShips Build Helperscripts/adopt-legacy-node.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings