Skip to main content

snowflake-sdk-patterns

Applies production-ready patterns for Snowflake SDK, enhancing connection management and query execution in data applications.

Install this skill

or
94/100

Security score

The snowflake-sdk-patterns skill was audited on May 20, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 105

Access to .env file

SourceSKILL.md
105account: process.env.SNOWFLAKE_ACCOUNT!,
low line 106

Access to .env file

SourceSKILL.md
106username: process.env.SNOWFLAKE_USER!,
low line 107

Access to .env file

SourceSKILL.md
107password: process.env.SNOWFLAKE_PASSWORD!,
low line 108

Access to .env file

SourceSKILL.md
108warehouse: process.env.SNOWFLAKE_WAREHOUSE || 'COMPUTE_WH',
low line 109

Access to .env file

SourceSKILL.md
109database: process.env.SNOWFLAKE_DATABASE!,
low line 110

Access to .env file

SourceSKILL.md
110schema: process.env.SNOWFLAKE_SCHEMA || 'PUBLIC',
Scanned on May 20, 2026
View Security Dashboard
Installation guide →