nextjs-data-access-layer
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to improve application security by teaching developers how to implement a Data Access Layer (DAL) in Next.js. It correctly emphasizes the use of 'server-only' modules to prevent sensitive logic from leaking to the client.
- [SAFE]: Instructions promote standard security practices including colocated authorization checks, use of Data Transfer Objects (DTOs) to avoid exposing raw database models, and the use of React's experimental taint API for data guarding.
- [SAFE]: No malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration were found in the instructions or reference files.
- [SAFE]: External references and code examples use standard, safe patterns for fetching data from internal APIs or databases.
Audit Metadata