http-load-profiler

Pass

Audited by Gen Agent Trust Hub on Jun 13, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/http_benchmark.py executes the wrk and ab benchmarking tools via subprocess.run().
  • Evidence: Functions run_wrk and run_ab use list-based command construction (e.g., cmd = ["wrk", "-t", str(threads), ... , url]), which is a best practice to prevent shell injection.
  • Context: This behavior is central to the skill's purpose as a load-testing wrapper. The URL input is validated in the validate_url function to ensure it uses standard web protocols.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 02:06 AM
Security Audit — agent-trust-hub — http-load-profiler