skills/terminalskills/skills/sqlite/Gen Agent Trust Hub

sqlite

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: Provides standard command-line instructions for installing the SQLite engine using package managers like apt (with sudo) and brew. It also lists common maintenance commands such as .backup, VACUUM, and ANALYZE.
  • [EXTERNAL_DOWNLOADS]: References the installation of the better-sqlite3 library via the official Node.js package manager (NPM). This is a well-known and widely used community package.
  • [SAFE]: The provided Node.js and Python code samples follow security best practices by using parameterized queries (using ? and @name placeholders) instead of string concatenation, effectively mitigating SQL injection risks when handling user data.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 09:15 PM