FF agent-handshake
通用 Agent 握手 — 自动发现、注册、打通任意服务器上的 AI Agent。服务器侧生成身份牌(自动识别 OpenCode/LangChain/CrewAI/通用FastAPI/MCP),本地侧持久化记忆,Cloudflare Tunnel 穿透 NAT。触发词:握手、连接 agent、发现 agent、快速握手、注册服务器、打通隧道、打洞、内网穿透。
通用 Agent 握手 — 自动发现、注册、打通任意服务器上的 AI Agent。服务器侧生成身份牌(自动识别 OpenCode/LangChain/CrewAI/通用FastAPI/MCP),本地侧持久化记忆,Cloudflare Tunnel 穿透 NAT。触发词:握手、连接 agent、发现…
As a process F 35/100 · Will not run — References files that are not bundled: references/servers/lvliefeng.json, references/servers/_index.json, references/servers/<hostname>.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 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
- 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 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 · 5
-
high Exfiltration
exfil-webhook-urlSKILL.md:161Webhook / callback URL commonly used for exfiltration (verify the destination)🌍 公网地址: https://random-name.trycloudflare.com
-
high Exfiltration
exfil-webhook-urlSKILL.md:165Webhook / callback URL commonly used for exfiltration (verify the destination)handshake.sh https://random-name.trycloudflare.com "你的问题"
-
high Exfiltration
exfil-webhook-urlSKILL.md:175Webhook / callback URL commonly used for exfiltration (verify the destination)bash scripts/accept.sh lvliefeng https://random-name.trycloudflare.com
-
high Exfiltration
exfil-webhook-urlSKILL.md:317Webhook / callback URL commonly used for exfiltration (verify the destination)│ 🔗 隧道: https://xxx.trycloudflare.com │
Medium and low: 1
-
medium Exfiltration
exfil-webhook-urlSKILL.md:145Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)服务器主动出站连接 Cloudflare(不需要开放入站端口),Cloudflare 分配一个 `https://xxx.trycloudflare.com` 公网地址。本地直接连这个地址,Cloudflare 转发到服务器。
quoted
Files scanned: 2. 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: references/servers/lvliefeng.json - warning
missing-refreference to a missing file: references/servers/_index.json - warning
missing-refreference to a missing file: references/servers/<hostname>.json - warning
missing-refreference to a missing file: scripts/accept.sh - warning
missing-refreference to a missing file: scripts/discover.sh - warning
missing-refreference to a missing file: scripts/tunnel.sh - warning
missing-refreference to a missing file: scripts/config.sh - warning
missing-refreference to a missing file: scripts/handshake.sh - note
frontmatter-keyunknown frontmatter key "agent_created"
Process rating: all ten parameters 35/100
- 0Tools and files. 8 referenced file(s) missing: references/servers/lvliefeng.json, references/servers/_index.json, references/servers/<hostname>.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
- 100Steps. 15 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2407 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
- +1No license
- +2Single-language instructions
- +3Description length 180: enough signal without eating the budget
- +4Structure: 26 headings
- +3Step-by-step instructions: 15 items
- +4Has examples (18 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 59.