SKILLEMALL.ai

BC querit-search

Web search via Querit.ai API. Use when you need to search the web for documentation, current events, facts, or any web content. Returns structured results with titles, URLs, and snippets.

ClawHub Agent Skills author: Kyle Sun v0.1.0 9 files · 1 script body ≈ 595 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 52/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, failures and branches

IntegrationInfrastructureWriting and documentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
88/100
safety, quality, tests
Safety 60%
89
Quality 40%
87
Run on models
none yet
Process rating
C
52/100
Has gaps
Inputs and preconditions w 11
0
Failures and branches w 10
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 7

    ✓ No critical or high findings

    Medium and low: 7
    • medium Dangerous commands cmd-pipe-to-shell-known-host README.md:18
      Pipe-to-shell installer from a well-known host (still executes remote code)
      curl -fsSL https://raw.githubusercontent.com/interskh/querit-search/main/install.sh | bash
    • low Dangerous commands cmd-pipe-to-shell-known-host install.sh:5
      Pipe-to-shell installer from a well-known host (still executes remote code) (code comment)
      # Usage: curl -fsSL https://raw.githubusercontent.com/interskh/querit-search/main/install.sh | bash
      comment
    • low Secrets in code secret-high-entropy-token package-lock.json:59
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…CNV+7cXy…ufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:150
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      "integrity": "sha5…TKB+CLq9…5n9/7yg8…FRw/iftTha1CJXA==",
      quoted
    • low Secrets in code secret-high-entropy-token package-lock.json:248
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…sIu+LxeW…jlv+CKHJM+cJLl…Ne3+vO6D…SuQ==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:285
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…GLw+xYSd…cqA==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:302
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…hCu+wO3O…kUg==",
      detector

    Files scanned: 9. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 52/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 1 mutating operations with no state check
    • 60Tools and files. Uses tools (web) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 100Steps. 10 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 595 tokens

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +5Description has no quoted example phrases that should trigger the skill
    • +4Description does not say when NOT to use the skill (false activations)
    • +1No license
    • +2Single-language instructions
    • +3Description length 187: enough signal without eating the budget
    • +4Structure: 10 headings
    • +3Step-by-step instructions: 10 items
    • +3Output format is stated explicitly
    • +4Has examples (5 code blocks)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 87.

    External checks

    ClawHub: suspicious
    This skill provides web search and page reading, but its installer and page-fetching behavior are too broadly scoped for low-friction automatic installation.
    LLM: suspicious (high) · VirusTotal: benign · 10 Sept 2026