Scan Report
5 /100
wishpond
Wishpond integration. Manage data, records, and automate workflows using Membrane CLI.
纯文档型技能,无代码文件,所有功能均已在 SKILL.md 中完整声明,使用官方 Membrane CLI 与 Wishpond API 交互,无阴影行为。
Safe to install
可安全使用。建议确认 @membranehq/cli 版本锁定以防范供应链攻击。
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | npm 包安装无版本锁定 | SKILL.md:26 |
| Info | membrane request 具备代理请求能力 | SKILL.md:55 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | SKILL.md 全程无文件读写操作,仅通过 CLI 输出结果 |
| Network | READ | READ | ✓ Aligned | SKILL.md:36-68 所有网络操作通过 membrane request 发往 Wishpond API,行为与声明一致 |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:26-27 npm install、membrane login 等命令均已声明 |
| Environment | NONE | NONE | — | SKILL.md 无任何环境变量读取或写入 |
| Skill Invoke | NONE | NONE | — | SKILL.md 不涉及子技能调用 |
| Clipboard | NONE | NONE | — | SKILL.md 无剪贴板操作 |
| Browser | NONE | NONE | — | SKILL.md 中 membrane login 触发浏览器认证窗口,但属于 Membrane CLI 内置行为,不在本技能控制范围内 |
| Database | NONE | NONE | — | SKILL.md 无数据库操作 |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://developers.wishpond.com/ SKILL.md:19 File Tree
1 files · 4.6 KB · 132 lines Markdown 1f · 132L
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@membranehq/cli | * | npm | No | SKILL.md 未锁定版本,建议指定 @latest 或具体版本号 |
Security Positives
✓ 纯文档型技能,无脚本文件,无执行代码,完全排除阴影功能可能性
✓ 所有网络和 shell 操作均已在 SKILL.md 中完整声明,文档-行为一致性100%
✓ 凭证管理交由 Membrane 平台处理,本技能不持有或传输明文密钥
✓ 无文件读写、无环境变量访问、无凭证收割、无数据外传
✓ 使用业界知名 CLI 工具 @membranehq/cli,非自建隐蔽后门