SEO Patrol — Daily Site Health Monitor & Content Decay Tracker
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: gingiris-seo-patrol Version: 1.0.0 The skill bundle is a documentation-based guide for SEO monitoring and content decay tracking. It contains descriptive checklists, pseudocode for detection logic, and a standard JavaScript snippet for the IndexNow API, all of which align with its stated purpose without any signs of malicious intent, data exfiltration, or prompt injection attacks.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If enabled too broadly, the agent could submit URLs to search engines or prepare site changes that affect indexing and SEO workflows.
The skill explicitly describes automated remediation and IndexNow pushes. This is aligned with SEO monitoring, but could affect a production site's SEO state if performed without user review.
Continuous SEO health monitoring with automated alerts and fixes ... Auto-generate fix scripts or push changes via IndexNow
Require explicit user approval before applying fixes, regenerating sitemaps, or submitting IndexNow URL pushes, especially on production sites.
A supplied IndexNow key could authorize URL submissions for the user's site.
The IndexNow example requires a provider key. The artifact does not hardcode a secret or show misuse, but users would need to supply a credential for auto-push functionality.
key: 'your-indexnow-key'
Use a scoped IndexNow key for the intended site only, avoid pasting secrets into shared chats or reports, and rotate the key if it is exposed.
