load-test-builder
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides command templates for installing and running performance testing tools (k6, Artillery, autocannon). These commands are standard for their respective ecosystems (npm, brew, apt) and are used for the skill's primary purpose of load testing.
- [PRIVILEGE_ESCALATION]: The GitHub Actions workflow example uses
sudoto configure the official k6 package repository and install the tool. This represents standard environment setup in a CI/CD context and does not exhibit malicious escalation patterns. - [INDIRECT_PROMPT_INJECTION]: The skill acts as a template generator for load testing scenarios based on user-provided API endpoints. It defines a clear structure for test scripts and uses environment variables for configuration, providing a defined boundary between the test logic and the target environment.
Audit Metadata