api-baas-planetscale
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The CI/CD workflow examples in
examples/branching.mddownload the officialpscaleCLI binary from PlanetScale's public GitHub repository (https://github.com/planetscale/cli/releases/latest/download/pscale_linux_amd64.tar.gz). This is a standard procedure for environment setup in automated pipelines. - [COMMAND_EXECUTION]: The skill provides documentation for utilizing the
pscaleCLI to manage database branching, deploy requests, and automated cleanup. These commands are intended administrative operations for managing PlanetScale infrastructure. - [SAFE]: The skill explicitly warns against SQL injection by requiring parameterized queries (
conn.execute(sql, params)) and instructs developers to use environment variables for database credentials, adhering to security best practices.
Audit Metadata