FF wenjuan-survey
问卷网(www.wenjuan.com)- 人人都好用的在线问卷调查平台。涉及「问卷」「调查」「收集」「表单」「投票」「评选」「报名」「登记」「考试」「测评」「趣味测试」「心理测试」「满意度」「在线收款」「360评估」「问卷网」「wenjuan.com」等操作时优先使用。支持能力:(1) 创建并发布问卷(对外开收前须用户明确确认标题/类型/概要)- 四类项目均走 workflow_create_and_publish.js 并按类型传 --type:survey 调研、assess 测评/打分测验、vote 投票/评选、form 表单/报名登记;题目除默认模板外支持本地题目 JSON(-f/--text-file)、链接 JSON(--url)、stdin JSON(--stdin);设计稿格式 txt/docx/xlsx/pdf 均须先转为题目 JSON 再导入;勿把投票、表单、测评默认当成 survey (2) 获取创建的问卷列表 (3) 编辑问卷项目信息和题目 (4) 发布/停止问卷收集 (5) 查看报表(默认自动用浏览器打开 /report/topic/{project_id})(6) 下载原始数据 (7) 数据概况(overview_stats.js,答卷数/浏览量/完成率等)。支持场景:调查(survey)、测评/考试(assess)、投票(vote)、表单(form)。
As a process F 31/100 · Will not run — References files that are not bundled: ..., examples/*.json, examples/college_pocket_money_from_docx.json
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
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
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 18
-
high Dangerous commands
cmd-pipe-to-shellreferences/check_env.md:67Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
-
high Dangerous commands
cmd-pipe-to-shellreferences/check_env.md:191Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
-
high Dangerous commands
cmd-pipe-to-shellsetup.sh:120Downloads and executes remote code from an unrecognised host (pipe to shell)curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
Medium and low: 15
-
medium Dangerous commands
cmd-pipe-to-shell-known-hostreferences/check_env.md:251Pipe-to-shell installer from a well-known host (still executes remote code)curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:176High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…yRm+Gznz…W0l/jfpJ…0Aw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:290High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…VBA+P//FNBi…CRg+FA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:390High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…cqC+1NVO…cGw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:506High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…dMe+vN1i…Z2Y+Z4u1…80Q==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:618High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…9dM/mwVgvbZJaSNaRk+bshk…Kbz+IoId…W0Q==",
detector -
low Dangerous commands
cmd-privilegereferences/check_env.md:67Privilege escalation / world-writable permissions (detector / deny-list definition)curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
detector -
low Dangerous commands
cmd-privilegereferences/check_env.md:191Privilege escalation / world-writable permissions (detector / deny-list definition)curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
detector -
low Dangerous commands
cmd-privilegesetup.sh:120Privilege escalation / world-writable permissions (detector / deny-list definition)curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
detector -
low Dangerous commands
cmd-pipe-to-shellsetup.sh:198Downloads and executes remote code from an unrecognised host (pipe to shell) (detector / deny-list definition; string literal in code, not executed)echo " CentOS: curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - && sudo yum install -y nodejs"
detectorcode literal -
low Dangerous commands
cmd-privilegesetup.sh:198Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)echo " CentOS: curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - && sudo yum install -y nodejs"
detectorcode literal -
low Dangerous commands
cmd-pipe-to-shellsetup.sh:375Downloads and executes remote code from an unrecognised host (pipe to shell) (detector / deny-list definition; string literal in code, not executed)echo " CentOS: curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - && sudo yum install -y nodejs"
detectorcode literal -
low Dangerous commands
cmd-privilegesetup.sh:375Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)echo " CentOS: curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - && sudo yum install -y nodejs"
detectorcode literal -
low Dangerous commands
cmd-pipe-to-shellsetup.sh:399Downloads and executes remote code from an unrecognised host (pipe to shell) (detector / deny-list definition; string literal in code, not executed)echo " CentOS: curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - && sudo yum install -y nodejs"
detectorcode literal -
low Dangerous commands
cmd-privilegesetup.sh:399Privilege escalation / world-writable permissions (detector / deny-list definition; string literal in code, not executed)echo " CentOS: curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - && sudo yum install -y nodejs"
detectorcode literal
Files scanned: 60. 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
body-longSKILL.md body ≈ 5015 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: ... - warning
missing-refreference to a missing file: examples/*.json - warning
missing-refreference to a missing file: examples/college_pocket_money_from_docx.json - note
frontmatter-keyunknown frontmatter key "description_zh" - note
frontmatter-keyunknown frontmatter key "description_en" - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 31/100
- 0Tools and files. 3 referenced file(s) missing: ..., examples/*.json, examples/college_pocket_money_from_docx.json
- 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
- 30Running it twice. 30 mutating operations with no state check
- 70Execution cost. Instruction body is 5015 tokens
- 100Steps. 42 steps
- 100Consistency. Name and required fields are in place
- low 14 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
- -313 of 35 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 601: enough signal without eating the budget
- +4Structure: 30 headings
- +3Step-by-step instructions: 42 items
- +4Has examples (14 code blocks)
- +4Reference files are cited in the instructions (19 of 19)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 48.