Ddg Web Search.Local.Bak 20260415 020609

PassAudited by ClawScan on Apr 15, 2026.

Overview

The skill's code and runtime instructions match its description — it queries DuckDuckGo, falls back to scraping DuckDuckGo HTML, and optionally opens a local browser; it does not request credentials or install additional software.

This skill appears to do exactly what it says: query DuckDuckGo and return concise results. Notes before installing: (1) the included Python script will make outbound HTTP requests to DuckDuckGo (api.duckduckgo.com and duckduckgo.com/html) — ensure outbound network access is acceptable; (2) passing --open will attempt to launch a local browser (brave-browser or xdg-open), which is a local side-effect; (3) although no secrets are requested, you should review the included script (already provided) before enabling the skill and run it in a sandbox if you have strict security policies. Overall the contents are coherent and proportionate to the stated purpose.