sqlite-schema-report
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard SQLite schema extraction using the Python standard library
sqlite3. - [SAFE]: Implements secure database connection practices by using
mode=ro(read-only) in the connection URI to prevent modification of the database. - [SAFE]: Includes a
quote_identfunction that correctly escapes double quotes in table and index names, mitigating potential SQL injection risks when executingPRAGMAstatements. - [SAFE]: No network activity, external downloads, or suspicious dependencies were detected.
Audit Metadata