扫描报告
0 /100
acronym-unpacker
Medical acronym disambiguation tool for resolving ambiguous abbreviations based on clinical context
A benign medical acronym disambiguation utility with no security issues found — all behavior is declared, minimal, and safe.
可以安装
This skill is safe to use. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | NONE | ✓ 一致 | No file operations in scripts/main.py |
| 网络访问 | NONE | NONE | — | No network imports or calls in scripts/main.py |
| 命令执行 | NONE | NONE | — | No subprocess or os.system calls |
| 环境变量 | NONE | NONE | — | No os.environ access |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser interaction |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 8.2 KB · 266 行 Markdown 1f · 171L
Python 1f · 95L
├─
▾
scripts
│ └─
main.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ No network requests or external connections — pure local logic
✓ No subprocess, shell execution, or system command calls
✓ No file system writes or reads beyond loading the script itself
✓ No environment variable access or credential exposure
✓ No obfuscation (no base64, eval, or encoded payloads)
✓ No external dependencies — only stdlib (argparse)
✓ Hardcoded acronym database with no data exfiltration surface
✓ Documentation accurately reflects implementation behavior