Static Scan Results
scanned 2h 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
4 flagged · loading sourcescripts/env-check.jsView file
1#!/usr/bin/env node
L2: import { execSync } from 'child_process';
L3: import { readFileSync, existsSync } from 'fs';
High
Child Process
Package source references child process execution.
scripts/env-check.jsView on unpkg · L128try {
L29: raw = execSync(`${cmd} --version 2>&1`, { encoding: 'utf-8', timeout: 5_000, shell: true }).trim();
L30: } catch (e) {
High
scripts/validate.jsView file
29try {
L30: const out = execSync('npx tsc --noEmit', { cwd: p, encoding: 'utf8', stdio: 'pipe' });
L31: if (out) console.log(out);
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
scripts/validate.jsView on unpkg · L29MakefileView file
•path = Makefile
kind = build_helper
sizeBytes = 2404
magicHex = [redacted]
Medium
Findings
3 High4 Medium4 Low
HighChild Processscripts/env-check.js
HighShellscripts/env-check.js
HighRuntime Package Installscripts/validate.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build HelperMakefile
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings