Caveat verdict
querit-search
Web search skill via Querit.ai API using a standard QUERIT_API_KEY env var; straightforward search/content-extraction tool with no suspicious network behavior beyond the documented API calls.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (8)
Possible hardcoded credential
README.md · code · API_KEY="your-key-here
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
README.md · code · curl -fsSL https://raw.githubusercontent.com/interskh/querit-search/main/install
Pipe to bash — executes piped content as shell commands
README.md · code · | bash
Accesses OpenClaw config/secrets directly
install.sh · prose · downgraded · ~/.openclaw/openclaw.json
Accesses shell history/config
README.md · prose · downgraded · ~/.zshrc
References child_process — can spawn system processes
search.js · prose · downgraded · child_process
Dynamic import() — loads module at runtime
search.js · prose · downgraded · import("
Accesses sensitive environment variables
search.js · prose · downgraded · process.env.QUERIT_API_KEY
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: QUERIT_API_KEY).
Is this flag fair?
Thanks — recorded.