Skip to main content

API Pagination Debugging

Provides a systematic approach to debug pagination issues in API integrations, ensuring complete data retrieval and efficiency.

Install this skill

or
93/100

Security score

The API Pagination Debugging skill was audited on Feb 9, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 71

External URL reference

SourceSKILL.md
71"https://api.example.com/endpoint?page_size=50" | jq 'keys'
low line 102

External URL reference

SourceSKILL.md
102"https://api.example.com/endpoint?page_size=50")
low line 109

External URL reference

SourceSKILL.md
109"https://api.example.com/endpoint?page_size=50&pageCursor=$CURSOR" \
low line 494

External URL reference

SourceSKILL.md
494"https://api.example.com/data?limit=10" | jq 'keys'
low line 500

External URL reference

SourceSKILL.md
500"https://api.example.com/data?limit=10" | jq '.pagination'
low line 512

External URL reference

SourceSKILL.md
512"https://api.example.com/data?limit=10&offset=10" | jq '.pagination'
low line 581

External URL reference

SourceSKILL.md
581- Readwise API docs: https://readwise.io/api_deets
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →