📦 FUTA Express package tracking skill (VN) — 越南FUTA快递追踪
v1.0.0通过FUTA Express(Phương Trang)公开API实时追踪越南包裹物流状态,只需输入运单号即可查询运输进度与签收信息。
0· 826·0 当前·0 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: it queries a FUTA Express public API and formats the response. Before installing or using it, be aware that the API response can include sensitive personal data (recipient phone numbers and national ID numbers). Consider these precautions: only query tracking codes you are authorized to check; prefer that the skill mask or redact ID/phone values by default (show only last 2–4 digits); require explicit user confirmation before displaying full PII; and verify...详细分析 ▾
✓ 用途与能力
Name/description match the SKILL.md: it calls a public FUTA Express API endpoint to fetch tracking info and formats the response. There are no unrelated environment variables, binaries, or install steps requested.
ℹ 指令范围
Instructions stay within tracking scope (extract tracking code, call API, parse JSON, present fields). However the skill mandates showing full response data and may display sensitive recipient PII (phone numbers, ID numbers) returned by the API. The guidance to 'always show the full response' and the explicit inclusion of receive_identity/receive_phone increases privacy exposure; consider limiting or masking by default.
✓ 安装机制
Instruction-only skill with no install spec and no code files — lowest-risk install footprint. The runtime uses a web_fetch call as expected.
✓ 凭证需求
No environment variables, credentials, or config paths are requested. Requested data (tracking code) is appropriate for the purpose. The only proportionality concern is data returned by the API (third-party PII) but that is a function of the API response, not extra credentials requested by the skill.
✓ 持久化与权限
Skill does not request always:true or system-wide configuration changes. It is user-invocable and can be invoked autonomously (platform default), which is normal for skills.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/10
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install futa-tracker
镜像加速npx clawhub@latest install futa-tracker --registry https://cn.longxiaskill.com✓ 镜像可用