Querit Search
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw skill 'querit-search' is designed for web search and content extraction via the Querit.ai API. All analyzed files (SKILL.md, install.sh, content.js, search.js, package.json, _meta.json, README.md) show behavior consistent with this stated purpose. The `install.sh` script downloads skill files and installs npm dependencies to the standard OpenClaw directory. The `search.js` script makes authenticated requests to `api.querit.ai` using the `QUERIT_API_KEY` (as declared) and internally executes `content.js` via `node:child_process.execFile` to fetch and parse web pages. There is no evidence of intentional harmful behavior such as unauthorized data exfiltration, persistence mechanisms, or prompt injection attempts against the agent to perform actions beyond the skill's scope. All network and file system interactions are directly tied to the skill's functionality.
