data-access
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional and provides templates for secure data access patterns across multiple programming languages and ORMs.
- [SAFE]: All provided code examples (JPA, Prisma, TypeORM, Django, SQLAlchemy, GORM, sqlc) correctly use parameterized queries or safe ORM abstractions to prevent SQL injection.
- [SAFE]: The documentation explicitly identifies SQL injection as a high-risk pitfall and mandates parameterization in custom SQL as a quality requirement.
- [SAFE]: The skill promotes resource safety by advising against making external network calls (HTTP, email) within database transactions to prevent long-held locks and potential denial-of-service scenarios.
- [SAFE]: No evidence of obfuscation, hardcoded credentials, data exfiltration, or malicious persistence mechanisms was found in the analyzed files.
Audit Metadata