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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcebin/hatchway.jsView file
2L3: import { spawn } from 'child_process';
L4: import { fileURLToPath } from 'url';
High
dist/chunks/auto-update-Ddo5Ntt7.jsView file
147},
L148: shell: true,
L149: });
High
Shell
Package source references shell execution.
dist/chunks/auto-update-Ddo5Ntt7.jsView on unpkg · L147dist/chunks/database-setup-BdXiI4MV.jsView file
61// Use 'get-db' (the renamed neondb package) for database creation
L62: const proc = spawn('npx', ['get-db', '-y'], {
L63: cwd: monorepoPath, // Run in monorepo root so .env is created there
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/chunks/database-setup-BdXiI4MV.jsView on unpkg · L61Findings
3 High3 Medium5 Low
HighChild Processbin/hatchway.js
HighShelldist/chunks/auto-update-Ddo5Ntt7.js
HighRuntime Package Installdist/chunks/database-setup-BdXiI4MV.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License