deploy-kit
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads official command-line interfaces (CLIs) from well-known service providers including Vercel (via npm), Netlify (via npm), and Fly.io (via official install script).
- [COMMAND_EXECUTION]: Executes shell commands to detect project frameworks (e.g.,
which vercel, checking forpackage.json), perform deployments (vercel --prod,fly deploy), and check status (netlify status). - [REMOTE_CODE_EXECUTION]: Downloads and executes the Fly.io installation script using
curl -L https://fly.io/install.sh | sh. This is the standard, documented installation method for this well-known service provider.
Audit Metadata