hf-mcp
Warn
Audited by Snyk on Jun 20, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill’s runtime path
hub_repo_details(..., include_readme=true)(and similarlymodel_search/dataset_searchwhen it returns repo metadata) can fetch and ingest outsider-authored README/model card text from the public Hugging Face Hub into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes runtime fetches from the Hugging Face Hub (e.g., hf_doc_fetch(doc_url="https://huggingface.co/docs/peft/...") and hub_repo_details(..., include_readme=true)) and dynamic_space/hf_jobs invocations that execute remote Spaces or pull container images, so external content can directly control agent instructions or run remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata