可信 — 风险评分 5/100
上次扫描:21 小时前 重新扫描
5 /100
cnv-caller-plotter
Detect copy number variations from whole genome sequencing data and generate publication-quality genome-wide CNV plots
A legitimate genomic CNV analysis skill with no malicious behavior found; scripts are straightforward and use only the standard library with no network access, credential access, or obfuscation.
技能名称cnv-caller-plotter
分析耗时25.0s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 READ/WRITE READ/WRITE ✓ 一致 SKILL.md: allowed-tools includes Read/Write; main.py writes to output dirs
命令执行 NONE NONE No subprocess/shell invocation in scripts/main.py
网络访问 NONE NONE scripts/main.py uses only standard library; no urllib, requests, or network call…
环境变量 NONE NONE No os.environ access in scripts/main.py
技能调用 NONE NONE No skill invocation patterns found
剪贴板 NONE NONE No clipboard access found
浏览器 NONE NONE No browser access found
数据库 NONE NONE No database access found
5 项发现
🔗
中危 外部 URL 外部 URL
http://dgv.tcag.ca
SKILL.md:945
🔗
中危 外部 URL 外部 URL
https://gnomad.broadinstitute.org
SKILL.md:946
🔗
中危 外部 URL 外部 URL
https://www.ncbi.nlm.nih.gov/clinvar
SKILL.md:947
🔗
中危 外部 URL 外部 URL
https://www.deciphergenomics.org
SKILL.md:948
🔗
中危 外部 URL 外部 URL
https://cancer.sanger.ac.uk
SKILL.md:949

目录结构

2 文件 · 36.9 KB · 1117 行
Markdown 1f · 1049L Python 1f · 68L
├─ 📁 scripts
│ └─ 🐍 main.py Python 68L · 2.3 KB
└─ 📝 SKILL.md Markdown 1049L · 34.6 KB

安全亮点

✓ scripts/main.py uses only Python standard library (os, sys, pathlib, argparse) — no third-party dependencies required
✓ No subprocess, shell, or command execution in the implementation
✓ No credential, API key, or environment variable harvesting
✓ No network requests, data exfiltration, or C2 communication
✓ No base64, eval, or code obfuscation patterns
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Documentation (SKILL.md) accurately reflects the implemented functionality
✓ Output directory is user-controlled via --output flag
✓ No hidden or undocumented behavior detected
✓ HIPAA compliance note in docs is appropriate for genomic data handling
✓ Skill has MIT license and clear authorship (AIPOCH)