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.pyis called to resolve which style guides should be activated based on file changes.python3 scripts/validate_trigger_matrix_sync.pyis 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 lintis used as a non-destructive quality gate in CI environments.sqlfluff fixis 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, andgocommands, which are standard tools for managing dependencies and executing tests within a software development lifecycle.
Audit Metadata