seo-llm-site-architect
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a robust architectural framework for SEO, AEO (Answer Engine Optimization), and AI-agent readiness. It focuses on durable, truthful standards like schema.org JSON-LD, sitemaps, and machine-readable artifacts (llms.txt).
- [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/audit_site.py) designed to crawl a website and audit its SEO signals. - The script uses the standard
urllib.requestlibrary andHTMLParserto analyze titles, meta tags, and structured data. - It is explicitly designed to use only standard libraries, reducing dependency risks.
- While it executes web requests, these are scoped to the user-provided URL for diagnostic purposes and include a default identifying User-Agent (
SEO-LLM-Site-Architect/1.0). - [DATA_EXFILTRATION]: No patterns of sensitive data exfiltration were detected. The audit script performs GET requests to inspect public files like
robots.txt,sitemap.xml, andllms.txt. The instructions explicitly warn against placing secrets or private data in these public-facing files. - [PROMPT_INJECTION]: The skill uses natural instructional language and does not contain attempts to override core agent safety filters or bypass system instructions.
Audit Metadata