snowflake
Audited by Socket on Mar 1, 2026
1 alert found:
Obfuscated FileNo active malware or backdoor behavior was found in this documentation fragment. The primary security concern is operational: the examples encourage insecure credential handling (using a primary account password as a bearer token and storing it in environment variables), lack guidance for least-privilege authentication (key-pair or OAuth), and do not caution about redacting sensitive query results or avoiding automated execution of destructive statements. Recommend updating the documentation to: (1) show key-pair or OAuth-based authentication for the SQL API, (2) prefer least-privilege or short-lived tokens and read-only roles for query examples, (3) warn about exposing credentials in env/CI/shell history and demonstrate safer invocation patterns, and (4) point out validating SNOWFLAKE_ACCOUNT values and redacting or limiting output.