vellum-editorial
Warn
Audited by Socket on May 19, 2026
1 alert found:
AnomalyAnomalyassets/_auth.js
LOWAnomalyLOW
assets/_auth.js
No evidence of overt malware behavior (no exfiltration, no remote calls, no dynamic execution) is present in this snippet. However, it implements a weak, client-side password gate using hardcoded values and a non-cryptographic hash, persists an easily bypassable session flag in sessionStorage, and broadcasts a global “authenticated” event. The injected full-screen password prompt could also be used for deceptive access control within the host app context. Review maintainers’ intent and ensure the rest of the application does not rely on this client-side signal for real security.
Confidence: 72%Severity: 62%
Audit Metadata