Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 14 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
NoLicense
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/setup.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgscripts/build.jsView file
1import { execSync } from 'child_process';
L2: import fs from 'fs';
High
6console.log('Compiling TypeScript...');
L7: execSync('npx tsc', { stdio: 'inherit' });
L8:
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
scripts/build.jsView on unpkg · L6build/utils/overview-runner.jsView file
1import * as fs from 'fs';
L2: import * as path from 'path';
Medium
Unsafe Vm Context
Package source executes code through a VM context API.
build/utils/overview-runner.jsView on unpkg · L1Findings
4 High4 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processscripts/build.js
HighShell
HighRuntime Package Installscripts/build.js
MediumUnsafe Vm Contextbuild/utils/overview-runner.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License