扫描报告
0 /100
body-report-interpreter
解读体检报告(血常规、肝功能、血脂、肾功能、尿常规、肿瘤标志物等)
Pure medical report interpretation skill with no security concerns—only uses read access for parsing uploaded health reports.
可以安装
No action required. Skill is safe for deployment.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: '使用 read 工具读取' - only reads uploaded report files |
| 网络访问 | NONE | NONE | — | No network access declared or observed |
| 命令执行 | NONE | NONE | — | No scripts, no subprocess, no shell execution |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 4.4 KB · 133 行 Markdown 2f · 133L
├─
▾
references
│ └─
ranges.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 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