Static Scan Results
scanned 10d 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
6 flagged · loading source.gitleaks.tomlView file
48patternName = github_pat
severity = critical
line = 48
matchedText = '''ghp_x...''',
Critical
48patternName = github_pat
severity = critical
line = 48
matchedText = '''ghp_x...''',
Critical
49patternName = github_pat
severity = critical
line = 49
matchedText = '''ghp_x...''',
Critical
50patternName = github_pat
severity = critical
line = 50
matchedText = '''ghp_A...''',
Critical
51patternName = github_pat
severity = critical
line = 51
matchedText = '''ghp_A...''',
Critical
dist/nomad.mjsView file
103var env = p.env || {};
L104: var isColorSupported = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || p.platform === "win32" || (p.stdout || {}).isTTY && env...
L105: var formatter = (open, close, replace = open) => (input) => {
...
L183: bold = (s) => enabled ? import_picocolors.default.bold(s) : s;
L184: wslNarrowPad = process.env.WSL_DISTRO_NAME ? " " : "";
L185: okGlyph = `\u2713${wslNarrowPad}`;
...
L192: // src/utils.ts
L193: import { execFileSync } from "node:child_process";
L194: function gitCaptureRaw(args, cwd) {
...
L205: const e = err;
L206: if (e.stderr) process.stderr.write(e.stderr);
L207: throw new NomadFatal(`${context} failed`);
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/nomad.mjsView on unpkg · L103Findings
5 Critical2 Medium5 Low
CriticalCritical Secret.gitleaks.toml
CriticalSecret Pattern.gitleaks.toml
CriticalSecret Pattern.gitleaks.toml
CriticalSecret Pattern.gitleaks.toml
CriticalSecret Pattern.gitleaks.toml
MediumEnvironment Vars
MediumInstall Persistencedist/nomad.mjs
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings