可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
body-report-interpreter
解读体检报告(血常规、肝功能、血脂、肾功能、尿常规、肿瘤标志物等)
Pure medical report interpretation skill with no security concerns—only uses read access for parsing uploaded health reports.
技能名称body-report-interpreter
分析耗时20.7s
引擎pi
可以安装
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 69L · 2.5 KB
└─ 📝 SKILL.md Markdown 64L · 1.9 KB

安全亮点

✓ 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