sql-anti-pattern-linter
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a local SQL linter using standard library regex operations. No malicious patterns such as credential theft, obfuscation, or network exfiltration were found.
- [DATA_EXFILTRATION]: Analysis confirmed no network calls or unauthorized data transmission. The script only reads the input SQL file and writes a JSON report to the user-specified local path.
- [COMMAND_EXECUTION]: The script handles user-provided file paths for input and output. It uses standard file system APIs and does not involve shell execution or dynamic command construction.
Audit Metadata