151-java-performance-jmeter
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill creates a local shell script (
run-jmeter.sh) and grants it executable permissions usingchmod +x. - [COMMAND_EXECUTION]: The shell script template includes logic to automatically open the generated HTML test reports using system commands like
openorxdg-open. - [SAFE]: The skill implements a prerequisite check by running
jmeter --versionto confirm the required software is installed before performing any modifications. - [SAFE]: All file system operations, such as creating directories or deleting previous test results, are restricted to the project root and the standard
target/build directory.
Audit Metadata