扫描报告
15 /100
volkern-crm
Automate Volkern CRM operations including lead management, appointment scheduling, task tracking, service catalog, WhatsApp messaging, sales pipeline, quotations, and contracts
Legitimate Volkern CRM MCP server integration with no malicious behavior detected. All functionality aligns with documented CRM operations.
可以安装
Skill is safe to use. No security concerns identified.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Network access not explicitly declared | skill.md:1 |
| 提示 | Standard MCP server implementation | src/index.ts:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | NONE | READ | ✓ 一致 | src/index.ts:18 - fetch(url, options) to volkern.app/api |
| 文件系统 | NONE | NONE | — | No filesystem operations in code |
| 命令执行 | NONE | NONE | — | No shell execution in code |
| 环境变量 | NONE | READ | ✓ 一致 | src/index.ts:15 - Only reads VOLKERN_API_KEY and VOLKERN_API_URL for CRM authent… |
8 项发现
中危 外部 URL 外部 URL
https://volkern.app/api dist/index.js:8 中危 外部 URL 外部 URL
https://opencollective.com/express package-lock.json:604 中危 外部 URL 外部 URL
https://volkern.app package.json:33 中危 外部 URL 外部 URL
https://linkedin.com/in/mariagarcia skill.md:359 中危 外部 URL 外部 URL
https://volkern.app/cotizacion/abc123 skill.md:491 中危 外部 URL 外部 URL
https://volkern.app/contrato/xyz789 skill.md:564 提示 邮箱 邮箱地址
[email protected] package.json:27 提示 邮箱 邮箱地址
[email protected] skill.md:353 目录结构
8 文件 · 109.8 KB · 3244 行 Markdown 2f · 935L
JSON 3f · 813L
TypeScript 2f · 761L
JavaScript 1f · 735L
├─
▾
dist
│ ├─
index.d.ts
TypeScript
│ └─
index.js
JavaScript
├─
▾
src
│ └─
index.ts
TypeScript
├─
package-lock.json
JSON
├─
package.json
JSON
├─
readme.md
Markdown
├─
skill.md
Markdown
└─
tsconfig.json
JSON
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@modelcontextprotocol/sdk | ^0.5.0 | npm | 否 | Official MCP SDK from Anthropic |
zod | ^3.23.8 | npm | 否 | Well-maintained schema validation library |
安全亮点
✓ Clean codebase with no obfuscation or suspicious patterns
✓ API key authentication properly handled via environment variables
✓ No shell execution, filesystem access, or credential harvesting
✓ All external URLs point to legitimate volkern.app domain
✓ Comprehensive documentation matches actual implementation
✓ Standard MCP protocol implementation with proper error handling
✓ No base64 encoding, eval(), or dynamic code execution
✓ Dependencies (@modelcontextprotocol/sdk, zod) are from reputable sources