curl-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited curl-search (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Web search using curl + multiple search engines. This skill provides a lightweight alternative when dedicated search APIs are unavailable.
| Engine | Alias | Description |
|---|---|---|
| Baidu | bd | Fast for China, default option |
| g | Requires proxy/VPN in China | |
| Bing | b | Microsoft Bing |
| DuckDuckGo | ddg | Privacy-focused search |
Search for OpenClaw tutorial
Google search AI development
Find Python tutorials with bingThis skill includes several security enhancements:
Removes dangerous shell metacharacters that could be exploited:
sanitize_input() {
local input="$1"
echo "$input" | sed 's/[^a-zA-Z0-9 \_\-\.\~\x{4e00}-\x{9fff}]//g'
}Uses Python's urllib.parse with safe='' parameter to properly encode special characters.
# Install via ClawHub
clawhub install curl-search
# Or manually
cd your-skills-dir
tar -xzf curl-search.tar.gzSet default search engine:
export SEARCH_ENGINE=googleSet max results:
export MAX_RESULTS=5~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.