Static Scan Results
scanned 9d ago · by rust-scannerStatic analysis flagged 12 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
4 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 = 44908
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
core/gates/pipeline-gate.shView on unpkgtemplates/.cursor/hooks/specline-shell-guard.shView file
•path = templates/.cursor/hooks/specline-shell-guard.sh
kind = payload_in_excluded_dir
sizeBytes = 645
magicHex = [redacted]
High
Payload In Excluded Dir
Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
templates/.cursor/hooks/specline-shell-guard.shView on unpkgFindings
4 High4 Medium4 Low
HighChild Processlib/gate.mjs
HighShell
HighRuntime Package Installcli.mjs
HighPayload In Excluded Dirtemplates/.cursor/hooks/specline-shell-guard.sh
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpercore/gates/pipeline-gate.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings