alloydb-omni-replication
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The scripts utilize the
npxutility to fetch and execute the@toolbox-sdk/server@1.1.0package from the npm registry. This provides a controlled and versioned environment for the database management logic. - [COMMAND_EXECUTION]: Shell commands are invoked using
child_process.spawnto run the database utilities. The scripts include logic to handle argument quoting and escaping to ensure compatibility and prevent misinterpretation across different operating systems. - [SAFE]: The skill follows security best practices by loading sensitive connection parameters and credentials from environment variables or local
.envfiles rather than hardcoding them within the source code.
Audit Metadata