扫描报告
15 /100
jingbo-mcp
雨课堂账户和班级相关查询服务 - Educational tool for querying Yuketang user info, class lists, statistics, warnings, and teaching schedules
Legitimate educational MCP integration tool for the 雨课堂 (Yuketang) platform with standard credential handling, documented shell execution via mcporter, and known external API endpoints.
可以安装
Safe to use. Monitor for any unauthorized network activity to unexpected domains. Ensure YUKETANG_SECRET is kept confidential.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | External API endpoints | package.json:5 |
| 低危 | Shell execution via npx | setup.sh:45 |
| 低危 | claw_report telemetry | setup.sh:99 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | WRITE | ✓ 一致 | setup.sh:73 - writes MCP config via mcporter |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md documents MCP service endpoint connections |
| 命令执行 | WRITE | WRITE | ✓ 一致 | setup.sh:45 - npx [email protected] commands; necessary for MCP setup |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md:40-55 - requires YUKETANG_SECRET env var |
| 技能调用 | NONE | READ | ✓ 一致 | MCP tools for querying educational data |
3 项发现
中危 外部 URL 外部 URL
https://ykt-envning.rainclassroom.com/ai-workspace/open-claw-skill SKILL.md:16 中危 外部 URL 外部 URL
https://open-envning.rainclassroom.com/openapi/v1/mcp-server/sse package.json:5 中危 外部 URL 外部 URL
https://open-envning.rainclassroom.com/openapi/v1/mcp-server/sse\ setup.sh:59 目录结构
5 文件 · 24.1 KB · 753 行 Markdown 2f · 545L
Shell 1f · 114L
JavaScript 1f · 83L
JSON 1f · 11L
├─
▾
references
│ └─
api_references.md
Markdown
├─
package.json
JSON
├─
setup.js
JavaScript
├─
setup.sh
Shell
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
mcporter | 0.8.1 | npx | 否 | Pinned version used for MCP service management |
npx | bundled with npm | npm | 否 | Standard Node.js package runner |
安全亮点
✓ No obfuscated code or base64 payloads detected
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env content)
✓ No credential harvesting or exfiltration to third parties
✓ External URLs belong to a documented legitimate educational platform
✓ Standard Bearer token authentication - credentials sent only to documented service
✓ Shell execution is documented and necessary for MCP setup
✓ No reverse shell, C2, or data theft indicators
✓ Clean codebase with no hidden functionality