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 gcc and g++ 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.c and trace_to_perfetto.cpp was 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
Risk Level
SAFE
Analyzed
May 31, 2026, 12:32 AM
Security Audit — agent-trust-hub — Function Call Tracing