Static Scan Results
scanned 8d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcesrc/klypix-core.mjsView file
158let t;
L159: try { t = await import('@huggingface/transformers'); }
L160: catch {
Medium
Dynamic Require
Package source references dynamic require/import behavior.
src/klypix-core.mjsView on unpkg · L1588//
L9: // where Block is { kind:'text', text } or { kind:'image', data(base64), mime, name }.
L10: //
...
L53: export function resolveVault(explicit) {
L54: return path.resolve(explicit || process.env.KLYPIX_VAULT || path.join(os.homedir(), 'Documents'));
L55: }
...
L264: const ext = p.split('.').pop().toLowerCase();
L265: blocks.push({ kind: 'image', data: b64, mime: IMG_MIME[ext] || 'image/png', name: p });
L266: included++;
Low
Weak Crypto
Package source references weak cryptographic algorithms.
src/klypix-core.mjsView on unpkg · L8Findings
3 Medium5 Low
MediumDynamic Requiresrc/klypix-core.mjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowWeak Cryptosrc/klypix-core.mjs
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings