bun-sqlite
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as documentation for the
bun:sqlitemodule. It contains educational examples for database management, query execution, and transaction handling. - [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected. All code snippets use standard, well-documented Bun APIs.
- [SAFE]: The skill explicitly promotes security best practices by demonstrating the use of prepared statements with positional and named parameters to mitigate SQL injection risks.
- [SAFE]: All demonstrated file operations (e.g.,
new Database("mydb.sqlite")andBun.write("backup.sqlite", buffer)) are standard database management tasks and do not target sensitive system paths.
Audit Metadata