扫描报告
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.
可以安装
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
├─
▾
scripts
│ └─
main.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ 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