151-java-performance-jmeter
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the agent to verify that JMeter is correctly installed and accessible by executing the
jmeter --versioncommand before proceeding with the setup. - [COMMAND_EXECUTION]: The instructions direct the agent to modify file system permissions using
chmod +xfor the generatedrun-jmeter.shscript to allow it to be run as a command. - [COMMAND_EXECUTION]: The shell script template included in the skill performs file system operations such as directory creation (
mkdir -p) and deletion of previous results (rm,rm -rf) within the project's target directory. - [COMMAND_EXECUTION]: The provided script template executes the
jmetercommand-line tool to run performance tests and uses system utilities such asopenorxdg-opento display results to the user.
Audit Metadata