Ae1
High
- Category
- analysis-evasion
- Content
* `SKILL.md`: Root configuration and normative guidelines for the medical assistant.
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks across malware telemetry and agentic risk
This appears to be a legitimate medical evidence API connector, but it needs Review because it sends sensitive clinical content to an external service with unclear default storage and includes an unnecessary compiled Python bytecode file.
Install only if you are comfortable sending clinical questions, images, and any supplied metadata to DeepEvidence. De-identify patient information, verify your organization has the necessary consent and compliance terms, use no-store behavior where available, and ask the publisher to remove the bundled bytecode and pin dependencies before broad deployment.
* `SKILL.md`: Root configuration and normative guidelines for the medical assistant.
Python may load .pyc from this directory even when decoy .py sources look clean (PEP 552 UNCHECKED_HASH).
Bytecode is excluded from content analysis; a malicious .pyc can execute while source decoys remain clean.
Minimal HTTP API example (curl):
```bash
curl https://deepevid.medsci.cn/api/v1/chat/completions \
-H "Authorization: Bearer $DEEPEVIDENCE_API_KEY" \
-H "Content-Type: application/json" \
-d '{### Text Request Example
```bash
curl https://deepevid.medsci.cn/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DEEPEVIDENCE_API_KEY" \
-d '{## Emergency / urgent-care boundary (MUST) This skill is **not** for emergency triage or first-aid instructions. If the user describes or asks about (including but not limited to): - **Chest pain/pressure, suspected stroke/MI, trouble breathing, altered consciousness** - **Poisoning/overdose, severe allergic reaction, uncontrolled bleeding**
openai>=1.0.0
def _status_code_from_exc(exc: Exception) -> Optional[int]:
for attr in ("status_code", "http_status"):
v = getattr(exc, attr, None)
if isinstance(v, int):
return v
resp = getattr(exc, "response", None)65/65 vendors flagged this skill as clean.
No suspicious patterns detected.