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
4/100

Security score

The kaggle skill was audited on Jun 2, 2026 and we found 12 security issues across 3 threat categories, including 2 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 237

Direct command execution function call

SourceSKILL.md
237No `__import__()`, `eval()`, `exec()`, or dynamic module loading is used.
critical line 237

Eval function call - arbitrary code execution

SourceSKILL.md
237No `__import__()`, `eval()`, `exec()`, or dynamic module loading is used.
medium line 52

Access to hidden dotfiles in home directory

SourceSKILL.md
52Store your API token in `~/.kaggle/access_token` (recommended) or as an env var.
medium line 61

Access to hidden dotfiles in home directory

SourceSKILL.md
61(API token as primary, legacy key as optional). Saves to `~/.kaggle/access_token`
medium line 62

Access to hidden dotfiles in home directory

SourceSKILL.md
62and optionally `.env` and `~/.kaggle/kaggle.json`.
medium line 227

Access to hidden dotfiles in home directory

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

Access to .env file

SourceSKILL.md
62and optionally `.env` and `~/.kaggle/kaggle.json`.
medium line 224

Access to .env file

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

Access to .env file

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

Access to .env file

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

Access to .env file

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

External URL reference

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