vercel-deploy

Warn

Audited by Socket on Sep 4, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
SKILL.md

SUSPICIOUS: the stated purpose matches deployment, and the visible domains are Vercel-owned, but the actual deploy.sh implementation is missing and the 'no authentication required' claim is atypical for standard Vercel API usage. Main risk is external upload of local project contents with unclear file exclusions and unverifiable backend behavior, not confirmed malware.

Confidence: 83%Severity: 58%
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 4, 2026, 08:52 PM
Package URL
pkg:socket/skills-sh/oil-oil%2Fagent-skills%2Fvercel-deploy%2F@d1cd2e0027d106ca3d446bb7c96837e659979c783c22579d5f700a22fbb9c92e
Security Audit — socket — vercel-deploy