The default entrypoint hijacks the global console object and exfiltrates runtime data passed to common console methods. This can leak secrets, stack traces, application objects, or user data from any consumer that imports the package.
Source appears to send environment or credential material to an external endpoint.
index.jsView on unpkg · L15Source reassigns a global/builtin to a Proxy that forwards intercepted runtime data to an external endpoint.
index.jsView on unpkg · L15A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
Source appears to send environment or credential material to an external endpoint.
index.jsView on unpkg · L15Source reassigns a global/builtin to a Proxy that forwards intercepted runtime data to an external endpoint.
index.jsView on unpkg · L15A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkg · L15