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 Mar 14, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 815

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
821from huggingface_hub import create_webhook
low line 823

Webhook reference - potential data exfiltration

SourceSKILL.md
823# Create webhook that triggers a job when a repo changes
low line 824

Webhook reference - potential data exfiltration

SourceSKILL.md
824webhook = create_webhook(
medium line 836

Webhook reference - potential data exfiltration

SourceSKILL.md
8361. Webhook listens for changes in watched repositories
medium line 837

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
846**Access webhook payload in script:**
low line 851

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
1016- [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 215

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
700https://huggingface.co/jobs/username/job-id
low line 855

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
1016- [Webhooks Documentation](https://huggingface.co/docs/huggingface_hub/guides/webhooks) - Event triggers
Scanned on Mar 14, 2026
View Security Dashboard