skills/jeremylongshore/claude-code-plugins-plus-skills/vastai-deploy-integration/Gen Agent Trust Hub
vastai-deploy-integration
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Bash commands scoped specifically to the
vercel,fly, andgcloudCLI tools. These commands are standard for deploying applications and managing infrastructure on these well-known platforms. - [CREDENTIALS_UNSAFE]: All sensitive information, such as API keys and webhook secrets, is represented using safe placeholders (e.g.,
sk_live_***). The skill correctly instructs users to use platform-specific secret management tools rather than hardcoding credentials. - [EXTERNAL_DOWNLOADS]: The skill references official documentation and repositories from well-known technology providers (Vercel, Fly.io, and Google Cloud), which are considered trusted sources for deployment configuration.
- [DATA_EXFILTRATION]: No unauthorized network operations or attempts to access sensitive local files (like SSH keys or AWS credentials) were found. Network activity is limited to interactions with the specified deployment platforms.
Audit Metadata