扫描报告
15 /100
SSLMate Cert Spotter API
Membrane CLI integration for SSLMate's Cert Spotter API — monitors newly issued SSL/TLS certificates
A lean, well-documented Membrane CLI wrapper for the SSLMate Cert Spotter API with no hidden functionality, no scripts, and no credential exfiltration.
可以安装
Skill is safe to use. The `~/.membrane/credentials.json` credential storage is expected behavior for the Membrane CLI. No further action required.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned CLI package version 供应链 | SKILL.md:24 |
| 提示 | Filesystem and network permissions not declared in header 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | ~/.membrane/credentials.json is written by Membrane CLI during login (documented… |
| 网络访问 | NONE | WRITE | ✓ 一致 | Membrane proxy sends authenticated requests to SSLMate API; declared via Membran… |
| 命令执行 | NONE | WRITE | ✓ 一致 | npx commands invoke shell; this is the expected mechanism and is documented |
1 项发现
中危 外部 URL 外部 URL
https://sslmate.com/certspotter/api/ SKILL.md:17 目录结构
1 文件 · 4.7 KB · 116 行 Markdown 1f · 116L
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@membranehq/cli | latest (unpinned) | npx | 否 | No specific version pinned; resolves to latest at execution time |
安全亮点
✓ No scripts or binary files — pure documentation-only skill
✓ No credential harvesting or exfiltration detected
✓ No obfuscation, base64-encoded payloads, or reverse shell patterns
✓ All operations go through the legitimate, documented Membrane CLI
✓ Credential management is handled by Membrane server-side, not locally exposed
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env) or environment variable iteration
✓ No supply-chain IOCs beyond the known Membrane package reference
✓ No curl|bash or wget|sh remote execution patterns