deploy-to-vercel

Warn

Audited by Runlayer on Mar 9, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
88%
Files
3
Flagged
3
Chunks
6
Flagged Files (3)
deploy-to-vercel/SKILL.mdMEDIUM
88.4%

Risky tool definition detected

--- ### Linked (`.vercel/` exists) + no git remote → `vercel deploy` The project is linked but there's no git repo. Deploy directly with the CLI. ```bash vercel deploy [path] -y --no-wait ``` Use `--no-wait` so the CLI returns immediately with the deployment URL instead of blocking until the build finishes (builds can take a while). Then check on the deployment status with: ```bash vercel inspect <deployment-url> ``` For production deploys (only if user explicitly asks): ```bash vercel deploy [p

deploy-to-vercel/resources/deploy-codex.shLOW
68.1%

Tool passed security scan

deploy-to-vercel/resources/deploy.shLOW
66.8%

Tool passed security scan

Audit Metadata
Max File Score
88%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
3
Chunks Analyzed
6
Analyzed
Mar 9, 2026, 06:25 AM
Security Audit — runlayer — deploy-to-vercel