google-search-ai-optimization
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/audit_page.pyperforms network requests to fetch HTML content from user-provided URLs usingurllib.request.urlopen. This is a core feature designed for auditing live web pages. - [COMMAND_EXECUTION]: The script
scripts/test_skill.pyusessubprocess.run()to executescripts/validate.pyandscripts/audit_page.pyduring internal testing. These operations are limited to the skill's own directory and are used for validation purposes. - [SAFE]: The skill ingests untrusted data from external URLs or local HTML files via
scripts/audit_page.py. The script parses this content into structured signals (e.g., meta tags, headings, and JSON-LD) and returns them as a JSON object, providing a clear boundary that prevents the agent from directly executing any instructions contained within the audited data.
Audit Metadata