seo-audit
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses local Python scripts (
scripts/fetch_page.py,scripts/google_auth.py, etc.) for its core functionality. These are standard patterns for SEO tools. - [SAFE]: Data storage is limited to a local cache directory (
.seo-cache/) and output files (FULL-AUDIT-REPORT.md,ACTION-PLAN.md). The instructions include a reminder to add the cache directory to.gitignoreto prevent accidental credential or data leaks in Git repositories. - [SAFE]: External API integrations (Google, DataForSEO, Moz, Bing) are handled through explicit authentication checks (
--checkflags) and require user-configured credentials. - [SAFE]: The skill respects
robots.txtand implements rate limiting (1-second delay between requests) and crawl caps (500 pages) as best practices for responsible web crawling.
Audit Metadata