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_ident function that correctly escapes double quotes in table and index names, mitigating potential SQL injection risks when executing PRAGMA statements.
  • [SAFE]: No network activity, external downloads, or suspicious dependencies were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
May 12, 2026, 04:11 PM
Security Audit — agent-trust-hub — sqlite-schema-report