cogdx-health
Documentation-only skill that sends agent conversation history to an external third-party API without clear data handling policies or declared allowed-tools.
Why this conclusion was reached
0/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
1 lower-risk artifacts were extracted and still need context.
There is no explicit malicious chain in the report.
Dependency information is incomplete, so supply-chain confidence stays limited.
What drove the risk score up
SKILL.md has no allowed-tools mapping despite performing network requests
Sends full conversation history (prompts/responses) to external api.cerebratech.ai without clear data handling disclosures
Agent outputs containing user inputs routed to unknown third party with no privacy policy referenced
Most important evidence
Missing allowed-tools declaration
SKILL.md lacks allowed-tools metadata declaration. Despite this, the skill performs network requests to api.cerebratech.ai. The skill metadata should explicitly declare network:READ permission.
SKILL.md:1 Conversation data sent to external third-party API
The skill sends 10-20 recent agent outputs (including user prompts and agent responses) to api.cerebratech.ai. This effectively exfiltrates conversation context to an external party without clear data retention, privacy, or consent policies documented.
SKILL.md:32 External service dependency on Cerebratech
The skill depends entirely on an external API (api.cerebratech.ai). If this service goes down, is compromised, or changes terms, the skill becomes non-functional. No fallback or local alternative exists.
SKILL.md:32 Declared capability vs actual capability
SKILL.md:32 POST https://api.cerebratech.ai/cogdx-health N/A - no file operations N/A - no shell execution N/A - no env access N/A - no skill chaining N/A - no clipboard access N/A - no browser usage N/A - no DB access Suspicious artifacts and egress
https://api.cerebratech.ai/cogdx-health SKILL.md:25
Dependencies and supply chain
There are no structured dependency warnings.
File composition
SKILL.md