可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
sedna
SEDNA integration for maritime shipping collaboration platform
Documentation-only skill with no executable code; all declared capabilities (shell, network) are appropriately scoped and documented.
技能名称sedna
分析耗时19.4s
引擎pi
可以安装
No action needed. The skill is a simple SKILL.md file with no malicious functionality.
资源类型声明权限推断权限状态证据
命令执行 WRITE WRITE ✓ 一致 SKILL.md:32 - npm install -g @membranehq/cli; SKILL.md:38 - membrane login
网络访问 READ READ ✓ 一致 SKILL.md:7 - compatibility states 'Requires network access'
文件系统 NONE NONE No file operations mentioned in SKILL.md
2 项发现
🔗
中危 外部 URL 外部 URL
https://getmembrane.com
SKILL.md:7
🔗
中危 外部 URL 外部 URL
https://docs.sedna.io/
SKILL.md:19

目录结构

1 文件 · 4.3 KB · 124 行
Markdown 1f · 124L
└─ 📝 SKILL.md Markdown 124L · 4.3 KB

依赖分析 1 项

包名版本来源已知漏洞备注
@membranehq/cli latest npm Official Membrane CLI; version pinned to latest in documentation

安全亮点

✓ No executable code present - skill is documentation-only
✓ Network access declared in compatibility section
✓ Shell commands are standard CLI operations (npm install, membrane CLI)
✓ No credential harvesting or sensitive data access
✓ Uses official Membrane SDK for all API interactions
✓ Credential management handled server-side by Membrane (no local secrets)
✓ No base64, eval, or obfuscated code patterns