Static Scan Results
scanned 5h ago · by rust-scannerStatic analysis flagged 8 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
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcedist/bin.jsView file
1#!/usr/bin/env node
L2: import { spawn } from "node:child_process";
L3: import { readFileSync } from "node:fs";
High
49catch {
L50: process.stderr.write("magpie: could not resolve vitest — install it first: npm install --save-dev vitest\n");
L51: process.exitCode = 1;
...
L53: }
L54: const child = spawn(process.execPath, [vitestEntry, ...forwardedArgv], {
L55: env,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bin.jsView on unpkg · L49Findings
3 High2 Medium3 Low
HighChild Processdist/bin.js
HighShell
HighRuntime Package Installdist/bin.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings