android-performance
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Standard Command Execution: The skill heavily uses
adb(Android Debug Bridge) to interact with connected devices or emulators. This includes starting performance traces, pulling data files, and managing application states, which is necessary for its primary function. - Local File Management: It creates a temporary directory for artifacts (
mktemp -d) and manages profiling data. It correctly avoids placing run artifacts within the skill directory, following best practices for tool hygiene. - Performance Reporting Scripts: Included scripts (
simpleperf_hotspots.shandheapprofd_reports.sh) automate the processing of raw trace data. These scripts perform local path resolution and use standard utilities likeawkandgrepfor data extraction. - Dependency Checks: The scripts include logic to locate required binaries like
simpleperfandtrace_processor_shellwithin standard Android SDK and NDK locations, providing a reliable fallback mechanism without downloading untrusted external code.
Audit Metadata