扫描报告
0 /100
beekeeper
Beekeeper integration for frontline worker communication platform management
Beekeeper integration skill is well-documented with all behavior declared; uses standard Membrane CLI for authentication and API operations with no hidden functionality.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:6 - 'Requires network access' |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:28 - npm install, membrane CLI commands |
| 文件系统 | NONE | NONE | — | No file operations declared or observed |
| 环境变量 | NONE | NONE | — | SKILL.md:79 - 'never ask the user for API keys' |
2 项发现
中危 外部 URL 外部 URL
https://getmembrane.com SKILL.md:7 中危 外部 URL 外部 URL
https://developer.beekeeper.io/ SKILL.md:19 目录结构
1 文件 · 5.5 KB · 146 行 Markdown 1f · 146L
└─
SKILL.md
Markdown
安全亮点
✓ All functionality clearly documented in SKILL.md
✓ Authentication delegated to Membrane CLI with no local secret storage
✓ No credential harvesting or exfiltration observed
✓ No base64, obfuscation, or suspicious encoding patterns
✓ No direct IP network requests or C2 communication
✓ No sensitive file/path access (.ssh, .aws, .env)
✓ No curl|bash or remote script execution patterns
✓ Standard npm install for CLI tool installation (documented)
✓ Best practices documented: prefer pre-built actions over raw API calls