env_access
Environment variable access
Environment variable access
Line 165Snippets
"account": os.environ["SNOWFLAKE_ACCOUNT"], "user": os.environ["SNOWFLAKE_USER"], "password": os.environ["SNOWFLAKE_PASSWORD"],| Hardcoded credentials in Snowpark | Security risk, breaks in CI/CD | Use `os.environ[]` or key pair auth | "account": os.environ["SNOWFLAKE_ACCOUNT"],Trust Score
Updated 3 weeks ago
Analyzed
Mar 31, 2026, 3:57 PM
+ 2 previous scans
Compatible with
Skill details
Updated 3 weeks ago
Analyzed Mar 31, 2026, 3:57 PM
Description
"Use when writing Snowflake SQL, building data pipelines with Dynamic Tables or Streams/Tasks, using Cortex AI functions, creating Cortex Agents, writing Snowpark Python, configuring dbt for Snowflake, or troubleshooting Snowflake errors."
Recent scans
Mar 31, 2026, 3:57 PM
Latest analysis
Mar 31, 2026, 3:12 PM
Run 2
Mar 27, 2026, 3:47 PM
Run 1