Scan Report
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.
Safe to install
No action required. Skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| 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
├─
▾
scripts
│ └─
main.py
Python
└─
SKILL.md
Markdown
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