Scan Report
0 /100
ovhcloud
OVHcloud integration. Manage data, records, and automate workflows.
The skill is a documentation-only OVHcloud integration that delegates all operations to the legitimate Membrane CLI; no executable code, no credential harvesting, no network egress outside declared APIs.
Safe to install
No action needed. The skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access declared or observed |
| Network | READ | READ | ✓ Aligned | All network calls go through 'membrane request' → Membrane proxy → OVHcloud API;… |
| Shell | NONE | READ | ✓ Aligned | Only npm install -g (documented CLI installation) and membrane CLI invocations; … |
| Environment | NONE | NONE | — | SKILL.md explicitly states 'never ask the user for API keys or tokens'; credenti… |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation observed |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | Browser used only for OAuth flow during membrane login; no browser automation |
| Database | NONE | NONE | — | No database access |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://developers.ovh.com/ SKILL.md:19 File Tree
1 files · 4.3 KB · 124 lines Markdown 1f · 124L
└─
SKILL.md
Markdown
Security Positives
✓ No executable code files — skill consists solely of documentation in SKILL.md
✓ Credentials managed entirely server-side by Membrane; no local API key exposure
✓ No arbitrary shell execution — only documented npm install and membrane CLI commands
✓ No sensitive path access (~/.ssh, ~/.aws, .env, etc.)
✓ No base64/eval/remote script fetching patterns
✓ No credential harvesting or data exfiltration
✓ All network traffic routed through documented Membrane proxy (OVHcloud API)
✓ Explicit best-practice guidance to prefer built-in actions over raw API calls