SKILLEMALL.ai

BF hotel-price-finder

Compare hotel prices across Booking.com, Agoda, Trip.com in real-time. Free multi-OTA price comparison with direct booking links. No API key required.

ClawHub Agent Skills author: Yang v1.1.0 MIT-0 4 files body ≈ 1 104 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process F 54/100 · Will not run — References files that are not bundled: url

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
76/100
safety, quality, tests
Safety 60%
74
Quality 40%
80
Run on models
none yet
Process rating
F
54/100
Will not run
References files that are not bundled: url
Tools and files w 18
0
Inputs and preconditions w 11
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.

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. The text references files that are not there: add them or drop the references.
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 · 10

✓ No critical or high findings

Medium and low: 10
  • medium Exfiltration net-credential-use SKILL.md:47
    Credential used in a network call (verify the destination is the intended service)
    curl -s "https://data.xotelo.com/api/list?location_key=…&limit=…"
  • medium Exfiltration net-credential-use SKILL.md:53
    Credential used in a network call (verify the destination is the intended service)
    curl -s "https://data.xotelo.com/api/rates?hotel_key=…&chk_in=…&chk_out=…&currency=…"
  • medium Exfiltration net-credential-use SKILL.md:71
    Credential used in a network call (verify the destination is the intended service)
    curl -s "https://data.xotelo.com/api/heatmap?hotel_key=…&currency=…"
  • medium Exfiltration net-credential-use SKILL.md:78
    Credential used in a network call (verify the destination is the intended service)
    curl -s -X POST "https://api.apify.com/v2/acts/knagymate~fast-agoda-scraper/runs?token=…" \
  • low Exfiltration exfil-secret-in-url skill-card.md:31
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    - [Xotelo hotel list API](https://data.xotelo.com/api/list?location_key=…&limit=…) <br>
    placeholder
  • low Exfiltration exfil-secret-in-url skill-card.md:32
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    - [Xotelo hotel rates API](https://data.xotelo.com/api/rates?hotel_key=…&chk_in=…&chk_out=…&currency=…) <br>
    placeholder
  • low Exfiltration exfil-secret-in-url SKILL.md:47
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl -s "https://data.xotelo.com/api/list?location_key=…&limit=…"
    placeholder
  • low Exfiltration exfil-secret-in-url SKILL.md:53
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl -s "https://data.xotelo.com/api/rates?hotel_key=…&chk_in=…&chk_out=…&currency=…"
    placeholder
  • low Exfiltration exfil-secret-in-url SKILL.md:71
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl -s "https://data.xotelo.com/api/heatmap?hotel_key=…&currency=…"
    placeholder
  • low Exfiltration exfil-secret-in-url SKILL.md:78
    Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
    curl -s -X POST "https://api.apify.com/v2/acts/knagymate~fast-agoda-scraper/runs?token=…" \
    placeholder

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

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: url
  • note frontmatter-key unknown frontmatter key "env"

Process rating: all ten parameters 54/100

Will not run. References files that are not bundled: url
  • 0Tools and files. 1 referenced file(s) missing: url
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 60Result and completion. Output format stated, no completion criterion
  • 100Steps. 5 steps
  • 100Failures and branches. 2 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1104 tokens
  • 100Running it twice. No mutating operations

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 150: enough signal without eating the budget
  • +4Structure: 14 headings
  • +3Step-by-step instructions: 5 items
  • +3Output format is stated explicitly
  • +4Has examples (7 code blocks)

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

External checks

ClawHub: clean
This is an instruction-only hotel price comparison skill whose network use is consistent with finding hotel prices, with no hidden installer, persistence, or unrelated local access.
LLM: benign (high) · VirusTotal: · 29 May 2026