← 返回 Skills 市场
harrylabsj

Stablecoin Use Check

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stablecoin-use-check
功能描述
A decision guide that helps users evaluate whether a stablecoin use case makes sense for them. Use when the user is considering holding or using a stablecoin...
安全使用建议
This skill claims to be prompt-only but includes handler.py that reads a SKILL.md from a hardcoded directory (/Users/jianghaidong/.openclaw/skills/{skill_name}). That is inconsistent and could allow the skill to read files on the host. Before installing: (1) ask the author why handler.py must read local files and why a specific user path is hardcoded; (2) request removal of handler.py or that file reads be removed or sanitized (no absolute hardcoded home, no unsanitized skill_name); (3) if you must run it, do so in a sandboxed environment; (4) verify tests actually exercise file I/O — the provided test calls handle({}) but the handler will attempt to open a file, which is another inconsistency that should be resolved. If you don't trust the author or they cannot justify the file access, do not install.
功能分析
Type: OpenClaw Skill Name: stablecoin-use-check Version: 1.0.0 The skill contains a hardcoded absolute file path in handler.py referencing a specific local user directory (/Users/jianghaidong/.openclaw/skills/), which leaks developer environment details and indicates poor security hygiene. While the SKILL.md content is a benign prompt-only guide for stablecoin evaluation, the handler logic is poorly constructed and potentially vulnerable to path traversal if the skill_name parameter is manipulated, even though no explicit exfiltration logic is present.
能力标签
crypto
能力评估
Purpose & Capability
The SKILL.md describes a prompt-only decision guide with no platform integration, yet the repository contains handler.py that reads a SKILL.md from an absolute path under /Users/jianghaidong/.openclaw/skills/{skill_name}. Reading local files is not needed for a prompt-only guide and therefore does not align with the stated purpose.
Instruction Scope
The runtime instructions explicitly say 'Prompt-only, no platform integration', but handler.py attempts to open and read a local SKILL.md file. The SKILL.md instructions do not mention any file reads or accessing the user's filesystem. The handler accepts a skill_name and constructs an unsanitized path, which could enable reading unexpected files if manipulated.
Install Mechanism
There is no install specification (instruction-only), so nothing is written to disk by an installer. This is the lowest-risk install mechanism.
Credentials
The skill declares no environment variables or credentials, yet the code accesses a hardcoded user home path (/Users/jianghaidong/...). Accessing local configuration files is not declared in the metadata and is disproportionate to a prompt-only decision guide. The code also lacks path sanitization, raising potential file-access/exfiltration concerns.
Persistence & Privilege
The skill is not set to always:true and does not request persistent presence or modify other skills. There is no declared autonomous privilege escalation beyond the normal agent invocation model.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stablecoin-use-check
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stablecoin-use-check 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of stablecoin-use-check skill. - Provides a structured decision guide for users considering stablecoin use. - Assesses user goals, compares with alternatives, highlights key risks, and offers tailored fit recommendations. - Addresses edge cases: long-term holding, cross-border transfers, and regulatory concerns. - Delivered entirely via prompt; no platform integration or specific product endorsements.
元数据
Slug stablecoin-use-check
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stablecoin Use Check 是什么?

A decision guide that helps users evaluate whether a stablecoin use case makes sense for them. Use when the user is considering holding or using a stablecoin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。

如何安装 Stablecoin Use Check?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stablecoin-use-check」即可一键安装,无需额外配置。

Stablecoin Use Check 是免费的吗?

是的,Stablecoin Use Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Stablecoin Use Check 支持哪些平台?

Stablecoin Use Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Stablecoin Use Check?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论