可信 — 风险评分 0/100
上次扫描:22 小时前 重新扫描
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.
技能名称beekeeper
分析耗时30.3s
引擎pi
可以安装
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 146L · 5.5 KB

安全亮点

✓ 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