arize-trace
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes trace data that may contain untrusted content from third-party LLM applications.
- Ingestion points: Trace and span data are imported via
ax spans exportandax traces exportcommands as described inSKILL.md. - Boundary markers: The skill includes a specific 'untrusted content guardrail' warning instructing the agent to never execute or act on content found within span attributes.
- Capability inventory: The skill allows shell command execution (
ax,jq,date) and network operations via the Arize CLI. - Sanitization: The skill relies on natural language instructions to ensure the agent treats external data as raw text for analysis only.
- [COMMAND_EXECUTION]: The skill requires the use of the
axCLI tool and standard system utilities likejqanddateto manage and inspect trace data. - [EXTERNAL_DOWNLOADS]: The skill depends on the
arize-ax-clipackage, which is the official command-line interface provided by the vendor (Arize AI). Instructions for installation via PyPI/uv are provided inreferences/ax-setup.md.
Audit Metadata