rank-tracking
Multi-keyword, multi-locale organic rank tracking via SearchApi's dedicated `google_rank_tracking` endpoint (dedup'd top-100 snapshot, one keyword per call) with local history and run-over-run diffs. Use when the user says "rank tracking", "track rankings", "track my positions", "where do I rank ...
Install this skill
or
90/100
Security score
The rank-tracking skill was audited on Aug 6, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 89
Curl to non-GitHub URL
SourceSKILL.md
| 87 | ```bash |
| 88 | SLUG="searchapi-io"; DATE=$(date +%F); mkdir -p ".rank-tracking/$SLUG" |
| 89 | curl -s "https://www.searchapi.io/api/v1/search?engine=google_rank_tracking&q=best+serp+api&gl=us&hl=en&num=100&api_key=$SEARCHAPI_API_KEY" \ |
| 90 | > ".rank-tracking/$SLUG/$DATE-google-us-en__best-serp-api.json" |
| 91 | ``` |
medium line 218
Curl to non-GitHub URL
SourceSKILL.md
| 216 | |
| 217 | ```bash |
| 218 | curl -s "https://www.searchapi.io/api/v1/search?engine=google&q=best+serp+api&gl=us&hl=en&api_key=$SEARCHAPI_API_KEY" \ |
| 219 | | jq '{has_aio: (.ai_overview != null), ads_count: (.ads // [] | length), has_map_pack: (.local_results != null)}' |
| 220 | ``` |
Scanned on Aug 6, 2026
View Security Dashboard