react-bits
Warn
Audited by Socket on Sep 17, 2026
1 alert found:
SecuritySecurityscripts/rb-add.mjs
MEDIUMSecurityMEDIUM
scripts/rb-add.mjs
No overt backdoor or in-module credential theft logic is evident in this snippet. However, the tool is inherently high-risk in a supply-chain context: it downloads remote bundle definitions that can dictate both arbitrary file paths/contents written to disk (without constraining resolved output to stay within --dest) and, when --install is used, it can run `npm install` for dependency specifiers derived entirely from remote metadata. If the remote registry/bundles are malicious or compromised, this can enable path traversal/arbitrary overwrite and subsequent code execution via npm package installation.
Confidence: 68%Severity: 78%
Audit Metadata