sql-style-guide

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill references the execution of local automation scripts to manage and validate the style guide application logic.
  • python3 scripts/resolve_style_guides.py is called to resolve which style guides should be activated based on file changes.
  • python3 scripts/validate_trigger_matrix_sync.py is utilized to ensure consistency within the trigger configuration files.
  • [COMMAND_EXECUTION]: The skill integrates with sqlfluff, a standard SQL linter, to perform quality checks and automated formatting.
  • sqlfluff lint is used as a non-destructive quality gate in CI environments.
  • sqlfluff fix is provided as an optional command for developers to automatically resolve style violations locally.
  • [EXTERNAL_DOWNLOADS]: The quality gate reference matrix lists commands for multiple package managers and language runtimes.
  • The matrix includes references to npm, pnpm, uv, cargo, dotnet, and go commands, which are standard tools for managing dependencies and executing tests within a software development lifecycle.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 08:38 PM