run402-buzz
Warn
Audited by Socket on Jul 29, 2026
1 alert found:
AnomalyAnomalyinstall-smoke.mjs
LOWAnomalyLOW
install-smoke.mjs
No direct malicious payload (e.g., obfuscated code, credential theft, reverse shells, or explicit exfiltration) is evident in this snippet itself. However, the code is an execution harness that fetches and runs unpinned, runtime-resolved third-party code from skills@latest using npx, then executes the installed package’s setup script and tests via Node. The primary risk is supply-chain compromise or malicious/changed behavior from the registry or transitive dependencies; if that package is compromised, this script would execute it. Recommend pinning to a specific version with integrity verification and using a hardened sandbox for installation/tests if security matters.
Confidence: 66%Severity: 62%
Audit Metadata