performance-testing
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [CREDENTIALS_UNSAFE]: Example K6 scripts such as
load-test.jsand the projectREADME.mdcontain hardcoded credentials (username: 'test',password: 'test123'). These are specifically designed for the public sandbox athttps://test.k6.ioused for demonstration purposes and do not involve sensitive user information. - [COMMAND_EXECUTION]: Multiple helper scripts in the
scripts/directory, includingbatch_convert_templates.pyand variousconvert_to_*.pywrappers, utilize the Pythonsubprocessmodule to execute internal conversion logic. These executions are constrained to the skill's own scripts and use list-based argument passing, which is a secure method for invoking subcommands. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to legitimate and well-known testing endpoints such as
test.k6.ioandjsonplaceholder.typicode.comas part of its core performance testing functionality. Additionally, the documentation provides instructions for installing the K6 CLI tool from official sources. - [PRIVILEGE_ESCALATION]: Documentation within
examples/k6-load-testing/README.mdsuggests usingsudofor the installation of the K6 binary on Linux systems. This is a standard system administration task for installing software via package managers and is not executed automatically by the skill's scripts.
Audit Metadata