phoenix-tracing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- Unverifiable Dependencies & Remote Code Execution (LOW): The skill references several external packages such as
arize-phoenix-otel,openinference-instrumentation-openai, and@arizeai/phoenix-otel. These originate from the Arize AI and OpenInference organizations, which are not on the predefined trusted list. However, these dependencies are fundamental to the skill's core purpose and are used according to standard industry practices for observability. - Indirect Prompt Injection (LOW): The skill defines patterns for capturing untrusted data from LLM interactions using attributes like
input.valueandoutput.value(as seen inrules/fundamentals-required-attributes.md). 1. Ingestion points: Untrusted strings from LLM prompts and responses entering the trace context. 2. Boundary markers: The skill documents the use of environment variables likeOPENINFERENCE_HIDE_INPUTSto prevent the storage of sensitive or malicious data. 3. Capability inventory: No dangerous autonomous code execution is implemented in the skill's scripts. 4. Sanitization: Detailed production guides inrules/production-python.mdandrules/production-typescript.mdprovide methods for PII masking and data suppression to sanitize the collected data.
Audit Metadata