Scan Report
5 /100
paperspace
Paperspace integration. Manage data, records, and automate workflows. Use when the user wants to interact with Paperspace data.
Pure documentation skill describing Paperspace/Membrane CLI usage with all capabilities properly declared.
Safe to install
No action needed. The skill is a documentation-only file with clear, declared shell and network usage for CLI operations.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:31 'npm install -g @membranehq/cli' and various membrane CLI commands |
| Network | READ | READ | ✓ Aligned | SKILL.md:6 'Requires network access' in compatibility field |
| Filesystem | NONE | NONE | — | No file operations in this documentation-only skill |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://docs.paperspace.com/ SKILL.md:19 File Tree
1 files · 4.5 KB · 129 lines Markdown 1f · 129L
└─
SKILL.md
Markdown
Security Positives
✓ All shell commands (npm install, membrane CLI) are explicitly documented
✓ Network access declared in compatibility field
✓ No credential harvesting - explicitly states to use Membrane connections instead of API keys
✓ No suspicious patterns: no base64, no eval, no curl|bash, no hidden instructions
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Links to legitimate external services (getmembrane.com, docs.paperspace.com)
✓ Security best practices documented: 'Let Membrane handle credentials'