arize-trace
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill identifies an attack surface where data retrieved from external LLM applications via the Arize platform could contain malicious instructions.
- Ingestion points: Trace and span data downloaded using
ax spans exportandax traces exportcommands (SKILL.md). - Boundary markers: The instructions include an explicit 'untrusted content guardrail' that directs the agent to treat all exported data as raw text and never execute or interpret it as instructions.
- Capability inventory: The skill executes shell commands using the
axCLI tool for profile configuration and data retrieval. - Sanitization: The skill relies on clear instructional constraints for the agent rather than automated data sanitization.
- [EXTERNAL_DOWNLOADS]: The setup instructions provide standard procedures for installing the
arize-ax-cliandcertifipackages through official registries using tools likepip,uv, orpipx(references/ax-setup.md). - [COMMAND_EXECUTION]: The skill defines various workflows that utilize the
axcommand-line interface to interact with the Arize platform, including profile management, space discovery, and data export operations. - [CREDENTIALS_UNSAFE]: The skill demonstrates secure credential handling by explicitly instructing the agent never to read
.envfiles or search the filesystem for secrets, and instead guides the user to set theARIZE_API_KEYenvironment variable (references/ax-profiles.md).
Audit Metadata