api-pagination
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code templates for implementing offset pagination without any malicious or suspicious behavior.
- [COMMAND_EXECUTION]: The PHP implementation template correctly uses PDO prepared statements with parameter binding (PDO::prepare) for database queries, ensuring protection against SQL injection.
- [DATA_EXFILTRATION]: User-provided inputs from web requests, such as page numbers and limits, are cast to integers and sanitized before use, and data is only returned within the structured response to the client.
Audit Metadata