admin
Audited by Socket on Mar 14, 2026
1 alert found:
AnomalyThe file is a configuration that instructs the system to execute remote npm packages via npx and local node scripts, and to inject credentials via environment variables. On its own it is not malicious, but it enables high-risk actions: automatic execution of unpinned npm packages and giving those processes access to sensitive data (GitHub PAT, API keys) and the user's filesystem. Recommend: avoid running npx -y without pinned package versions, do not store real secrets in plaintext in configs, restrict filesystem server roots, and audit the referenced npm packages and local scripts before running. Treat this configuration as potentially dangerous until provenance of target packages and local scripts is verified.