可信 — 风险评分 5/100
上次扫描:19 小时前 重新扫描
5 /100
anatomy-quiz-master
Interactive anatomy quiz generator for medical education with multiple question types, difficulty levels, and anatomical regions
Anatomy education tool with straightforward quiz generation functionality; no malicious patterns detected. The declared Bash tool is unused in the actual implementation, but presents no risk as the script uses only standard library.
技能名称anatomy-quiz-master
分析耗时37.3s
引擎pi
可以安装
Skill is safe for use. The broad allowed-tools declaration (Bash, Write) exceeds actual needs but poses no security threat given the benign code.
资源类型声明权限推断权限状态证据
文件系统 WRITE WRITE ✓ 一致 scripts/main.py:216 - writes to user-specified output file
命令执行 WRITE NONE ✓ 一致 scripts/main.py - no subprocess, os.system, or shell commands found
网络访问 NONE NONE No network requests in code
环境变量 NONE NONE No os.environ access

目录结构

4 文件 · 26.2 KB · 793 行
Markdown 2f · 535L Python 1f · 255L Text 1f · 3L
├─ 📁 references
│ └─ 📝 guidelines.md Markdown 11L · 267 B
├─ 📁 scripts
│ └─ 🐍 main.py Python 255L · 9.8 KB
├─ 📄 requirements.txt Text 3L · 21 B
└─ 📝 SKILL.md Markdown 524L · 16.1 KB

依赖分析 3 项

包名版本来源已知漏洞备注
argparse stdlib Python Standard library module
json stdlib Python Standard library module
random stdlib Python Standard library module

安全亮点

✓ Uses only Python standard library (argparse, json, random, pathlib)
✓ No network requests or data exfiltration
✓ No credential harvesting or environment variable access
✓ No subprocess or shell execution despite Bash declaration
✓ No obfuscation or base64-encoded content
✓ No sensitive file access (no ~/.ssh, ~/.aws, .env paths)
✓ No external dependencies beyond standard library
✓ Output restricted to user-specified files only
✓ Clean, readable code with no suspicious patterns