deploy-to-vercel
Warn
Audited by Runlayer on Mar 9, 2026
Risk Level: MEDIUM
Scan Summary
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