skills/mizchi/skills/sql-lint/Gen Agent Trust Hub

sql-lint

Pass

Audited by Gen Agent Trust Hub on Jul 9, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements a custom Node.js script (scripts/catalog-lint.mjs) for static analysis of SQL files. The script uses standard file system modules to read files provided as command-line arguments and performs regex-based checks for common SQL errors such as duplicate query names or full-table scan risks. No sensitive file access or network communication is observed.
  • [EXTERNAL_DOWNLOADS]: The skill documentation recommends using sqlfluff, a well-known and widely used SQL linter, for advanced style checks. It suggests using uvx or pip for installation, which is standard practice for leveraging established developer tools from official package registries.
  • [COMMAND_EXECUTION]: The skill involves executing the local Node.js script and external linting tools to perform its primary function. These executions are limited to the intended scope of linting project files and do not involve privilege escalation, persistence mechanisms, or obfuscated commands.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 9, 2026, 03:37 AM
Security Audit — agent-trust-hub — sql-lint