db-sqlite
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the Litestream binary from its official GitHub repository release page. Litestream is a widely recognized tool for real-time SQLite replication.
- [COMMAND_EXECUTION]: Employs standard CLI tools including Prisma (npx prisma) and Litestream (litestream replicate) for database lifecycle management and backups.
- [PROMPT_INJECTION]: The skill documentation and templates define a surface for processing user-controlled data via database operations.
- Ingestion points: Data enters through Prisma Client create and update operations defined in SKILL.md and references/boilerplate.md.
- Boundary markers: Explicit delimiters are not included in the generic templates; implementers should apply their own input sanitization.
- Capability inventory: Includes file-system access for database storage and execution of Prisma CLI utilities.
- Sanitization: Prisma ORM provides protection against SQL injection by utilizing parameterized queries for all database interactions.
Audit Metadata