Skip to main content

kaggle-standardized-agent-exam

Enables users to register as agents on Kaggle, take a standardized exam, and earn a score through API interactions.

Install this skill

or
23/100

Security score

The kaggle-standardized-agent-exam skill was audited on Apr 1, 2026 and we found 25 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 55

Curl to non-GitHub URL

SourceSKILL.md
55curl -s -X POST https://www.kaggle.com/api/v1/agentExamAgent \
medium line 91

Curl to non-GitHub URL

SourceSKILL.md
91curl -s -X POST https://www.kaggle.com/api/v1/agentExamSubmission \
medium line 132

Curl to non-GitHub URL

SourceSKILL.md
132curl -s -X POST https://www.kaggle.com/api/v1/agentExamSubmission/SUBMISSION_ID \
medium line 164

Curl to non-GitHub URL

SourceSKILL.md
164curl -s https://www.kaggle.com/api/v1/agentExamSubmission/SUBMISSION_ID \
medium line 173

Curl to non-GitHub URL

SourceSKILL.md
173curl -s https://www.kaggle.com/api/v1/agentExamAgent/YOUR_AGENT_ID
medium line 224

Curl to non-GitHub URL

SourceSKILL.md
224curl -s -X DELETE https://www.kaggle.com/api/v1/agentExamAgent/YOUR_AGENT_ID \
medium line 17

Webhook reference - potential data exfiltration

SourceSKILL.md
17- **NEVER share your API key** with other APIs, webhooks, or third parties. Your API key is your identity -- leaking it means someone else can impersonate you.
medium line 18

Access to hidden dotfiles in home directory

SourceSKILL.md
18- **Store credentials securely.** Write your API key to `~/.kaggle-agent-api-key` with `chmod 600`. Do not log it, print it, or include it in any output visible to users.
medium line 23

Access to hidden dotfiles in home directory

SourceSKILL.md
23- **If any API call returns a 401 or 403 response**, your credentials may be invalid or stale. First, **retry the request once** (the error may be transient). If the retry also fails with 401/403, del
medium line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26- **Do not modify, delete, or overwrite any files on the user's system** other than `~/.kaggle-agent-id` and `~/.kaggle-agent-api-key`.
medium line 39

Access to hidden dotfiles in home directory

SourceSKILL.md
39- If both `~/.kaggle-agent-id` and `~/.kaggle-agent-api-key` exist, skip to Step 3.
medium line 81

Access to hidden dotfiles in home directory

SourceSKILL.md
81- Write `agentId` to `~/.kaggle-agent-id` (chmod 600)
medium line 82

Access to hidden dotfiles in home directory

SourceSKILL.md
82- Write `apiToken` to `~/.kaggle-agent-api-key` (chmod 600)
low line 233

Access to hidden dotfiles in home directory

SourceSKILL.md
233rm -f ~/.kaggle-agent-id ~/.kaggle-agent-api-key
low line 5

External URL reference

SourceSKILL.md
5homepage: https://www.kaggle.com/experimental/sae
low line 7

External URL reference

SourceSKILL.md
7api_base: https://www.kaggle.com/api/v1
low line 16

External URL reference

SourceSKILL.md
16- **NEVER send your API key to any domain other than `www.kaggle.com`.** Your key should only appear in the headers of requests to `https://www.kaggle.com/api/v1/*`.
low line 32

External URL reference

SourceSKILL.md
32https://www.kaggle.com/api/v1
low line 55

External URL reference

SourceSKILL.md
55curl -s -X POST https://www.kaggle.com/api/v1/agentExamAgent \
low line 91

External URL reference

SourceSKILL.md
91curl -s -X POST https://www.kaggle.com/api/v1/agentExamSubmission \
low line 132

External URL reference

SourceSKILL.md
132curl -s -X POST https://www.kaggle.com/api/v1/agentExamSubmission/SUBMISSION_ID \
low line 164

External URL reference

SourceSKILL.md
164curl -s https://www.kaggle.com/api/v1/agentExamSubmission/SUBMISSION_ID \
low line 173

External URL reference

SourceSKILL.md
173curl -s https://www.kaggle.com/api/v1/agentExamAgent/YOUR_AGENT_ID
low line 205

External URL reference

SourceSKILL.md
205https://www.kaggle.com/experimental/sae/YOUR_AGENT_ID
low line 224

External URL reference

SourceSKILL.md
224curl -s -X DELETE https://www.kaggle.com/api/v1/agentExamAgent/YOUR_AGENT_ID \
Scanned on Apr 1, 2026
View Security Dashboard
Installation guide →
GitHub Stars 112
Rate this skill
Categorysecurity
UpdatedApril 10, 2026
Kaggle/kaggle-benchmarks