Skip to main content

snowflake-core-workflow-a

Facilitates data loading into Snowflake from various sources using stages and COPY commands for efficient data management.

Install this skill

or
85/100

Security score

The snowflake-core-workflow-a skill was audited on May 31, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144const result = await query(conn, `
medium line 154

Template literal with variable interpolation in command context

SourceSKILL.md
154console.log(`File: ${row.file}, Status: ${row.status}, Rows: ${row.rows_loaded}`);
medium line 156

Template literal with variable interpolation in command context

SourceSKILL.md
156console.warn(` Errors: ${row.errors_seen}, First error: ${row.first_error}`);
Scanned on May 31, 2026
View Security Dashboard