Indexnow Pro
Analysis
The skill mostly matches its SEO indexing purpose, but one included example would send a Baidu token over plain HTTP, so it should be reviewed before use.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`ping-batch` | Submit multiple URLs at once (up to 10,000)
The skill supports large batch submissions to search engines, which is expected for an IndexNow tool but can affect how many pages are submitted for crawling.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
curl -X POST "https://yoursite.com/wp-json/wp/v2/pages" \ -u "user:password"
The WordPress setup example uses site credentials and publishes content to host the IndexNow key; this is purpose-aligned but uses account authority.
curl -X POST "http://data.zz.baidu.com/urls?site=yoursite.com&token=YOUR_TOKEN"
The Baidu alternative places an access token in a plain HTTP URL, which can expose the token to network observers or logs if used with a real token.
