dart-drift
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill documents the use of official and well-known Dart libraries such as drift and sqlite3.
- [COMMAND_EXECUTION]: The documentation includes standard development commands like 'dart run build_runner build' which are necessary for Drift's code generation features and do not represent a security risk.
- [EXTERNAL_DOWNLOADS]: The skill references legitimate, versioned dependencies from the official Dart package registry (pub.dev).
- [PROMPT_INJECTION]: The skill provides patterns for handling database data. * Ingestion points: Data is processed via table inserts and query filters in files like writes.md and queries.md. * Boundary markers: Drift's type-safe API and prepared statements provide robust protection against injection. * Capability inventory: The skill manages local SQLite files and PostgreSQL network connections. * Sanitization: Input validation and sanitization are handled automatically by the Drift framework's query builder.
Audit Metadata