SEO DataForSEO
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is designed for SEO keyword research using the DataForSEO API. It correctly handles API credentials by loading them from a `.env` file via `python-dotenv` in `scripts/config/settings.py`. All API calls are made to the legitimate `dataforseo-client` library, and results are saved locally to a `results/` directory within the skill's scope, as seen in `scripts/core/storage.py`. The `SKILL.md` instructions are clear and do not contain any prompt injection attempts or instructions for malicious actions. The `scripts/setup.sh` simply installs Python dependencies.
