sqlite
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill documents standard administrative commands for SQLite, including installation via package managers (
apt-get,brew), and database operations (sqlite3,npm install). These are instructional examples for local development. - [SAFE]: Node.js and Python code snippets demonstrate security best practices by using prepared statements with parameter binding (e.g.,
db.prepare('... VALUES (@email, @name)')andconn.execute('... VALUES (?, ?)')), which effectively prevents SQL injection. All external tool installations and package additions are standard for the described technical use case.
Audit Metadata