tidbx-prisma
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security threats identified. The skill focuses on standard database integration workflows for Node.js and TypeScript.
- [EXTERNAL_DOWNLOADS]: Guides the user to install well-known development dependencies like
@prisma/clientandprismavia npm, which is expected for this technology stack. - [COMMAND_EXECUTION]: Uses common CLI commands such as
npx prisma migratefor database schema management andts-nodefor running local example scripts. - [PROMPT_INJECTION]: The skill promotes security best practices by explicitly recommending the use of parameterized raw SQL queries with
$queryRawto prevent injection vulnerabilities.
Audit Metadata