Caveat verdict

querit-search

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
70
transparency
80
maintenance

Findings (8)

Pattern match critical

Possible hardcoded credential

README.md · code · API_KEY="your-key-here

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

README.md · code · curl -fsSL https://raw.githubusercontent.com/interskh/querit-search/main/install

Pattern match critical

Pipe to bash — executes piped content as shell commands

README.md · code · | bash

Pattern match medium

Accesses OpenClaw config/secrets directly

install.sh · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

Accesses shell history/config

README.md · prose · downgraded · ~/.zshrc

Pattern match medium

References child_process — can spawn system processes

search.js · prose · downgraded · child_process

Pattern match medium

Dynamic import() — loads module at runtime

search.js · prose · downgraded · import("

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API