vercel-deploy
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: vercel-deploy description: Deploy applications and websites to Vercel with a claimable preview.
Malicious tool definition detected
Tool: openai.yaml Description: interface: display_name: Vercel Deploy short_description: Deploy applications and websites to Vercel with a claimable preview.
Malicious tool definition detected
Tool: scripts/deploy.sh Description: #!/bin/bash # Vercel Deployment Script (via claimable deploy endpoint) # Usage: ./deploy.sh [project-path] # Returns: JSON with previewUrl, claimUrl, deploymentId, projectId set -e DEPLOY_ENDPOINT="https://codex-deploy-skills.vercel.sh/api/deploy" # Detect framework from package.json detect_framework() { local pkg_json="$1" if [ !