Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
5 /100
graphql-editor
GraphQL Editor integration via Membrane CLI for managing data, records, and workflow automation
Documentation-only skill describing legitimate use of Membrane CLI for GraphQL Editor integration; no executable code present and all described behavior is declared.
Skill Namegraphql-editor
Duration34.7s
Enginepi
Safe to install
No action required. Skill is a documentation file describing approved CLI tool usage. Consider pinning @membranehq/cli to a specific version for reproducible builds.

Findings 1 items

Severity Finding Location
Low
Unpinned CLI version Supply Chain
The skill instructs users to install @membranehq/cli@latest, which may resolve to different versions over time and introduce unexpected changes.
npm install -g @membranehq/cli
→ Pin to a specific version (e.g., npm install -g @membranehq/[email protected]) for reproducible environments.
SKILL.md:34
ResourceDeclaredInferredStatusEvidence
Shell WRITE WRITE ✓ Aligned SKILL.md:34 - npm install -g @membranehq/cli
Network READ READ ✓ Aligned SKILL.md:58 - membrane request proxy for API calls
Filesystem NONE NONE No file operations described
Environment NONE NONE No env access described
Skill Invoke NONE NONE No cross-skill invocation
2 findings
🔗
Medium External URL 外部 URL
https://getmembrane.com
SKILL.md:7
🔗
Medium External URL 外部 URL
https://graphql-editor.com/docs
SKILL.md:19

File Tree

1 files · 4.4 KB · 128 lines
Markdown 1f · 128L
└─ 📝 SKILL.md Markdown 128L · 4.4 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
@membranehq/cli latest npm No Version not pinned - uses @latest

Security Positives

✓ All described behavior is documented and transparent
✓ Uses legitimate third-party CLI from established vendor (MembraneHQ)
✓ No credential harvesting - uses OAuth/browser-based auth flow
✓ No base64-encoded payloads or obfuscation
✓ No sensitive file or path access
✓ Documentation clearly explains the security model (Membrane handles credentials server-side)
✓ No network connections to unknown IPs - uses Membrane's proxy infrastructure