technical-seo
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides detailed guidance and automated tools for technical SEO analysis without any malicious intent or harmful code patterns.
- [COMMAND_EXECUTION]: The script
scripts/seo_audit.pyfacilitates SEO auditing by retrieving and parsing HTML metadata using standard Python libraries. The implementation is secure and does not involve arbitrary code execution. - [PROMPT_INJECTION]: An indirect prompt injection surface is present as the skill processes external web content. 1. Ingestion points: External HTML content is retrieved from user-provided URLs via
scripts/seo_audit.py. 2. Boundary markers: None implemented for the data processed at runtime. 3. Capability inventory: Python script execution with network GET requests (urllib.request). 4. Sanitization: Metadata is normalized via regular expressions during extraction. Note: This surface is intrinsic to the skill's primary function of SEO analysis.
Audit Metadata