可信 — 风险评分 5/100
上次扫描:20 小时前 重新扫描
5 /100
concept-explainer
Uses analogies to explain complex medical concepts in accessible terms
Benign medical concept explainer with clean implementation and no security issues detected.
技能名称concept-explainer
分析耗时31.0s
引擎pi
可以安装
No action required. Skill is safe to use.
资源类型声明权限推断权限状态证据
文件系统 NONE WRITE ✓ 一致 scripts/main.py:127 - with open(args.output, 'w')
网络访问 NONE NONE No network calls in code
命令执行 NONE NONE No subprocess or shell execution
环境变量 NONE NONE No os.environ access
技能调用 NONE NONE No inter-skill invocation

目录结构

3 文件 · 8.4 KB · 286 行
Python 1f · 168L Markdown 2f · 118L
├─ 📁 references
│ └─ 📝 guidelines.md Markdown 6L · 157 B
├─ 📁 scripts
│ └─ 🐍 main.py Python 168L · 5.4 KB
└─ 📝 SKILL.md Markdown 112L · 2.9 KB

安全亮点

✓ Uses only Python standard library - no external dependencies
✓ No network requests or data exfiltration attempts
✓ No credential harvesting or environment variable access
✓ Clean, readable code with no obfuscation
✓ Input validation present (concept lookup in dictionary)
✓ Output file path is user-controlled (intentional design)
✓ No subprocess, shell execution, or base64 decoding patterns