dynamic-tables-tutorial
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill fetches documentation from 'docs.snowflake.com', which is the official and well-known documentation service for Snowflake. This is a trusted source for gathering technical information.
- [SAFE]: Includes explicit instructions to treat all fetched external content as untrusted, specifically directing the agent to ignore embedded instructions, tool requests, or unrelated links, which mitigates indirect prompt injection risks.
- [COMMAND_EXECUTION]: The skill executes SQL statements in a Snowflake environment. This is the primary function of the tutorial and is governed by a strict 'explain-before-execute' pattern that requires manual user confirmation for every command.
- [SAFE]: Proactively avoids privilege escalation by instructing the agent not to fall back to high-privilege roles like 'ACCOUNTADMIN' and instead requiring a dedicated least-privilege tutorial environment.
- [EXTERNAL_DOWNLOADS]: Downloads sample dataset files from a public Snowflake S3 bucket ('s3://sfquickstarts/tastybytes/'). This is a standard practice for Snowflake tutorials and uses a well-known public repository of sample data.
Audit Metadata