Scan Report
5 /100
1kosmos-blockid
1Kosmos BlockID integration for passwordless authentication and identity platform management
Pure documentation skill for 1Kosmos BlockID integration using Membrane CLI. All shell commands are explicitly documented, no hidden functionality or sensitive operations detected.
Safe to install
This skill is safe to use. All capabilities are documented and aligned with the stated purpose of integrating with 1Kosmos BlockID via the Membrane CLI.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md uses npm install -g @membranehq/cli and membrane CLI commands |
| Network | READ | READ | ✓ Aligned | Skill communicates with Membrane and 1Kosmos APIs via documented CLI |
| Filesystem | NONE | NONE | — | No filesystem access detected |
| Environment | NONE | NONE | — | No environment variable access detected |
| Clipboard | NONE | NONE | — | No clipboard access detected |
| Browser | NONE | NONE | — | Browser authentication mentioned as user-initiated OAuth flow |
| Database | NONE | NONE | — | No database access detected |
| Skill Invoke | NONE | NONE | — | No skill-to-skill invocation detected |
2 findings
Medium External URL 外部 URL
https://getmembrane.com SKILL.md:7 Medium External URL 外部 URL
https://developer.1kosmos.com/ SKILL.md:19 File Tree
1 files · 4.5 KB · 133 lines Markdown 1f · 133L
└─
SKILL.md
Markdown
Security Positives
✓ All shell commands explicitly declared in SKILL.md documentation
✓ No hidden functionality or shadow operations detected
✓ Credentials managed server-side by Membrane (no local secret storage)
✓ No credential harvesting or sensitive data access
✓ Legitimate third-party integration (Membrane CLI, 1Kosmos API)
✓ Open source repository referenced (github.com/membranedev/application-skills)
✓ MIT license declared
✓ No obfuscation, base64-encoded commands, or anti-analysis patterns
✓ Best practices documented (prefer pre-built actions over raw API calls)