react-native
Audited by Socket on Mar 25, 2026
1 alert found:
AnomalyThe script is a legitimate-sounding helper that fetches component manifests from a remote registry and integrates them into a local project. However it performs risky operations: it executes a remote package via npx, installs arbitrary npm dependencies from fetched manifests, and writes files into the project without integrity checks or sanitization. These behaviors create a significant supply-chain risk: if the remote registry or the 'shadcn' package (or any listed dependency) is malicious or compromised, arbitrary code could be executed on the developer's machine or malicious source files could be injected into the project. I do not find evidence that this file itself contains obfuscated or purposely malicious code, but using it as-is is dangerous without additional safeguards (pinning, verification, manual review of manifests).