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.pyexecutes thewrkandabbenchmarking tools viasubprocess.run(). - Evidence: Functions
run_wrkandrun_abuse 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_urlfunction to ensure it uses standard web protocols.
Audit Metadata