Skip to main content

data-scraper-agent

Automates data collection from public sources, enriches with AI, and stores results in Notion, Sheets, or Supabase.

Install this skill

or
76/100

Security score

The data-scraper-agent skill was audited on May 18, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 540

Template literal with variable interpolation in command context

SourceSKILL.md
540```yaml
low line 124

Access to .env file

SourceSKILL.md
124├── .env.example
medium line 690

Access to .env file

SourceSKILL.md
690| Storing secrets in code | Security risk | Always use `.env` + GitHub Secrets |
medium line 736

Access to .env file

SourceSKILL.md
736- [ ] `.env` is in `.gitignore`
medium line 737

Access to .env file

SourceSKILL.md
737- [ ] `.env.example` provided for onboarding
low line 163

External URL reference

SourceSKILL.md
163resp = requests.get("https://api.example.com/items", headers=HEADERS, timeout=15)
low line 191

External URL reference

SourceSKILL.md
191link = f"https://example.com{link}"
low line 237

External URL reference

SourceSKILL.md
237url = f"https://generativelanguage.googleapis.com/v1beta/models/{m}:generateContent?key={api_key}"
Scanned on May 18, 2026
View Security Dashboard