Web fetch Google search
PassAudited by ClawScan on May 1, 2026.
Overview
This is a small, purpose-aligned Google search wrapper; the main thing to notice is that search queries may be sent to an external web search provider.
This skill appears safe for normal web searches. Before installing or using it, remember that anything placed in the search query may be sent to an external provider, so do not include secrets or confidential information.
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.
Search terms may be sent to an external search provider and could be logged or processed outside the local environment.
The script directs use of the web_search provider with a query, which is consistent with the skill's stated Google search purpose but means query text may leave the local agent context.
print(json.dumps({"tool_code": "print(default_api.web_search(query=query))"}))Use the skill for ordinary search queries, but avoid putting passwords, tokens, private personal details, or confidential business information into the query.
