generative-engine-optimisation-geo
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several local Python scripts located in the
scripts/directory (e.g.,seo_audit.py,keyword_research.py,serp_analysis.py) to process SEO data and interact with external APIs. These scripts are executed via the command line as part of the intended audit workflow. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to fetch data from two main sources: the official DataForSEO API (
api.dataforseo.com) for SEO metrics and user-specified website URLs for technical metadata analysis. These operations are conducted using standard Python libraries and are essential for the skill's documented functionality. - [CREDENTIALS_UNSAFE]: The skill requires authentication for the DataForSEO API, which is handled via the environment variables
DATAFORSEO_LOGINandDATAFORSEO_PASSWORD. This approach is consistent with secure development practices for managing secrets in automated environments.
Audit Metadata