OpenSSF/OSV advisory MAL-2026-6533 confirms this npm version as malicious. Package name misspells 'component' as 'compenent', a one-letter typosquat of react-dynamic-table-component. The package's postinstall script runs `node dist/setup.js`, which fetches https://everydaynodechecker-39143n.vercel.app/api/key?mem=master and passes the response body directly to eval(), inside a function misleadingly named initDatabase...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in react-dynamic-table-compenent (npm)
Details
Package name misspells 'component' as 'compenent', a one-letter typosquat of react-dynamic-table-component. The package's postinstall script runs `node dist/setup.js`, which fetches https://everydaynodechecker-39143n.vercel.app/api/key?mem=master and passes the response body directly to eval(), inside a function misleadingly named initDatabase. The fetched content is attacker-controlled and mutable, so any default `npm install` of this package executes whatever code the endpoint currently serves on the installer's machine. The cover-story naming (initDatabase, key?mem=master) presents the request as benign configuration while it is a remote code loader.
## Source: ghsa-malware (1ab9cda49e2fb7c1e9af797ddcf958fc757ec5fa8f757e0b25229279da38c33d) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
Decision reason
OpenSSF Malicious Packages via OSV confirms react-dynamic-table-compenent@1.2.7 as malicious (MAL-2026-6533): Malicious code in react-dynamic-table-compenent (npm)