Static Scan Results
scanned 11d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 5 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
CryptoEnvironmentVarsFilesystem
HighEntropyStrings
Source & flagged code
1 flagged · loading sourcecf/src/connection.jsView file
19L20: const Sync = b().S().end()
L21: , Flush = b().H().end()
...
L248: function write(x, fn) {
L249: chunk = chunk ? Buffer.concat([chunk, x]) : Buffer.from(x)
L250: if (fn || chunk.length >= 1024)
...
L290: socket.removeAllListeners()
L291: socket = tls.connect(options)
L292: socket.on('secureConnect', connected)
Low
Weak Crypto
Package source references weak cryptographic algorithms.
cf/src/connection.jsView on unpkg · L19Findings
1 Medium4 Low
MediumEnvironment Vars
LowScripts Present
LowWeak Cryptocf/src/connection.js
LowFilesystem
LowHigh Entropy Strings