Scan Report
0 /100
body-report-interpreter
解读体检报告(血常规、肝功能、血脂、肾功能、尿常规、肿瘤标志物等)
Pure medical report interpretation skill with no security concerns—only uses read access for parsing uploaded health reports.
Safe to install
No action required. Skill is safe for deployment.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: '使用 read 工具读取' - only reads uploaded report files |
| Network | NONE | NONE | — | No network access declared or observed |
| Shell | NONE | NONE | — | No scripts, no subprocess, no shell execution |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No cross-skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 4.4 KB · 133 lines Markdown 2f · 133L
├─
▾
references
│ └─
ranges.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable scripts present—skill consists only of markdown documentation
✓ Declared permissions are minimal and appropriate (filesystem:READ only)
✓ No network, shell, or credential access requested
✓ No obfuscation, base64 encoding, or anti-analysis techniques
✓ No downloads or external resource fetching
✓ No sensitive file paths accessed (~/.ssh, ~/.aws, .env, etc.)
✓ Pure health/medical information tool with clear, documented purpose
✓ Inferred capabilities fully match declared permissions