nooa-capturing-traces
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill is designed to capture and export execution traces. These traces contain detailed information about agent operations, including LLM input and output messages, agent method signatures and arguments, and tool execution data. This data can be written to local JSONL files in a user-defined directory (defaulting to
./traces) or sent over the network to OTLP endpoints or third-party services like Langfuse using standard OpenTelemetry protocols. - [COMMAND_EXECUTION]: The documentation provides examples of using the
nooaCLI tool for managing the developer environment, starting a trace viewer, and executing agents with instrumentation. - [EXTERNAL_DOWNLOADS]: The skill references several Python dependencies required for its functionality, including the
nooapackage and theopentelemetry-exporter-otlp-proto-httplibrary for OTLP communication. These are standard packages for the described functionality.
Audit Metadata