Scan Report
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.
Safe to install
Skill is safe to use. The `~/.membrane/credentials.json` credential storage is expected behavior for the Membrane CLI. No further action required.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unpinned CLI package version Supply Chain | SKILL.md:24 |
| Info | Filesystem and network permissions not declared in header Doc Mismatch | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | WRITE | ✓ Aligned | ~/.membrane/credentials.json is written by Membrane CLI during login (documented… |
| Network | NONE | WRITE | ✓ Aligned | Membrane proxy sends authenticated requests to SSLMate API; declared via Membran… |
| Shell | NONE | WRITE | ✓ Aligned | npx commands invoke shell; this is the expected mechanism and is documented |
1 findings
Medium External URL 外部 URL
https://sslmate.com/certspotter/api/ SKILL.md:17 File Tree
1 files · 4.7 KB · 116 lines Markdown 1f · 116L
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@membranehq/cli | latest (unpinned) | npx | No | No specific version pinned; resolves to latest at execution time |
Security Positives
✓ 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