Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Treasury Scenarios

v1.0.0

提供邮储银行司库系统核心业务场景查询,返回业务流程、接口组合及对应ASCII流程图支持模糊关键词匹配。

0· 193·0 current·0 all-time
bylbj@lbj-bnu

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lbj-bnu/treasury-scenarios.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Treasury Scenarios" (lbj-bnu/treasury-scenarios) from ClawHub.
Skill page: https://clawhub.ai/lbj-bnu/treasury-scenarios
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install treasury-scenarios

ClawHub CLI

Package manager switcher

npx clawhub@latest install treasury-scenarios
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description (treasury scenario lookups) align with the included scenarios.json and interfaces.json. However SKILL.md's declared file structure mentions handler.py and an assets/ directory which are not present in the package manifest — that mismatch suggests either missing files or inaccurate documentation.
Instruction Scope
SKILL.md describes keyword triggers and returning flows, interface lists, and ASCII/mermaid diagrams. The instructions do not tell the agent to read system files, access unexpected environment variables, or exfiltrate data; they appear scoped to searching the included JSON data and formatting output.
Install Mechanism
This is an instruction-only skill with no install specification and no binaries to fetch — lowest-risk install mechanism. Nothing in the package.json or SKILL.md attempts to pull remote code.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scenario/interface data contain fields like Base64 file content and a token-returning interface (601383) which are legitimate domain data but do not, by themselves, require credentials from the host.
Persistence & Privilege
Flags are default (not always:true). The skill does not request persistent/system-wide privileges. Autonomous invocation is allowed by platform default and is not by itself a concern here.
What to consider before installing
This skill appears to be a packaged reference for treasury interfaces and workflows and does not request credentials or install code. However: 1) SKILL.md claims handler.py and assets/ that are not included — ask the publisher why code is missing or whether the skill is intentionally read-only. 2) Source/homepage are unknown and the owner ID is opaque; prefer skills from known, verifiable authors for banking-related content. 3) Although the package itself doesn't exfiltrate secrets, interfaces.json includes an endpoint that returns login links/tokens — ensure the agent is not authorized to call production banking APIs and do not supply any bank credentials. 4) If you plan to use this skill in production or allow autonomous invocation, request the full source (handler code) and a publisher identity, and review any network calls the skill would make before enabling it.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e9q49arhpykhbx3c174re4n835bfc
193downloads
0stars
1versions
Updated 3h ago
v1.0.0
MIT-0

Treasury Scenarios Skill - 司库系统业务场景技能

描述

本技能提供邮储银行司库系统接口业务场景查询能力。当用户询问业务场景名称时,返回对应的业务流程、接口组合及可视化流程图。

能力

  • 根据场景名称/关键词匹配对应业务场景
  • 返回详细的业务流程步骤
  • 提供接口组合及调用顺序
  • 生成 ASCII 流程图/时序图
  • 支持场景列表查询

使用方法

触发方式

用户询问包含以下关键词时触发:

  • 业务场景
  • 接口组合
  • 如何实现 XXX
  • XXX 流程
  • 司库系统场景

示例查询

用户:工资代发怎么做?
助手:【工资发放场景】
流程:1.批量工资代发 (601114) → 2.结果查询 (601115)
[流程图]
用户:资金归集有哪些接口?
助手:【资金归集场景】
流程:1.查询归集明细 (601303) → 2.手工下拨 (601304) → 3.结果查询 (601732)
[流程图]

支持的业务场景

场景 ID场景名称关键词
SC001企业日常资金管理账户管理、余额查询、明细查询、资金监控
SC002员工工资发放工资代发、批量代发、薪资发放
SC003供应商付款管理供应商付款、单笔支付、申请单
SC004资金归集与下拨资金归集、下拨、资金池、内部调拨
SC005资金计划管理资金计划、预算填报、预算追加、预算查询
SC006融资还款管理融资还款、贷款还款、付款单
SC007免密登录集成免密登录、单点登录、令牌
SC008交易回单管理回单、电子回单、凭证
SC009账户历史余额查询历史余额、余额查询
SC010月度资金运营闭环资金运营、月度闭环、完整流程

场景数据结构

每个场景包含以下字段:

{
  "id": "SC001",
  "name": "企业日常资金管理",
  "keywords": ["账户管理", "余额查询", "明细查询", "资金监控"],
  "description": "实现企业银行账户的统一监控、资金头寸管理和交易流水查询",
  "interfaces": [
    {
      "code": "601113",
      "name": "查询租户下直连账户列表",
      "order": 1,
      "required": true
    },
    {
      "code": "601118",
      "name": "账户余额实时查询",
      "order": 2,
      "required": true
    },
    {
      "code": "601119",
      "name": "查询明细",
      "order": 3,
      "required": true
    },
    {
      "code": "601203",
      "name": "明细关联回单信息查询",
      "order": 4,
      "required": false
    }
  ],
  "flowDiagram": "ASCII 流程图",
  "value": "应用价值说明"
}

文件结构

treasury-scenarios/
├── SKILL.md              # 本文件
├── scenarios.json        # 场景数据
├── interfaces.json       # 接口详细信息
├── handler.py           # 处理逻辑
└── assets/              # 图片资源
    └── flowcharts/      # 流程图

注意事项

  1. 接口代码必须与文档一致
  2. 流程图使用 ASCII 或 mermaid 格式
  3. 支持模糊匹配场景关键词
  4. 无匹配时返回场景列表供用户选择

版本

  • v1.0.0 - 初始版本,包含 10 个核心业务场景

Comments

Loading comments...