seo
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs automated SEO audits using a combination of LLM reasoning and deterministic scripts.
- All network operations are directed towards the target URLs provided by the user or well-known services (GitHub, Google, Wikidata, Wikipedia).
- Script execution is limited to bundled Python scripts within the skill's directory using controlled paths and standard python interpreters.
- Path sanitization is implemented in scripts that write to the filesystem (e.g.,
capture_screenshot.py) to prevent directory traversal. - SSRF protection is included in scripts that fetch external web content (
fetch_page.py,analyze_visual.py) by blocking private and internal IP addresses. - GitHub integration uses standard environment variables for authentication (
GITHUB_TOKEN,GH_TOKEN) and leverages the officialghCLI when available.
Audit Metadata