cloud-sql-postgres-lifecycle
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The scripts use the
spawnmethod to execute the@toolbox-sdk/servercommand-line tool. This is a standard pattern for delegating logic to a specialized SDK. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto dynamically fetch the@toolbox-sdk/serverpackage at version 1.1.0 from the public npm registry. This is a common practice for Node.js-based tooling. - [CREDENTIALS_UNSAFE]: The skill handles sensitive information, such as
CLOUD_SQL_POSTGRES_PASSWORD, by loading it from environment variables or local.envfiles. The implementation follows security best practices by encouraging the use of environment-based configuration rather than hardcoding secrets.
Audit Metadata