alloydb-postgres-admin

Warn

Audited by Socket on Apr 28, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
scripts/wait_for_operation.js

No direct malicious behavior is evident in this wrapper code (no explicit exfiltration, backdoor logic, or self-executing payloads). However, it substantially increases security impact by executing a third-party npm package at runtime via npx and by optionally reading a local .env file and passing its contents into the environment of that external tool. Additionally, on Windows it uses shell:true while forwarding user-provided CLI arguments, which can heighten argument interpretation risks. Overall: not clear malware, but meaningful supply-chain/runtime and secret-handling risk requiring review of the invoked dependency/tool and the intended trust boundaries for CLI args and .env contents.

Confidence: 63%Severity: 54%
AnomalyLOW
scripts/get_instance.js

This module is best characterized as a delegation wrapper with a meaningful supply-chain and secret-exposure surface: it executes a third-party package via npx and forwards merged environment variables (potentially including a local .env file) and arbitrary user CLI arguments into that external tool. No clear in-file malware/backdoor logic is present, but security review should focus on the invoked dependency/tool behavior and the sensitivity of the environment variables being passed.

Confidence: 70%Severity: 52%
AnomalyLOW
scripts/list_instances.js

No direct evidence of malicious payload (e.g., backdoor, exfiltration, reverse shell) is present in this snippet. The primary security concern is supply-chain/execution amplification: the script conditionally loads a local .env file and forwards its contents into the environment of an externally executed npx package/tool, while also passing arbitrary user CLI arguments without validation. This warrants review of the invoked @toolbox-sdk/server behavior and a check that only trusted inputs are used (especially in GEMINI_CLI mode).

Confidence: 64%Severity: 57%
Audit Metadata
Analyzed At
Apr 28, 2026, 10:20 PM
Package URL
pkg:socket/skills-sh/gemini-cli-extensions%2Falloydb%2Falloydb-postgres-admin%2F@cb251104f65d8e0782a36cd9936e20e43a2cb79c