perfetto-trace-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves the
trace_processorPython wrapper script fromhttps://get.perfetto.dev/trace_processor. This is an official domain for Google's Perfetto performance analysis tools. - [REMOTE_CODE_EXECUTION]: The downloaded script is granted execution permissions via
chmod +xand subsequently run to process trace data and execute SQL queries. - [COMMAND_EXECUTION]: The agent is instructed to use standard shell commands (such as
curl,ls, andchmod) to download, verify, and run the analysis tooling. It also generates temporary SQL files in the/tmp/directory for query execution.
Audit Metadata