SKILLEMALL.ai

BD Tripadvisor

Find and compare Tripadvisor hotels, restaurants, and attractions with official API workflows, URL-first navigation, and policy-safe data handling.

ClawHub Agent Skills author: Iván v1.0.0 7 files body ≈ 1 339 tokens Open the sourceclawhub.ai analyzed 10 h ago

Find and compare Tripadvisor hotels, restaurants, and attractions with official API workflows, URL-first navigation, and policy-safe data handling.

As a process D 49/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationSecuritytype and topics are labelled automatically from the skill text
JSON
Technical rating
B
86/100
safety, quality, tests
Safety 60%
92
Quality 40%
76
Run on models
none yet
Process rating
D
49/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

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 · 8

    ✓ No critical or high findings

    Medium and low: 8
    • low Exfiltration exfil-secret-in-url api-workflows.md:8
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -sS -i "https://api.tripadvisor.com/api/partner/2.0/location/search?query=…&key=…" | sed -n '1,20p'
      placeholder
    • low Exfiltration net-credential-use api-workflows.md:8
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl -sS -i "https://api.tripadvisor.com/api/partner/2.0/location/search?query=…&key=…" | sed -n '1,20p'
      vendor-host
    • low Exfiltration exfil-secret-in-url api-workflows.md:18
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -sS "https://api.tripadvisor.com/api/partner/2.0/location/search?query=…&key=…" \
      placeholder
    • low Exfiltration net-credential-use api-workflows.md:18
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl -sS "https://api.tripadvisor.com/api/partner/2.0/location/search?query=…&key=…" \
      vendor-host
    • low Exfiltration exfil-secret-in-url api-workflows.md:37
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -sS "https://api.tripadvisor.com/api/partner/2.0/location/${LOCATION_ID}?key=…" \
      placeholder
    • low Exfiltration net-credential-use api-workflows.md:37
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl -sS "https://api.tripadvisor.com/api/partner/2.0/location/${LOCATION_ID}?key=…" \
      vendor-host
    • low Exfiltration exfil-secret-in-url api-workflows.md:44
      Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)
      curl -sS "https://api.tripadvisor.com/api/partner/2.0/location/${LOCATION_ID}/nearby_search?key=…" \
      placeholder
    • low Exfiltration net-credential-use api-workflows.md:44
      Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
      curl -sS "https://api.tripadvisor.com/api/partner/2.0/location/${LOCATION_ID}/nearby_search?key=…" \
      vendor-host

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

    Against the Agent Skills spec

    • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
    • note frontmatter-key unknown frontmatter key "slug"
    • note frontmatter-key unknown frontmatter key "homepage"
    • note frontmatter-key unknown frontmatter key "changelog"

    Process rating: all ten parameters 49/100

    • 0Result and completion. Does not say what the result is
    • 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
    • 30Running it twice. 2 mutating operations with no state check
    • 55Failures and branches. 1 branches
    • 60Tools and files. Uses tools (web) that frontmatter does not declare
    • 100Steps. 30 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 1339 tokens
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
    • low 12 top-level sections: this looks like several domains in one skill

    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)
    • +3Output format is not stated: the model decides each time
    • +1No license
    • +2Single-language instructions
    • +3Description length 147: enough signal without eating the budget
    • +4Structure: 19 headings
    • +3Step-by-step instructions: 30 items
    • +4Has examples (1 code blocks)

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

    External checks

    ClawHub: suspicious
    The skill is mostly purpose-aligned, but needs review because its API examples place the Tripadvisor API key in URL command arguments while the privacy text understates credential transmission.
    LLM: suspicious (high) · VirusTotal: · 11 Sept 2026