← 返回 Skills 市场
eladrave

SimpleFIN Bank Connection

作者 eladrave · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install simplefin
功能描述
Connects to bank accounts and fetches financial transactions via the SimpleFIN API. Use when the user wants to check bank balances, review recent transaction...
安全使用建议
This skill appears to do what it claims, but take these precautions before installing: (1) Only use it if you trust bridge.simplefin.org and the Setup Token source. (2) Inspect and/or run the included script in a sandbox: it uses execSync to call curl with unescaped input (possible command injection) — prefer replacing shell calls with Node's https/http or a vetted HTTP library. (3) Don’t store the returned Access URL in an insecure plaintext file on shared systems; treat it as a secret (use secure storage or secrets manager). (4) Note SKILL.md mentions an env variable (SIMPLEFIN_ACCESS_URL) that isn't declared — if you rely on that, ensure it's set securely. (5) If you lack confidence in the script, ask the developer for a version that avoids shell execution and documents secure storage/rotation of the Access URL. If you decide to proceed, limit the skill's use to explicit, user-invoked actions and avoid granting it any broader unattended access to sensitive data.
功能分析
Type: OpenClaw Skill Name: simplefin Version: 1.0.2 The skill contains a critical shell injection vulnerability in `scripts/simplefin_api.js` where user-provided input (the Setup Token) is base64-decoded and passed directly into a shell command via `execSync` without sanitization. Additionally, the skill instructions in `SKILL.md` direct the agent to store sensitive financial API credentials, including a plaintext username and password, in a local file (`memory/simplefin_url.txt`). While these actions support the stated purpose of connecting to the SimpleFIN API, the lack of input validation and insecure credential storage represent significant security risks.
能力评估
Purpose & Capability
The name/description align with the script and docs: the skill claims to use the SimpleFIN Bridge flow and the included Node.js script implements that flow (claim token, call /accounts, list transactions). Minor mismatch: SKILL.md references checking an environment variable (SIMPLEFIN_ACCESS_URL in openclaw.json) and a workspace file (memory/simplefin_url.txt), but the package metadata declares no required env vars — this is an undocumented expectation rather than a fatal inconsistency.
Instruction Scope
Runtime instructions tell the agent to prompt for a Setup Token, run the provided Node.js script to exchange it for an Access URL, and save that URL to memory/simplefin_url.txt. That means the agent will collect and persist sensitive credentials. The SKILL.md also references env/config locations that are not declared. The script executes shell curl commands via child_process.execSync with interpolated strings (claim URL and access URL-derived requests), which risks command injection if inputs are not strictly trusted/validated.
Install Mechanism
There is no install spec (instruction-only style) and a single included script file. That minimizes install-time risk, but the runtime behavior (shelling out to curl from Node via execSync) is a code-level risk and should be audited before use.
Credentials
The skill requires no external credentials in its metadata, which is proportionate. However, the workflow produces and requires storing an Access URL containing HTTP basic-auth credentials (username:password in the URL). The skill advises saving that Access URL in plaintext at memory/simplefin_url.txt — this is sensitive and not addressed in the declared requirements or guidance for secure storage.
Persistence & Privilege
always:false and no OS restrictions — the skill does not demand permanent forced presence. It instructs saving the Access URL to the workspace (memory/simplefin_url.txt), which is normal for credentials caching but should be considered sensitive. The skill does not modify other skills or global agent config per the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simplefin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simplefin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Added developer API reference guide
v1.0.1
Fix auth flow to use Setup Token instead of Access URL
v1.0.0
Initial release
元数据
Slug simplefin
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

SimpleFIN Bank Connection 是什么?

Connects to bank accounts and fetches financial transactions via the SimpleFIN API. Use when the user wants to check bank balances, review recent transaction... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 SimpleFIN Bank Connection?

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

SimpleFIN Bank Connection 是免费的吗?

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

SimpleFIN Bank Connection 支持哪些平台?

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

谁开发了 SimpleFIN Bank Connection?

由 eladrave(@eladrave)开发并维护,当前版本 v1.0.2。

💬 留言讨论