Trusted — Risk Score 5/100
Last scan:19 hr ago Rescan
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.
Skill Nameanatomy-quiz-master
Duration37.3s
Enginepi
Safe to install
Skill is safe for use. The broad allowed-tools declaration (Bash, Write) exceeds actual needs but poses no security threat given the benign code.
ResourceDeclaredInferredStatusEvidence
Filesystem WRITE WRITE ✓ Aligned scripts/main.py:216 - writes to user-specified output file
Shell WRITE NONE ✓ Aligned scripts/main.py - no subprocess, os.system, or shell commands found
Network NONE NONE No network requests in code
Environment NONE NONE No os.environ access

File Tree

4 files · 26.2 KB · 793 lines
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

Dependencies 3 items

PackageVersionSourceKnown VulnsNotes
argparse stdlib Python No Standard library module
json stdlib Python No Standard library module
random stdlib Python No Standard library module

Security Positives

✓ 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