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.md download the official pscale CLI 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 pscale CLI 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
Risk Level
SAFE
Analyzed
Sep 20, 2026, 03:56 PM
Security Audit — agent-trust-hub — api-baas-planetscale