161-java-profiling-detect
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the async-profiler utility from its official GitHub repository (github.com/async-profiler/async-profiler). This is a well-known and trusted source for Java performance tools.
- [COMMAND_EXECUTION]: The provided scripts execute standard Java diagnostic tools, including jps, jcmd, jstack, and jstat, to identify processes and collect profiling data.
- [COMMAND_EXECUTION]: The script executes the downloaded asprof binary to perform low-level profiling (CPU, memory, locks) on the target Java process.
Audit Metadata