BF dataify-airbnb-product-by-searchurl
Prepare Dataify builder requests for the airbnb.com scraper family rooted at airbnb_product_by-searchurl. Use when needs to work with the successful Dataify scraper detail entry for airbnb_product_by-searchurl, let the user choose one of its available tools, read saved getToolParams options, and generate a scraperapi.dataify.com/builder curl request with DATAIFY_API_TOKEN.
Prepare Dataify builder requests for the airbnb.com scraper family rooted at airbnbproductby-searchurl. Use when needs to work with the successful Dataify…
As a process F 42/100 · Will not run — References files that are not bundled: references/tool-params.json, scripts/build-dataify-request.ps1
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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.
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
- The text references files that are not there: add them or drop the references.
- 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 · 4
✓ No critical or high findings
Medium and low: 4
-
medium Dangerous commands
cmd-shell-rcSKILL.md:49Writes to a shell startup fileecho 'export DATAIFY_API_TOKEN="your_token_here"' >> ~/.bashrc
-
medium Dangerous commands
cmd-shell-rcSKILL.md:55Writes to a shell startup fileecho 'export DATAIFY_API_TOKEN="your_token_here"' >> ~/.zshrc
-
medium Dangerous commands
cmd-shell-rcSKILL.zh-CN.md:52Writes to a shell startup fileecho 'export DATAIFY_API_TOKEN="your_token_here"' >> ~/.bashrc
-
medium Dangerous commands
cmd-shell-rcSKILL.zh-CN.md:59Writes to a shell startup fileecho 'export DATAIFY_API_TOKEN="your_token_here"' >> ~/.zshrc
Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: references/tool-params.json - warning
missing-refreference to a missing file: scripts/build-dataify-request.ps1
Process rating: all ten parameters 42/100
- 0Tools and files. 2 referenced file(s) missing: references/tool-params.json, scripts/build-dataify-request.ps1
- 0Result and completion. Does not say what the result is
- 20When it triggers. No condition that starts the skill
- 30Inputs and preconditions. Does not say what the process needs to start
- 40Consistency. Frontmatter name (dataify-airbnb-product-by-searchurl) differs from the folder (scraper-airbnb-product-by-searchurl)
- 60Failures and branches. 2 branches
- 100Steps. 27 steps
- 100Execution cost. Instruction body is 1072 tokens
- 100Running it twice. No mutating operations
- 100Progress reporting. Reports progress
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 376: enough signal without eating the budget
- +4Structure: 6 headings
- +3Step-by-step instructions: 27 items
- +4Has examples (8 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.