Scan Report
5 /100
ovhcloud
OVHcloud integration. Manage data, records, and automate workflows.
纯文档型技能,无代码实现,仅声明使用 Membrane CLI 与 OVHcloud API 交互,无恶意行为
Safe to install
可安全使用
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | npm 包安装无版本锁定 | SKILL.md:28 |
| Low | npx 使用 @latest 标签 | SKILL.md:82 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md: 通过 membrane request 代理 API 请求 |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md: 通过 membrane CLI 执行命令 |
| Filesystem | NONE | NONE | — | 无文件操作代码 |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://developers.ovh.com/ SKILL.md:19 File Tree
1 files · 4.3 KB · 124 lines Markdown 1f · 124L
└─
SKILL.md
Markdown
Security Positives
✓ 纯文档型技能,无执行代码,无法直接执行恶意操作
✓ 文档声明清晰,功能单一(OVHcloud API 代理)
✓ 无访问敏感文件路径(~/.ssh、~/.aws、.env)
✓ 无凭证收割行为
✓ 无远程代码执行管道
✓ 通过 Membrane 代理请求,有安全层保护