alloydb-postgres-optimize
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: All scripts in the skill use
npxto download and execute the@toolbox-sdk/server@1.1.0package from the NPM registry at runtime. - [COMMAND_EXECUTION]: The skill executes system commands using
child_process.spawnto trigger the toolbox server with user-provided arguments. On Windows, it usesshell: trueto runnpx.cmd. - [DATA_EXFILTRATION]: The scripts are designed to read database credentials and configuration from a
.envfile located in a parent directory (../../../.env). This is a standard and expected mechanism for local credential management for this type of administrative tool.
Audit Metadata