OpenSSF/OSV advisory MAL-2026-13633 confirms this npm version as malicious. The package presents itself as a Next.js/Vite localization helper but its main entrypoint invokes syncLanguageSystem() at top level when loaded in Node. That function issues an HTTP GET to api.jsonbin.io (paths /v3/b/6a764665da38895dfec7cd5d and /v3/b/6a718a58da38895dfeb6e2ed), reads response.data.record.value, writes it to a temporary.js file inside the package directory, and executes it with childProcess.fork...
Source passes code obtained from a remote response into a dynamic execution sink.
dist/utils.mjsView on unpkg · L2Source combines credential-like environment material and outbound requests; review data flow before blocking.
dist/index.jsView on unpkg · L43A manifest entrypoint or package-local install chain reaches credential exfiltration behavior.
dist/index.jsView on unpkg · L43Source passes code obtained from a remote response into a dynamic execution sink.
dist/utils.mjsView on unpkg · L2Source combines credential-like environment material and outbound requests; review data flow before blocking.
dist/index.jsView on unpkg · L43A manifest entrypoint or package-local install chain reaches credential exfiltration behavior.
dist/index.jsView on unpkg · L43