API Benchmark

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The api-benchmark skill is a legitimate utility designed to measure LLM API performance (TTFT and throughput). The code in main.py correctly implements streaming requests for OpenAI and Anthropic formats, includes robust error handling with exponential backoff, and follows security best practices by supporting environment variable resolution for API keys. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the tool's behavior is entirely consistent with its stated purpose.