database-integration

Pass

Audited by Gen Agent Trust Hub on Mar 15, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides a standard architectural pattern for database integration using Prisma ORM and NestJS, focusing on CRUD operations, transaction handling, and query optimization.
  • [PROMPT_INJECTION]: No malicious instructions aimed at overriding agent behavior or bypassing safety filters were detected in the skill definition or metadata.
  • [DATA_EXFILTRATION]: Database connection strings are managed via environment variables (DATABASE_URL), which is the recommended practice to prevent hardcoded credential exposure. No unauthorized data access or network transmission patterns were identified.
  • [COMMAND_EXECUTION]: The skill specifies the use of standard development tools (prisma generate, prisma migrate dev) for schema management. These are restricted to the intended purpose of the skill.
  • [REMOTE_CODE_EXECUTION]: All libraries and dependencies referenced (@prisma/client, @nestjs/common) are well-known, industry-standard packages from legitimate registries. No remote script execution or untrusted downloads were found.
  • [SAFE]: The skill implements data protection considerations such as GDPR-compliant soft deletes and application audit trails, demonstrating a security-conscious design.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 15, 2026, 04:54 AM