seo
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices by implementing SSRF protection in its network fetching components (
scripts/fetch_page.py,scripts/analyze_visual.py), blocking requests to private and reserved IP addresses. - [COMMAND_EXECUTION]: The skill executes local Python scripts using the Bash tool to perform SEO analysis. These scripts are provided as part of the skill and appear to be legitimate tools for their stated purpose.
- [EXTERNAL_DOWNLOADS]: Dependencies listed in
requirements.txtare well-known, standard packages (playwright, beautifulsoup4, requests, etc.) from public registries. - [DATA_EXFILTRATION]: The screenshot utility (
scripts/capture_screenshot.py) includes a path sanitization check to ensure output files are only saved within the current working directory or the user's home directory, preventing directory traversal attacks.
Audit Metadata