扫描报告
5 /100
actindo
Actindo integration for ERP management - product, order, and workflow automation
Legitimate Actindo ERP integration skill using the Membrane CLI for API proxying and OAuth authentication delegation. No malicious behavior detected.
可以安装
This skill is safe to use. The only minor improvement would be pinning the CLI version (e.g., @membranehq/[email protected]) to ensure reproducibility.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | CLI version not pinned 供应链 | SKILL.md:32 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations observed |
| 网络访问 | READ+WRITE | READ+WRITE | ✓ 一致 | SKILL.md:47 - Uses membrane request for API calls |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:32 - npm install -g and membrane commands |
| 环境变量 | NONE | NONE | — | No direct environment access; credentials handled by Membrane |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | Browser auth delegated to Membrane |
| 数据库 | NONE | NONE | — | No direct database access |
2 项发现
中危 外部 URL 外部 URL
https://getmembrane.com SKILL.md:7 中危 外部 URL 外部 URL
https://dev.actindo.com/ SKILL.md:19 目录结构
1 文件 · 4.8 KB · 150 行 Markdown 1f · 150L
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@membranehq/cli | * | npm | 否 | Version not pinned |
安全亮点
✓ Documentation is clear and describes all functionality accurately
✓ Credentials are delegated to Membrane (trusted auth provider) - no local credential storage
✓ No credential harvesting or exfiltration observed
✓ No obfuscated code, base64 execution, or suspicious patterns
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No hidden functionality or doc-to-code mismatch
✓ Standard npm CLI tool from a known publisher