agent-as-a-router-coding

Fail

Audited by Snyk on Jul 18, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Several links point to assets hosted by individual/unvetted accounts (a GitHub repo that the instructions clone and pip-install, Hugging Face model/dataset under a personal username, and small personal domains), which can deliver arbitrary code or malicious artifacts and are therefore potentially suspicious.

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

  • Third-party content exposure detected (high risk: 0.70). The required runtime workflow includes downloading Hugging Face assets/datasets (public web content) via scripts/download_hf_assets.py and then running evaluation with --hf-dataset-dir, so outsider-authored dataset text can be ingested into the agent’s LLM prompt context through the task prompt field.

Issues (2)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 18, 2026, 12:38 AM
Issues
2
Security Audit — snyk — agent-as-a-router-coding