Static Scan Results
scanned 15h ago · by rust-scannerStatic analysis flagged 5 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
ChildProcessEnvironmentVarsFilesystemShell
Source & flagged code
2 flagged · loading sourcebin/alien.jsView file
2L3: import { spawn } from "node:child_process"
L4: import { existsSync } from "node:fs"
High
52console.error(
L53: `Could not find alien binary for ${platformKey}.\nTry reinstalling: npm install -g @alienplatform/cli`,
L54: )
...
L58: // Spawn the binary, forwarding all arguments and stdio
L59: const child = spawn(binPath, process.argv.slice(2), {
L60: stdio: "inherit",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/alien.jsView on unpkg · L52Findings
3 High1 Medium1 Low
HighChild Processbin/alien.js
HighShell
HighRuntime Package Installbin/alien.js
MediumEnvironment Vars
LowFilesystem