web-search

Review·Scanned 2/18/2026

This skill performs web searches using a command-line curl call. It explicitly instructs executing curl -s "https://ddg-api.herokuapp.com/search?q={{query}}", causing a shell invocation and a network request to https://ddg-api.herokuapp.com.

from clawhub.ai·vce05507·1.1 KB·0 installs
Scanned from 1.0.0 at ce05507 · Transparency log ↗
$ vett add clawhub.ai/lucky-2968/web-searchReview findings below

web-search

@command(web_search) Usage: web_search --query <query> Run: curl -s "https://ddg-api.herokuapp.com/search?q={{query}}"