扫描报告
5 /100
adverse-event-narrative
Generate CIOMS-compliant adverse event narratives for Individual Case Safety Reports (ICSR)
Legitimate pharmacovigilance tool that generates CIOMS-compliant adverse event narratives from JSON case data with no malicious behavior detected.
可以安装
No action required. The skill is safe to use as a text generation tool for regulatory pharmacovigilance workflows.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Over-declared allowed-tools 文档欺骗 | SKILL.md:7 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | scripts/main.py:240-244 writes output file |
| 文件系统 | READ | READ | ✓ 一致 | scripts/main.py:221-227 reads input JSON |
| 网络访问 | NONE | NONE | — | No network imports or requests in scripts/main.py |
| 命令执行 | WRITE | NONE | ✓ 一致 | scripts/main.py uses only Python standard library; no subprocess, os.system, or … |
| 环境变量 | NONE | NONE | — | No os.environ access or environment variable reading |
| 技能调用 | NONE | NONE | — | No skill invocation capabilities present |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser/web automation |
| 数据库 | NONE | NONE | — | No database connectivity |
目录结构
8 文件 · 38.0 KB · 1270 行 Markdown 5f · 783L
Python 1f · 372L
JSON 2f · 115L
├─
▾
references
│ ├─
CIOMS_I_Guidelines.md
Markdown
│ ├─
ICSR_Template.md
Markdown
│ ├─
MedDRA_Reference.md
Markdown
│ ├─
Quick_Reference.md
Markdown
│ ├─
sample_case_001.json
JSON
│ └─
sample_case_minimal.json
JSON
├─
▾
scripts
│ └─
main.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ No network requests or external communication detected
✓ No credential harvesting or environment variable access
✓ No obfuscation techniques (no base64, eval, or atob)
✓ No sensitive file path access (~/.ssh, ~/.aws, .env)
✓ No remote script execution (no curl|bash or wget|sh patterns)
✓ No subprocess or shell command execution in code
✓ Uses only Python standard library with zero external dependencies
✓ Clean, readable code with proper error handling
✓ Legitimate pharmacovigilance use case with regulatory compliance focus
✓ No data exfiltration or C2 communication patterns