Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
One or more suspicious static signals were detected.
Decision evidence
public snapshotBehavioral surface
CryptoEnvironmentVarsFilesystemNetwork
HighEntropyStrings
CopyleftLicense
Source & flagged code
2 flagged · loading sourcedist/peer.jsView file
30patternName = generic_password
severity = medium
line = 30
matchedText = { host: ...s" }
Medium
dist/stun.jsView file
123const hmacInput = concatBytes([headerForHmac, body]);
L124: const hmac = createHmac("sha1", Buffer.from(opts.integrityKey)).update(hmacInput).digest();
L125: body = concatBytes([
Low
Findings
3 Medium6 Low
MediumSecret Patterndist/peer.js
MediumNetwork
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/stun.js
LowFilesystem
LowHigh Entropy Strings
LowCopyleft License