dataset
公开数据集发现入口。覆盖 Kaggle / UCI / HuggingFace / 天池。题目要求"自行 查找数据"或"补充外部数据"时启用;附件已含数据时**不调用**。
Install this skill
or
90/100
Security score
The dataset skill was audited on Aug 4, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 23
Access to home directory dotfiles
SourceSKILL.md
| 21 | | 数据源 | 入口 | 配置 | |
| 22 | |---|---|---| |
| 23 | | Kaggle | `kaggle datasets list -s <kw>` / `kaggle datasets download -d <user/name>` | `~/.kaggle/kaggle.json`(注册免费下载) | |
| 24 | | UCI ML | 直接 HTTPS `pd.read_csv(url)` | 无 | |
| 25 | | HuggingFace | `from datasets import load_dataset` | `EZMM_HF_TOKEN`(私有数据集) | |
medium line 64
Access to home directory dotfiles
SourceSKILL.md
| 62 | | 情况 | 处理 | |
| 63 | |---|---| |
| 64 | | Kaggle token 未配置 | 提示用户 `~/.kaggle/kaggle.json` 配置 | |
| 65 | | License 不允许商用 | 数据可用于学术建模报告;论文中标明出处 + license | |
| 66 | | 文件 > 1GB | coder 阶段用 chunksize 处理(参考 `prompts/coder.md`) | |
Scanned on Aug 4, 2026
View Security Dashboard