Skip to main content

hugging-face-jobs

Facilitates running workloads on Hugging Face infrastructure, enabling data processing, model training, and batch inference without local setup.

Install this skill

or
52/100

Security score

The hugging-face-jobs skill was audited on May 23, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 809

Webhook reference - potential data exfiltration

SourceSKILL.md
809## Webhooks: Trigger Jobs on Events
low line 815

Webhook reference - potential data exfiltration

SourceSKILL.md
815from huggingface_hub import create_webhook
low line 817

Webhook reference - potential data exfiltration

SourceSKILL.md
817# Create webhook that triggers a job when a repo changes
low line 818

Webhook reference - potential data exfiltration

SourceSKILL.md
818webhook = create_webhook(
medium line 830

Webhook reference - potential data exfiltration

SourceSKILL.md
8301. Webhook listens for changes in watched repositories
medium line 831

Webhook reference - potential data exfiltration

SourceSKILL.md
8312. When triggered, the job runs with `WEBHOOK_PAYLOAD` environment variable
medium line 840

Webhook reference - potential data exfiltration

SourceSKILL.md
840**Access webhook payload in script:**
low line 845

Webhook reference - potential data exfiltration

SourceSKILL.md
845payload = json.loads(os.environ.get("WEBHOOK_PAYLOAD", "{}"))
medium line 849

Webhook reference - potential data exfiltration

SourceSKILL.md
849See [Webhooks Documentation](https://huggingface.co/docs/huggingface_hub/guides/webhooks) for more details.
medium line 1010

Webhook reference - potential data exfiltration

SourceSKILL.md
1010- [Webhooks Documentation](https://huggingface.co/docs/huggingface_hub/guides/webhooks) - Event triggers
low line 52

External URL reference

SourceSKILL.md
52- Hugging Face Account with [Pro](https://hf.co/pro), [Team](https://hf.co/enterprise), or [Enterprise](https://hf.co/enterprise) plan (Jobs require paid plan)
low line 212

External URL reference

SourceSKILL.md
212- **Check:** Token type at https://huggingface.co/settings/tokens
low line 368

External URL reference

SourceSKILL.md
368hf_jobs("uv", {"script": "https://huggingface.co/datasets/uv-scripts/.../raw/main/foo.py"})
low line 468

External URL reference

SourceSKILL.md
468> **Reference:** [HF Jobs Hardware Docs](https://huggingface.co/docs/hub/en/spaces-config-reference) (updated 07/2025)
low line 533

External URL reference

SourceSKILL.md
533requests.post("https://your-api.com/results", json=results)
low line 694

External URL reference

SourceSKILL.md
694https://huggingface.co/jobs/username/job-id
low line 849

External URL reference

SourceSKILL.md
849See [Webhooks Documentation](https://huggingface.co/docs/huggingface_hub/guides/webhooks) for more details.
low line 1001

External URL reference

SourceSKILL.md
1001- [HF Jobs Guide](https://huggingface.co/docs/huggingface_hub/guides/jobs) - Main documentation
low line 1002

External URL reference

SourceSKILL.md
1002- [HF Jobs CLI Reference](https://huggingface.co/docs/huggingface_hub/guides/cli#hf-jobs) - Command line interface
low line 1003

External URL reference

SourceSKILL.md
1003- [HF Jobs API Reference](https://huggingface.co/docs/huggingface_hub/package_reference/hf_api) - Python API details
low line 1004

External URL reference

SourceSKILL.md
1004- [Hardware Flavors Reference](https://huggingface.co/docs/hub/en/spaces-config-reference) - Available hardware
low line 1008

External URL reference

SourceSKILL.md
1008- [UV Scripts Organization](https://huggingface.co/uv-scripts) - Community UV script collection
low line 1009

External URL reference

SourceSKILL.md
1009- [HF Hub Authentication](https://huggingface.co/docs/huggingface_hub/quick-start#authentication) - Token setup
low line 1010

External URL reference

SourceSKILL.md
1010- [Webhooks Documentation](https://huggingface.co/docs/huggingface_hub/guides/webhooks) - Event triggers
Scanned on May 23, 2026
View Security Dashboard
Installation guide →