alloydb-postgres-access-management

Warn

Audited by Socket on Apr 28, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
scripts/get_user.js

No explicit malware is present in this wrapper code. However, it conditionally reads a local .env file and forwards its values—along with all existing environment variables and unvalidated CLI arguments—to a pinned third-party package executed via npx. This creates a meaningful supply-chain and data-exposure risk depending on how the invoked @toolbox-sdk/server handles environment variables and inputs. If secrets may exist in ../../../.env, this wrapper should be reviewed and ideally modified to use an allowlist/least-privilege environment for the child process.

Confidence: 62%Severity: 60%
AnomalyLOW
scripts/create_user.js

No strong evidence of malicious payloads within this wrapper itself, but it materially increases supply-chain and privacy risk by executing an external package via npx and forwarding (largely unfiltered) environment variables—including values loaded from a local .env file—into the child process. Treat the invoked toolbox/tooling and your .env contents as sensitive; avoid running with secrets unless you trust the downstream tool and its logging behavior.

Confidence: 66%Severity: 55%
AnomalyLOW
scripts/list_users.js

This wrapper is primarily a delegation layer: it conditionally loads local `.env` secrets and forwards both environment variables and unvalidated CLI arguments into an external `npx`-executed toolbox package to run `list_users`. While there is no direct malware indicator in this snippet, the runtime execution/delegation and secret exposure surfaces create a moderate supply-chain and data-handling security risk. Review the downstream toolbox/tool behavior, and restrict/validate arguments and environment injection where possible.

Confidence: 67%Severity: 59%
Audit Metadata
Analyzed At
Apr 28, 2026, 10:25 PM
Package URL
pkg:socket/skills-sh/gemini-cli-extensions%2Falloydb%2Falloydb-postgres-access-management%2F@b5f7127f9a7af243266828d021c4afecdfa281f3