Importing the package fetches an attacker-changeable GitHub Gist and executes its contents. This is unauthenticated remote code execution in the consumer's Node process.
Source fetches a remote non-code asset, decodes its contents, and dynamically executes the decoded payload.
index.jsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
index.jsView on unpkgindex.js derives a GitHub Gist API URL and fetches it at module load.
index.jsView on unpkg · L1Fetched gist content is selected dynamically and passed directly to eval().
index.jsView on unpkg · L7Source fetches a remote non-code asset, decodes its contents, and dynamically executes the decoded payload.
index.jsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
index.jsView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
index.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
index.jsView on unpkgindex.js derives a GitHub Gist API URL and fetches it at module load.
index.jsView on unpkg · L1Fetched gist content is selected dynamically and passed directly to eval().
index.jsView on unpkg · L7