perf-test-flagos
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
vllm bench servecommands within a Docker container to measure performance metrics such as throughput and latency. These operations are restricted to the local environment and the target container.- [DYNAMIC_EXECUTION]: Python scriptsscripts/run_benchmark.pyandscripts/run_all_benchmarks.pyuse thesubprocess.run()module to interface with system binaries. The command construction uses lists, which is a safe practice against shell injection.- [INDIRECT_PROMPT_INJECTION]: The skill represents a vulnerability surface for indirect prompt injection as it parses potentially untrusted output from models and benchmarking tools. However, it implements standard JSON parsing and regex-based metric extraction which limits the risk of adversarial data influence.- [REMOTE_CODE_EXECUTION]: A pattern involvingcurlpiped topython3was identified inSKILL.md. Technical review confirms this is a benign operation used to parse JSON data from a local service (localhost:8000) using a static Python one-liner to extract model IDs.
Audit Metadata