BF event-planning-skill
活动演出出行规划助手,整合小红书攻略搜索和飞猪出行预订。专门用于演唱会、漫展、体育赛事等活动的完整行程规划,包括:活动信息搜索、场地周边攻略、交通住宿预订、行程安排优化。使用场景:用户计划参加线下活动需要一站式解决方案时。触发词:"去看演唱会"、"去漫展"、"看演出"、"参加活动"、"CP 展"、"音乐节"、"livehouse"、"体育赛事"等。
As a process F 31/100 · Will not run — References files that are not bundled: {图片URL}, {链接URL}
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 3
✓ No critical or high findings
Medium and low: 3
-
medium Dangerous commands
cmd-pipe-to-shell-known-hostscripts/setup.sh:100Pipe-to-shell installer from a well-known host (still executes remote code)if curl -LsSf https://astral.sh/uv/install.sh 2>/dev/null | sh 2>/dev/null; then
-
low Dangerous commands
cmd-pipe-to-shell-known-hostscripts/setup.sh:107Pipe-to-shell installer from a well-known host (still executes remote code) (string literal in code, not executed)ERRORS="${ERRORS}\n- [xhs-cli] uv 安装失败,请手动执行:curl -LsSf https://astral.sh/uv/install.sh | sh"code literal -
low Dangerous commands
cmd-pipe-to-shell-known-hostscripts/setup.sh:111Pipe-to-shell installer from a well-known host (still executes remote code) (string literal in code, not executed)ERRORS="${ERRORS}\n- [xhs-cli] uv 安装失败,请手动执行:curl -LsSf https://astral.sh/uv/install.sh | sh"code literal
Files scanned: 7. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: {图片URL} - warning
missing-refreference to a missing file: {链接URL}
Process rating: all ten parameters 31/100
- 0Tools and files. 2 referenced file(s) missing: {图片URL}, {链接URL}
- 0Result and completion. Does not say what the result is
- 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
- 40Consistency. Frontmatter name (event-planning-skill) differs from the folder (event-travel-planner)
- 100Steps. 32 steps
- 100Execution cost. Instruction body is 1462 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)
- +3Output format is not stated: the model decides each time
- -31 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 175: enough signal without eating the budget
- +4Structure: 10 headings
- +3Step-by-step instructions: 32 items
- +4Has examples (5 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.