Function Call Tracing
Pass
Audited by Gen Agent Trust Hub on May 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to compile provided C and C++ source code using
gccandg++to create an instrumentation shared library (libtrace.so) and a log converter tool (trace_to_perfetto). This is standard behavior for a development tool providing source code. - [SAFE]: The provided source code for
trace_instrument.candtrace_to_perfetto.cppwas analyzed and found to be free of malicious patterns. It uses standard system calls (dladdr,clock_gettime,syscall) for its intended purpose of tracing. The converter correctly implements basic JSON escaping to handle function names in the output. - [SAFE]: The skill references
ui.perfetto.dev, which is a well-known, legitimate service provided by Google for trace analysis. No remote code downloads or unauthorized network operations were detected.
Audit Metadata