扫描报告
25 /100
over-computer
Review and act on pending execution tasks in the over.computer trading. Connects to a managed environment for executing trading decisions on Polymarket, Hyperliquid, and security scenarios.
纯文档型技能,仅声明对 over.computer API 的交易执行能力,凭证声明合理但使用了未映射到 allowed-tools 的 shell 访问,无代码可验证性。
可以安装
建议补充实际执行脚本以便审计;若使用方对该外部服务无信任基础,应避免在生产环境部署。当前仅凭 SKILL.md 无法确认实际行为。
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | shell 权限使用未声明 文档欺骗 | SKILL.md:59 |
| 低危 | 敏感凭证依赖外部服务 敏感访问 | SKILL.md:13 |
| 低危 | 交易决策数据外传 敏感访问 | SKILL.md:92 |
| 提示 | 无实际代码验证 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✗ 越权 | SKILL.md:59-93 使用 curl/bash 命令执行网络请求但 allowed-tools 未声明 |
| 网络访问 | READ | WRITE | ✓ 一致 | SKILL.md:59-93 GET/POST 到 api.over.computer endpoints |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md:45 读取 $OVER_API_KEY |
| 文件系统 | NONE | NONE | — | 无文件系统操作声明 |
| 数据库 | NONE | NONE | — | 无数据库操作 |
| 剪贴板 | NONE | NONE | — | 无剪贴板操作 |
| 浏览器 | NONE | NONE | — | 无浏览器操作 |
| 技能调用 | NONE | NONE | — | 无嵌套技能调用 |
5 项发现
中危 外部 URL 外部 URL
https://over.computer SKILL.md:8 中危 外部 URL 外部 URL
https://over.computer/connect SKILL.md:48 中危 外部 URL 外部 URL
https://api.over.computer/v1/markets SKILL.md:59 中危 外部 URL 外部 URL
https://api.over.computer/v1/markets/ SKILL.md:71 中危 外部 URL 外部 URL
https://api.over.computer/v1/orders SKILL.md:92 目录结构
1 文件 · 4.2 KB · 139 行 Markdown 1f · 139L
└─
SKILL.md
Markdown
安全亮点
✓ 文档结构清晰,API 端点明确
✓ 敏感凭证声明完整,标记为 required 和 sensitive
✓ 错误处理说明详细(401/404/409/429)
✓ 操作规则明确(单订单、不修订、按 schema 执行)
✓ operator 回退机制合理,失败时主动停止
✓ 无 base64 编码、eval 调用或远程脚本下载等高危特征
✓ 无文件写入、网络扫描或本地凭证收割行为