Static Scan Results
scanned 3h 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcetsserver-client.tsView file
10L11: import { spawn, type ChildProcess } from "node:child_process";
L12: import * as path from "node:path";
High
Child Process
Package source references child process execution.
tsserver-client.tsView on unpkg · L10dist/check.jsView file
123}
L124: function resolveProjectImport(resolver, fromDir, specifier, projectRoot) {
L125: try {
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/check.jsView on unpkg · L123cli.tsView file
1067try {
L1068: execSync("npm install --include=optional", { cwd: targetDir, stdio: "pipe" });
L1069: s.stop(`${isUpdate ? "Updated" : "Installed"} ${copied} files with dependencies`);
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
cli.tsView on unpkg · L1067scripts/ensure-deps.shView file
•path = scripts/ensure-deps.sh
kind = build_helper
sizeBytes = 1033
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/ensure-deps.shView on unpkgFindings
3 High4 Medium4 Low
HighChild Processtsserver-client.ts
HighShell
HighRuntime Package Installcli.ts
MediumDynamic Requiredist/check.js
MediumEnvironment Vars
MediumShips Build Helperscripts/ensure-deps.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings