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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcelib/gate.mjsView file
2import { join } from 'path';
L3: import { spawnSync } from 'child_process';
L4: import { PACKAGE_ROOT } from './paths.mjs';
High
cli.mjsView file
238try {
L239: execSync('npm install -g specline@latest', { stdio: 'inherit' });
L240: } catch (err) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
cli.mjsView on unpkg · L238core/gates/pipeline-gate.shView file
•path = core/gates/pipeline-gate.sh
kind = build_helper
sizeBytes = 45939
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
core/gates/pipeline-gate.shView on unpkgFindings
3 High4 Medium4 Low
HighChild Processlib/gate.mjs
HighShell
HighRuntime Package Installcli.mjs
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpercore/gates/pipeline-gate.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings