alloydb-omni-performance
Audited by Socket on Apr 29, 2026
2 alerts found:
Anomalyx2No direct malicious behavior (e.g., credential theft logic, exfiltration routines, obfuscation, or backdoor mechanisms) is evident in this fragment. The primary risks are supply-chain/runtime execution via npx and secret/config propagation: it may load a local .env file and forward environment variables (including ALLOYDB_* and CLAUDE_PLUGIN_OPTION_* derived values) into a spawned third-party process. On Windows, shell:true further increases command-interpreter parsing risk depending on how npx/cmd handles user-provided arguments. Overall, malware likelihood in this module appears low, but security review is warranted due to the execution and environment-handling patterns.
This module is not overtly malicious; it is primarily a runtime command delegator. The main risks come from supply-chain/runtime execution via npx of @toolbox-sdk/server@1.1.0 and the propagation of potentially sensitive environment values (including those loaded from a local ../../../.env when GEMINI_CLI=1) into the executed child process with inherited stdio. User-supplied CLI arguments are forwarded to the external tool, so the overall security posture depends heavily on the behavior of the invoked package. Based on this wrapper alone, there is moderate security/supply-chain exposure rather than clear evidence of malware.