Skip to main content

hasdata

Utilizes HasData APIs for efficient web scraping and structured data extraction from various online sources.

Install this skill

or
67/100

Security score

The hasdata skill was audited on Jun 7, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 18

Curl to non-GitHub URL

SourceSKILL.md
18curl -G 'https://api.hasdata.com/scrape/google/serp' \
medium line 41

Webhook reference - potential data exfiltration

SourceSKILL.md
41| **Scraper Jobs** (async) | minutes–hours | Bulk extraction, recursive crawling, webhook fan-out | `POST /scrapers/<slug>/jobs` |
medium line 43

Webhook reference - potential data exfiltration

SourceSKILL.md
43**Decision rule.** Default to a **Scraper API** when one exists for the platform (pre-parsed JSON, no selector maintenance). Use **Web Scraping** for arbitrary URLs not covered by an API. Reach for a
medium line 67

Webhook reference - potential data exfiltration

SourceSKILL.md
67- **Async jobs:** the submit response handle is `body.id` (integer), **not `jobId`**. Persist it immediately. Poll `GET /scrapers/jobs/<id>` every 10–30 s with backoff; treat webhooks as best-effort a
medium line 79

Webhook reference - potential data exfiltration

SourceSKILL.md
79- **Webhooks are best-effort with 3 retries.** Always have a polling fallback.
medium line 91

Webhook reference - potential data exfiltration

SourceSKILL.md
91- [`references/scraper-jobs.md`](references/scraper-jobs.md) — async submit/poll/results, Crawler, Contacts, SEC EDGAR, webhook receiver.
low line 15

External URL reference

SourceSKILL.md
15Cloud platform for extracting public web data. One API key, three execution modes. All endpoints sit under `https://api.hasdata.com` and authenticate with `x-api-key`.
low line 18

External URL reference

SourceSKILL.md
18curl -G 'https://api.hasdata.com/scrape/google/serp' \
low line 99

External URL reference

SourceSKILL.md
99- Dashboard: <https://app.hasdata.com>
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →