registry  /  getleash  /  0.8.0

getleash@0.8.0

See what your Claude Code agents did last night. Fleet report, costs, loops, dead crons — in 10 seconds. Free cloud dashboard across machines.

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 79.0 KB of source, external domains: api.cloudflare.com, api.github.com, api.render.com, api.vercel.com, backboard.railway.app, dash.cloudflare.com, dashboard.render.com, getleash.vercel.app, github.com, vercel.com

Source & flagged code

1 flagged · loading source
dist/index.jsView file
43function resolveGithubToken() { L44: for (const env of [process.env.GITHUB_TOKEN, process.env.GH_TOKEN]) { L45: if (env && TOKEN_RE.test(env.trim())) return env.trim(); ... L48: try { L49: const out = (0, import_node_child_process4.execFileSync)(bin, ["auth", "token"], { encoding: "utf8", timeout: 3e3, stdio: ["ignore", "pipe", "ignore"] }).trim(); L50: if (TOKEN_RE.test(out)) return out; ... L70: async function api(pathname, token) { L71: const res = await fetch("https://api.github.com" + pathname, { L72: headers: { ... L79: if (!res.ok) throw new Error(`github ${res.status}`); L80: return res.json(); L81: }
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

dist/index.jsView on unpkg · L43

Findings

3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/index.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings