Static Scan Results
scanned 8d ago · by rust-scannerStatic analysis completed at 93.0% confidence. No malicious behavior was detected; 9 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 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 · L8bin/klypix-mcp.mjsView file
•matchType = previous_version_dangerous_delta
matchedPackage = klypix-mcp@1.20.1
matchedIdentity = npm:a2x5cGl4LW1jcA:1.20.1
similarity = 0.688
summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta
This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
bin/klypix-mcp.mjsView on unpkgFindings
1 High3 Medium5 Low
HighPrevious Version Dangerous Deltabin/klypix-mcp.mjs
MediumDynamic Requiresrc/klypix-core.mjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowWeak Cryptosrc/klypix-core.mjs
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings