Scan Report
5 /100
buildchatbot
BuildChatbot integration. Manage data, records, and automate workflows.
该技能仅包含 SKILL.md 文档,无可执行代码,所有操作通过官方 Membrane CLI 进行,声明与文档一致,无恶意行为。
Safe to install
可安全使用。该技能仅提供 BuildChatbot 集成文档,无脚本代码,所有功能通过 membrane CLI 实现。
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | 纯文档技能 | SKILL.md:1 |
| Info | Membrane 凭证管理 | SKILL.md:18 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md:1 - 无文件操作代码 |
| Network | READ | READ | ✓ Aligned | SKILL.md:45-65 - 通过 membrane CLI 代理请求 |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:20-30 - npm install 和 membrane 命令 |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://www.ibm.com/docs/en/watson-assistant/v1?topic=applications-building-chatbot SKILL.md:19 File Tree
1 files · 4.4 KB · 127 lines Markdown 1f · 127L
└─
SKILL.md
Markdown
Security Positives
✓ 仅包含文档,无代码执行风险
✓ 使用官方 membrane CLI,非自定义网络请求
✓ 凭证管理由平台端处理,无本地密钥存储
✓ 文档清晰,声明与功能一致
✓ 遵循最小权限原则(通过 CLI 代理而非直接 API)