扫描报告
20 /100
product-hunt
Product Hunt integration — manage posts, comments, makers, and topics via the Membrane CLI.
A legitimate Product Hunt integration using the Membrane CLI with no malicious behavior detected; minor documentation gaps around capability declarations.
可以安装
Add explicit capability declarations to the SKILL.md header for full transparency. Pin the @membranehq/cli version (e.g., @membranehq/[email protected]) to prevent supply chain surprises.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Unpinned @membranehq/cli version 供应链 | SKILL.md:56 |
| 低危 | Missing shell:WRITE capability declaration in header 文档欺骗 | SKILL.md:1 |
| 低危 | Browser interaction not declared 文档欺骗 | SKILL.md:64 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✓ 一致 | SKILL.md:56 - npm install -g @membranehq/cli; SKILL.md:62-88 - membrane login, c… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:7 - declared as 'Requires network access'; all network calls routed thr… |
| 文件系统 | NONE | NONE | — | No file operations found |
| 浏览器 | NONE | READ | ✓ 一致 | SKILL.md:64 - membrane login opens browser for OAuth flow, not declared in heade… |
2 项发现
中危 外部 URL 外部 URL
https://getmembrane.com SKILL.md:7 中危 外部 URL 外部 URL
https://api.producthunt.com/v2/docs SKILL.md:19 目录结构
1 文件 · 4.3 KB · 128 行 Markdown 1f · 128L
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@membranehq/cli | unspecified (latest) | npm | 否 | No version pin in SKILL.md install command; could pull a compromised future version |
安全亮点
✓ No credential theft: Membrane handles auth server-side with no local secret storage
✓ No code execution beyond documented CLI commands: No eval(), base64 decode, or subprocess usage beyond declared commands
✓ No sensitive file access: No reading of ~/.ssh, ~/.aws, .env, or similar paths
✓ No obfuscation: All behavior is documented in plain text in SKILL.md
✓ No hidden instructions: No HTML comments, steganography, or concealed payloads
✓ No data exfiltration: All network traffic is to legitimate Product Hunt / Membrane infrastructure
✓ OAuth-based authentication: Browser-based login flow is a standard and safe pattern