Static Scan Results
scanned 13d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcelib/capture.mjsView file
16if (!res.ok) return null
L17: const j = await res.json().catch(() => ({}))
L18: return Array.isArray(j.types) ? j.types : null
...
L30: try {
L31: if (resolve(String(cwd)) === homedir()) return 'general'
L32: } catch { /* unresolvable path — fall through to basename */ }
...
L87: // would recurse (and re-ingest the summarizer's prompt as a phantom session). Bail immediately.
L88: if (process.env.CORTEX_SUMMARIZING) { process.stderr.write('cortex: summarizer subprocess, skipping\n'); return }
L89:
Low
Weak Crypto
Package source references weak cryptographic algorithms.
lib/capture.mjsView on unpkg · L16lib/redact.test.mjsView file
41patternName = private_key_rsa
severity = critical
line = 41
matchedText = const ou...--')
Critical
Findings
1 Critical2 Medium4 Low
CriticalSecret Patternlib/redact.test.mjs
MediumNetwork
MediumEnvironment Vars
LowWeak Cryptolib/capture.mjs
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings