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
NoLicense
Source & flagged code
3 flagged · loading sourcedist/auth.jsView file
5import path from 'node:path';
L6: import { spawn } from 'node:child_process';
L7: import { setTimeout as delay } from 'node:timers/promises';
High
dist/lib/ssh-interactive.jsView file
56*
L57: * Wraps the command in `exec sh -c '…'` so the PTY closes cleanly when the
L58: * target CLI exits (no shell-teardown race with a TUI's alt-screen flush)
High
dist/workflows.jsView file
82const { execSync } = await import('node:child_process');
L83: execSync('npx --yes esbuild --loader=ts', {
L84: input: content,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/workflows.jsView on unpkg · L82Findings
3 High3 Medium5 Low
HighChild Processdist/auth.js
HighShelldist/lib/ssh-interactive.js
HighRuntime Package Installdist/workflows.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License