sqlite-query — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sqlite-query (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when you need to query SQLite databases, inspect schemas, or optimize queries. Read-only by default for safety.
| Tool | What it does |
|---|---|
query | Execute SQL (SELECT, PRAGMA, EXPLAIN, WITH). Returns results as a table. |
schema | Full schema: all tables with columns, types, and row counts |
table_info | Detailed info for a single table: columns, constraints, row count |
explain | Run EXPLAIN QUERY PLAN for query optimization |
list_databases | List .db, .sqlite, .sqlite3 files in a directory |
list_databases to find .db files in the projectschema to understand the full database structuretable_info for detailed column info on specific tablesquery to run SELECT queries and inspect dataexplain to optimize slow queriesreadonly: false in tool args to enable INSERT, UPDATE, DELETEschema returns everything at once — use it first to understand the databasequery returns tabular results — ideal for exploration and debuggingreadonly: false)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.