Scan Report
5 /100
efinder
Efinder SEO tool integration using Membrane CLI
Efinder SEO integration skill using Membrane CLI with well-documented shell and network operations.
Safe to install
Skill is safe for use. Consider pinning CLI version for reproducibility if needed.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:38 npm install -g @membranehq/cli |
| Network | READ | READ | ✓ Aligned | SKILL.md:70-89 membrane request for API proxy |
| Filesystem | NONE | NONE | — | No file operations in skill |
| Environment | NONE | NONE | — | No environment access observed |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://efinder.readthedocs.io/en/latest/ SKILL.md:19 File Tree
1 files · 4.9 KB · 130 lines Markdown 1f · 130L
└─
SKILL.md
Markdown
Security Positives
✓ All shell commands are documented and necessary for CLI operation
✓ Network access is declared and routed through Membrane's proxy (a known platform)
✓ No credential theft - Membrane handles auth server-side
✓ No obfuscation or base64-encoded execution
✓ No sensitive file/path access
✓ No hidden functionality beyond documented features
✓ Clear documentation with usage examples
✓ MIT license and official repository declared