seo-domain-analyzer
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/analyze_domain.pywhich processes domain analysis requests. It usesargparsefor safe handling of user-supplied arguments such as domains, competitors, and keywords. It also allows users to specify local file paths for saving JSON or Markdown reports. - [EXTERNAL_DOWNLOADS]: The script performs network operations to
app.gooseworks.ai, which serves as a proxy for Apify actors (devnaz/semrush-scraper,radeance/ahrefs-scraper, andapify/google-search-scraper). These requests are used to gather SEO metrics like authority scores and keyword rankings. - [CREDENTIALS_UNSAFE]: The skill utilizes a
GOOSEWORKS_API_KEYenvironment variable to authenticate requests to the vendor's API proxy. This is a standard and safe method for managing API credentials for integrated services.
Audit Metadata