扫描报告
45 /100
cogdx-health
Free cognitive health check for AI agents via Cerebratech CogDx
Documentation-only skill that sends agent conversation history to an external third-party API without clear data handling policies or declared allowed-tools.
谨慎使用
Add explicit allowed-tools declaration (network:READ), clarify data retention policies, and ensure users consent to sharing conversation outputs with the external Cerebratech service.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Missing allowed-tools declaration 文档欺骗 | SKILL.md:1 |
| 中危 | Conversation data sent to external third-party API 数据外泄 | SKILL.md:32 |
| 低危 | External service dependency on Cerebratech 供应链 | SKILL.md:32 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | NONE | READ | ✓ 一致 | SKILL.md:32 POST https://api.cerebratech.ai/cogdx-health |
| 文件系统 | NONE | NONE | — | N/A - no file operations |
| 命令执行 | NONE | NONE | — | N/A - no shell execution |
| 环境变量 | NONE | NONE | — | N/A - no env access |
| 技能调用 | NONE | NONE | — | N/A - no skill chaining |
| 剪贴板 | NONE | NONE | — | N/A - no clipboard access |
| 浏览器 | NONE | NONE | — | N/A - no browser usage |
| 数据库 | NONE | NONE | — | N/A - no DB access |
1 项发现
中危 外部 URL 外部 URL
https://api.cerebratech.ai/cogdx-health SKILL.md:25 目录结构
2 文件 · 5.5 KB · 155 行 Markdown 2f · 155L
├─
▾
references
│ └─
api.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present - skill is documentation only
✓ API endpoint and data format are fully documented
✓ No obfuscated code, base64 payloads, or suspicious patterns detected
✓ No credential harvesting, SSH key access, or sensitive file operations
✓ No reverse shell, C2, or direct IP-based malicious communication
✓ Skill purpose is transparent (cognitive health assessment)
✓ MIT license declared with author attribution