api-pagination
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard educational content and code snippets for API pagination. All implementations follow common industry patterns.
- [SAFE]: No prompt injection, data exfiltration, or malicious obfuscation patterns were identified within the instructions or code blocks.
- [SAFE]: The code snippets include security best practices, such as using
.select()to limit field exposure and implementingMath.min()to cap user-defined pagination limits, preventing potential Denial of Service (DoS) via large result sets. - [SAFE]: Data ingestion from query parameters (page, limit, cursor) is handled using standard type casting and validation (e.g.,
parseInt,type=int), which mitigates common input-related vulnerabilities.
Audit Metadata