vercel-deploy
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md Description: --- name: vercel-deploy description: Deploy applications and websites to Vercel.
scripts/deploy.shHIGH
78.3%
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://claude-skills-deploy.vercel.com/api/deploy" # Detect framework from package.json detect_framework() { local pkg_json="$1" if [ !
Audit Metadata