Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Namerelease
Duration29.7s
Enginepi
Safe to install
No action needed. The skill is safe to use as documented.
ResourceDeclaredInferredStatusEvidence
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 134L · 4.4 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
@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)