Scan Report
0 /100
release
Release deployment management tool for Atlassian Release integration via Membrane CLI
This is a legitimate Release deployment management skill that uses the official Membrane CLI for Atlassian Release integration. All behavior is documented and standard.
Safe to install
No action needed. The skill is safe to use as documented.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:44 npm install -g @membranehq/cli |
| Network | READ,WRITE | READ,WRITE | ✓ Aligned | SKILL.md:70-83 membrane request for API proxy |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md:44 npm global install |
| Browser | ADMIN | ADMIN | ✓ Aligned | SKILL.md:47-52 OAuth login flow |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://developer.atlassian.com/cloud/release/ SKILL.md:19 File Tree
1 files · 4.4 KB · 134 lines Markdown 1f · 134L
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@membranehq/cli | latest (via npx/npm) | npm | No | Dynamic version fetch - consider pinning for reproducibility |
Security Positives
✓ Skill contains only documentation (SKILL.md) with no executable code or scripts
✓ All capabilities are clearly declared in SKILL.md with documented purpose
✓ Uses standard OAuth browser-based authentication (membrane login)
✓ Delegates credential management to Membrane's server-side infrastructure
✓ Explicitly advises not to ask users for API keys (best practice)
✓ Uses official Atlassian API documentation as reference
✓ No obfuscation, base64, eval, or hidden instructions detected
✓ No sensitive file access (~/.ssh, ~/.aws, .env) declared or implied
✓ No suspicious network patterns (direct IP calls, C2 communication)