perf-test-flagos
Warn
Audited by Socket on Sep 16, 2026
1 alert found:
AnomalyAnomalyscripts/run_benchmark.py
LOWAnomalyLOW
scripts/run_benchmark.py
The code is a readable benchmark wrapper with no direct evidence of malware or intentional data theft. Its main security risk is the unconditional use of vllm's --trust-remote-code option, which can execute arbitrary code from a selected remote model or tokenizer repository. The caller-controlled extra arguments are passed without shell execution, reducing command-injection risk in this module. Use only trusted model repositories and disable remote-code trust where possible.
Confidence: 97%Severity: 62%
Audit Metadata