可信 — 风险评分 0/100
上次扫描:19 小时前 重新扫描
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.
技能名称acronym-unpacker
分析耗时31.7s
引擎pi
可以安装
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 95L · 3.3 KB
└─ 📝 SKILL.md Markdown 171L · 5.0 KB

安全亮点

✓ 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