sere-similarity-based-expert-re-routing
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 required runtime workflow includes serving via
vllm serve(OpenAI-compatible API) where arbitrary client prompt text is ingested by the vLLM server and becomes LLM-readable input; since clients are outsiders, this is outsider-authored free text entering the agent/LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs runtime retrieval and installation of remote executable code from the GitHub repository https://github.com/JL-Cheng/SERE (via "git clone https://github.com/JL-Cheng/SERE.git && ... pip install ."), which the skill then executes and depends on for its vLLM plugin and CUDA kernel.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata