linkgo
Audited by Socket on Aug 8, 2026
1 alert found:
SecurityThe snippet does not show explicit malware (e.g., exfiltration/backdoor/persistence), but it documents several high-risk security behaviors: (1) support for executing JavaScript via javascript: URLs (including javascript:debugInfo()), (2) a debugInfo() feature that collects server/client information and copies it to the clipboard, and (3) modal utilities that accept arbitrary HTML and can load iframes based on configurable URLs. If attacker-controlled configuration/link values are possible, these features can enable script execution and information disclosure. Actual exploitability depends on the real implementations’ sanitization, allowlisting, CSP, and access-control boundaries, which are not provided here.