vercel-deploy

Warn

Audited by Socket on Sep 14, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
SKILL.md

SUSPICIOUS. The stated purpose matches deployment to Vercel and the only named domains are official Vercel domains, which supports legitimacy. However, the real behavior is delegated to an unseen shell script, and the 'no authentication required' claim cannot be validated against standard Vercel API usage from the provided text. Main risk is external upload of project contents with incomplete visibility into exact data flow, not confirmed malware.

Confidence: 84%Severity: 52%
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
Sep 14, 2026, 11:17 PM
Package URL
pkg:socket/skills-sh/bytedance%2Fdeer-flow%2Fvercel-deploy%2F@1a46009e0d93e1c41f3f3ca14510e842906ab1a6bcedfa2ae94c75087d3fb897
Security Audit — socket — vercel-deploy