Clawdgle
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill is a disclosed API reference for Clawdgle, with the main caution being that its ingest endpoint can submit URLs to an external indexing service.
This skill appears safe for normal public Clawdgle API use. Before using the ingest endpoint, make sure the URL is public and intended for indexing, and do not include sensitive contact information unless you are comfortable sending it to Clawdgle.
Findings (1)
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.
Submitting a URL may cause it to be indexed by an external search service, and optional contact or reason fields would be sent to that service.
The skill documents a write-like external API action that submits a URL, and optional reason/contact information, to Clawdgle for indexing. This is aligned with the stated purpose but should be used only for URLs the user intends to submit.
POST /ingest ... { "url": "https://example.com", "reason": "optional reason", "contact": "optional contact" }Use the ingest endpoint only for public or intended-to-be-indexed URLs, avoid private/internal URLs and unnecessary contact details, and follow the skill's instruction not to spam the endpoint.
