Scan Report
20 /100
function
Function integration for Membrane — manage Deals, Persons, Organizations, Leads, Projects, Pipelines via the Membrane CLI
Documentation-only skill that describes Membrane CLI integration for SaaS connections; no executable code present, all behaviors are declared in SKILL.md.
Safe to install
No immediate action required. Consider pinning the CLI version instead of using @latest to prevent unexpected behavior changes.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | CLI uses @latest tag instead of pinned version Supply Chain | SKILL.md:35 |
| Low | External URL points to unrelated documentation Doc Mismatch | SKILL.md:17 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ | ✓ Aligned | SKILL.md mentions credential storage at ~/.membrane/credentials.json but no dire… |
| Network | READ | READ | ✓ Aligned | All network activity is through the documented Membrane CLI for API integration |
| Shell | NONE | READ | ✓ Aligned | SKILL.md describes npx CLI commands; no direct shell execution beyond the docume… |
1 findings
Medium External URL 外部 URL
https://www.mathworks.com/help/matlab/ref/function.html SKILL.md:17 File Tree
1 files · 4.5 KB · 115 lines Markdown 1f · 115L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code present in the skill — purely documentation
✓ All network operations are documented and routed through the Membrane CLI
✓ Credential management is delegated to the Membrane platform as documented
✓ No sensitive file access detected (no reading of ~/.ssh, ~/.aws, .env, etc.)
✓ No base64-encoded payloads, reverse shells, or obfuscated code
✓ No credential harvesting or data exfiltration patterns observed