postgresql-query-generation
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a static analysis tool for .NET project files. The primary component is a Python script (
scripts/generate_query.py) that uses standard library modules (os, sys, re, json, etc.) to identify entity relationships and generate SQL templates. No external dependencies, network operations, or obfuscated code were detected. All file operations (reading C# files and writing SQL files) are restricted to the project directory provided by the user.
Audit Metadata