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.sh and heapprofd_reports.sh) automate the processing of raw trace data. These scripts perform local path resolution and use standard utilities like awk and grep for data extraction.
  • Dependency Checks: The scripts include logic to locate required binaries like simpleperf and trace_processor_shell within standard Android SDK and NDK locations, providing a reliable fallback mechanism without downloading untrusted external code.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 28, 2026, 07:06 PM
Security Audit — agent-trust-hub — android-performance