扫描报告
10 /100
pixiebrix
PixieBrix integration for managing Persons, Organizations, Deals, Leads, Projects, Activities and more via the Membrane CLI.
The skill is a pure documentation file describing a legitimate PixieBrix integration via the Membrane CLI, with no hidden functionality or malicious code — minor documentation gap is the sole concern.
可以安装
Add an explicit allowed-tools declaration to SKILL.md to map the required shell:WRITE access for npm/membrane CLI commands.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Missing allowed-tools declaration 文档欺骗 | SKILL.md:1 |
| 低危 | Unrestricted API proxy via membrane request 数据外泄 | SKILL.md:78 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access found; npm -g install writes to system dirs but is standard… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md explicitly states 'Requires network access'; membrane request proxies A… |
| 命令执行 | NONE | WRITE | ✗ 越权 | SKILL.md instructs npm install -g @membranehq/cli and multiple membrane CLI comm… |
| 环境变量 | NONE | NONE | — | No direct environment variable access observed |
| 凭据访问 | NONE | NONE | — | SKILL.md explicitly states 'never ask the user for API keys'; credentials manage… |
2 项发现
中危 外部 URL 外部 URL
https://getmembrane.com SKILL.md:7 中危 外部 URL 外部 URL
https://docs.pixiebrix.com/ SKILL.md:19 目录结构
1 文件 · 5.2 KB · 180 行 Markdown 1f · 180L
└─
SKILL.md
Markdown
安全亮点
✓ SKILL.md is a pure documentation file — no hidden code or scripts
✓ All shell commands are explicitly documented with full command syntax
✓ SKILL.md explicitly warns against asking for API keys — credentials managed server-side
✓ No credential harvesting, no environment variable iteration, no base64 or obfuscated payloads
✓ No remote script execution (curl|bash, wget|sh) detected
✓ No sensitive path access (~/.ssh, ~/.aws, .env) observed
✓ External URLs point to legitimate domains (getmembrane.com, docs.pixiebrix.com)
✓ The membrane request proxy feature is clearly documented, not hidden