Scan Report
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.
Use with caution
Add explicit allowed-tools declaration (network:READ), clarify data retention policies, and ensure users consent to sharing conversation outputs with the external Cerebratech service.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Missing allowed-tools declaration Doc Mismatch | SKILL.md:1 |
| Medium | Conversation data sent to external third-party API Data Exfil | SKILL.md:32 |
| Low | External service dependency on Cerebratech Supply Chain | SKILL.md:32 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | NONE | READ | ✓ Aligned | SKILL.md:32 POST https://api.cerebratech.ai/cogdx-health |
| Filesystem | NONE | NONE | — | N/A - no file operations |
| Shell | NONE | NONE | — | N/A - no shell execution |
| Environment | NONE | NONE | — | N/A - no env access |
| Skill Invoke | NONE | NONE | — | N/A - no skill chaining |
| Clipboard | NONE | NONE | — | N/A - no clipboard access |
| Browser | NONE | NONE | — | N/A - no browser usage |
| Database | NONE | NONE | — | N/A - no DB access |
1 findings
Medium External URL 外部 URL
https://api.cerebratech.ai/cogdx-health SKILL.md:25 File Tree
2 files · 5.5 KB · 155 lines Markdown 2f · 155L
├─
▾
references
│ └─
api.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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