Skip to main content

kaggle

Integrates Kaggle functionalities for account setup, competition reports, dataset downloads, and more, enhancing data science workflows.

Install this skill

or
64/100

Security score

The kaggle skill was audited on May 14, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57credentials. Saves to `.env` and `~/.kaggle/kaggle.json`.
medium line 185

Access to hidden dotfiles in home directory

SourceSKILL.md
185- Set file permissions: `chmod 600 .env ~/.kaggle/kaggle.json`
medium line 57

Access to .env file

SourceSKILL.md
57credentials. Saves to `.env` and `~/.kaggle/kaggle.json`.
medium line 182

Access to .env file

SourceSKILL.md
182- **Never** commit `.env`, `kaggle.json`, or any credential files
medium line 184

Access to .env file

SourceSKILL.md
184- The `.gitignore` excludes `.env`, `kaggle.json`, and related files
medium line 185

Access to .env file

SourceSKILL.md
185- Set file permissions: `chmod 600 .env ~/.kaggle/kaggle.json`
medium line 224

Access to .env file

SourceSKILL.md
224- `modules/kllm/scripts/setup_env.sh` — Auto-configure credentials (with .env loading)
low line 187

External URL reference

SourceSKILL.md
187[https://www.kaggle.com/settings](https://www.kaggle.com/settings)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →