164-java-profiling-verify
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute local shell scripts (
java-profile.sh,run-with-profiler.sh) and system utilities (jps,curl,chmod) as part of the intended Java profiling and verification workflow. - [DYNAMIC_EXECUTION]: The skill provides a command to dynamically generate a load-testing script (
load-test.sh) using a local HEREDOC template to facilitate automated profiling. This is a standard automation practice in development tools. - [DATA_EXPOSURE]: Uses
curlto interact with local services (e.g.,http://localhost:8080/actuator/health) to verify application status. These operations are restricted to localhost and involve no external exfiltration of data.
Audit Metadata