sqlite
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the widely recognized and trusted
better-sqlite3package and the native Node.jssqlitemodule for database operations. - [SAFE]: All database interaction examples utilize prepared statements (
db.prepare) with named or positional parameters, which is the standard defense against SQL injection attacks. - [SAFE]: Database management is restricted to the local file system (e.g.,
app.db,backup.db) and in-memory operations, with no evidence of network exfiltration, unauthorized privilege escalation, or persistence mechanisms. - [SAFE]: The skill does not contain any obfuscated code, hidden instructions, or suspicious remote dependencies.
Audit Metadata