shopify-deploy-integration
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard command-line interfaces for cloud deployment, including the Shopify CLI, Vercel CLI, Fly.io CLI (flyctl), and Google Cloud SDK (gcloud). These commands are used as intended for deploying code, setting environment variables, and checking service status.
- [EXTERNAL_DOWNLOADS]: The skill references documentation and configuration guidelines from well-known and trusted technology services, including Shopify (shopify.dev), Vercel (vercel.com), Fly.io (fly.io), and Google Cloud (cloud.google.com).
- [CREDENTIALS_SAFE]: Instructions for setting environment variables and secrets use appropriate placeholders (e.g., 'your_key', 'shpat_xxx') and direct the user to use secure platform-specific secret management commands like
fly secrets setandgcloud run deploy --set-secrets, which is consistent with security best practices.
Audit Metadata