hugging-face-evaluation

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 extract-readme workflow loads and parses the target model card README content from Hugging Face (ModelCard.load(repo_id)card.contentextract_tables_with_parser(readme_content)), so any outsider-authored README text (i.e., the repo’s README not authored by the operating user) can be ingested into the LLM context as free-form prose.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.80). The skill runs evaluations that download Hugging Face model repositories at runtime (e.g., https://huggingface.co/{model_id}) and explicitly exposes/uses a --trust-remote-code option and backends that will load/execute code from those model repos, which can result in executing remote code fetched during runtime.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill instructs running local evaluations (vLLM, lighteval, inspect-ai) and even explicitly recommends using the --trust-remote-code flag for models with custom code, which encourages executing untrusted remote code on the host (a clear risk of compromising machine state), but it does not request sudo, creating users, or modifying system/privileged files.

Issues (3)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 20, 2026, 03:15 AM
Issues
3
Security Audit — snyk — hugging-face-evaluation