kernel-database
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a comprehensive database management workflow that emphasizes safety, reversibility, and data modeling integrity.
- [COMMAND_EXECUTION]: Executes standard development tools such as
make,pnpm, andgoosefor migration and type generation tasks. These operations are restricted to the local environment and are necessary for the skill's primary function. - [SAFE]: Implements explicit documentation requirements and review processes for destructive operations (e.g., dropping tables or columns) to prevent accidental data loss.
- [SAFE]: Handles sensitive connection strings via environment variables (e.g.,
DATABASE_URL) without hardcoding credentials or attempting unauthorized exfiltration. - [SAFE]: Uses trusted, well-known developer tools and registries for its dependencies, such as
kysely-codegenvia npm.
Audit Metadata