Trusted — Risk Score 5/100
Last scan:20 hr ago Rescan
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.
Skill Nameconcept-explainer
Duration31.0s
Enginepi
Safe to install
No action required. Skill is safe to use.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE WRITE ✓ Aligned scripts/main.py:127 - with open(args.output, 'w')
Network NONE NONE No network calls in code
Shell NONE NONE No subprocess or shell execution
Environment NONE NONE No os.environ access
Skill Invoke NONE NONE No inter-skill invocation

File Tree

3 files · 8.4 KB · 286 lines
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

Security Positives

✓ 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