vercel-deploy

Warn

Audited by Socket on Jul 28, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/deploy.sh

No clear malware/backdoor behavior is evident in the shown snippet. The main security risk is supply-chain-style data egress: the script packages nearly all contents of the provided project directory (excluding only node_modules and .git) and uploads the resulting archive to a remote DEPLOY_ENDPOINT via HTTP POST. If DEPLOY_ENDPOINT is untrusted/misconfigured or the project contains sensitive files not excluded here, this can lead to data exfiltration or unintended distribution. Additionally, raw server responses are echoed and JSON fields are parsed via regex, creating log/data exposure and fragility risks rather than direct malicious code execution.

Confidence: 62%Severity: 55%
Audit Metadata
Analyzed At
Jul 28, 2026, 01:53 PM
Package URL
pkg:socket/skills-sh/akillness%2Fjeo-skills%2Fvercel-deploy%2F@4e1f7520eff451b2f9421c0d822b3f7a43634e6aa59c77169ca08b0b5975700a
Security Audit — socket — vercel-deploy