sere-similarity-based-expert-re-routing
Warn
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The instructions direct the user to clone a repository from
https://github.com/JL-Cheng/SERE.gitand install it locally usingpip install .. - [COMMAND_EXECUTION]: The skill provides various shell commands for environment setup, calibration, and serving, such as
git clone,pip install, and executing local Python scripts likecal_expert_similarity.py. - [REMOTE_CODE_EXECUTION]: The guide instructs users to set the
trust_remote_code=Trueparameter and use the--trust-remote-codeflag. This configuration allows vLLM to execute arbitrary Python code defined within the model's files or the downloaded repository, which can be a significant risk when working with untrusted sources.
Audit Metadata