snowflake-connections

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFE
Full Analysis
  • [DATA_EXFILTRATION]: The skill provides instructions for managing sensitive configuration files and SSH keys (e.g., ~/.snowflake/connections.toml, ~/.ssh/snowflake_key.p8). These actions are central to the skill's purpose of setting up Snowflake authentication and are accompanied by explicit security recommendations, such as setting restrictive file permissions (chmod 600).
  • [COMMAND_EXECUTION]: The skill includes shell commands for administrative tasks, such as generating RSA key pairs using openssl and testing connections with the snow CLI. These commands are standard for the described setup processes and do not involve untrusted remote sources.
  • [CREDENTIALS_UNSAFE]: Example configuration snippets contain placeholder credentials (e.g., password = "your_password"). These are clearly identified as templates for documentation purposes, and the skill provides strong warnings against committing such credentials to version control or using plain-text passwords in production environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 09:49 PM