write-script-snowflake
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill guides the agent in using the
wmillCLI to preview scripts, run deployed versions, and manage metadata. These commands are standard for the Windmill developer environment and perform actions such as local code execution and file system writes for configuration management. - [SAFE]: Instructions for Snowflake queries explicitly require the use of
?placeholders for parameters. This is a critical security measure to prevent SQL injection vulnerabilities in the generated scripts. - [SAFE]: The workflow distinguishes between local testing (
script preview) and workspace deployment (sync push), promoting a safe iteration process that avoids accidental overwriting of stable code.
Audit Metadata