BF cue-buddy
Use when the user wants to author / validate / debug / test / tune / pin-as-frequent a Cue 搭子(buddy) research template for a recurring scenario (corporate-credit pre-diligence, compliance snapshot, earnings review, private-fund DD, etc.) via natural conversation. 让业务专家在自己的 AI agent 里无需写代码,用自然语言起草、校验、调试、测试并提交 Cue 搭子模板:跨检查能力目录核验每个证据源、跑测试验证模板质量、按需调优,最终提交到 cuecue.cn 个人模板库供 cue-research 复用。Triggers: 创建搭子 / 做一个 X 搭子 / 调试模板 / 测试我的搭子 / 提交模板 / 设为常用 / design a buddy for X / mark template as frequent. Public-data tool surface only — refuse for private-data scenarios (real AML / medical diagnosis / internal accounting).
Use when the user wants to author / validate / debug / test / tune / pin-as-frequent a Cue 搭子(buddy) research template for a recurring scenario…
As a process F 39/100 · Will not run — References files that are not bundled: ../cue-research, ../community-invite.md
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 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".
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
- 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 · 10
✓ No critical or high findings
Medium and low: 10
-
medium Exfiltration
net-redirectable-api-keyscripts/cue_api.py:165Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/test_capabilities_client.py:114Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/test_corporate_credit_coverage.py:139Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
medium Exfiltration
net-redirectable-api-keyscripts/test_cue_api_client_contract.py:225Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
low Secrets in code
secret-high-entropy-tokenscripts/test_capabilities_client.py:208High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Case…mes(unittest.TestCase):
fixture -
low Secrets in code
secret-high-entropy-tokenscripts/test_skill_regression.py:34High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Case…ame(unittest.TestCase):
fixture -
low Secrets in code
secret-high-entropy-tokenscripts/test_skill_regression.py:55High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Case…les(unittest.TestCase):
fixture -
low Secrets in code
secret-high-entropy-tokenscripts/test_skill_regression.py:112High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Case…ion(unittest.TestCase):
fixture -
low Secrets in code
secret-high-entropy-tokenscripts/test_skill_regression.py:175High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Case…int(unittest.TestCase):
fixture -
low Secrets in code
secret-high-entropy-tokenscripts/test_skill_regression.py:229High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)class Case…ies(unittest.TestCase):
fixture
Files scanned: 22. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: ../cue-research - warning
missing-refreference to a missing file: ../community-invite.md
Process rating: all ten parameters 39/100
- 0Tools and files. 2 referenced file(s) missing: ../cue-research, ../community-invite.md
- 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
- 30Running it twice. 19 mutating operations with no state check
- 70When it triggers. States when to use, but not when not to
- 100Steps. 56 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3961 tokens
- low 15 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (18 tags): a typed call is more reliable
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
- -37 of 12 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +3Description length 615: enough signal without eating the budget
- +4Structure: 20 headings
- +3Step-by-step instructions: 56 items
- +4Has examples (3 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 77.