Skip to main content

snowflake-reliability-patterns

Implements Snowflake reliability patterns for replication, failover, and Time Travel recovery, enhancing fault tolerance in data pipelines.

Install this skill

or
91/100

Security score

The snowflake-reliability-patterns skill was audited on May 20, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147throw new Error(`Both Snowflake connections failed.
low line 180

Access to .env file

SourceSKILL.md
180username: process.env.SNOWFLAKE_USER!,
low line 181

Access to .env file

SourceSKILL.md
181password: process.env.SNOWFLAKE_PASSWORD!,
low line 187

Access to .env file

SourceSKILL.md
187username: process.env.SNOWFLAKE_USER!,
low line 188

Access to .env file

SourceSKILL.md
188password: process.env.SNOWFLAKE_PASSWORD!,
Scanned on May 20, 2026
View Security Dashboard
Installation guide →