together-embeddings
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The retrieval-augmented generation (RAG) implementation in
scripts/rag_pipeline.pyexhibits an indirect prompt injection surface common to such architectures. - Ingestion points: Contextual data from the
knowledgelist and user queries inscripts/rag_pipeline.py. - Boundary markers: Uses structured system messages to isolate context from queries.
- Capability inventory: Interacts with the
client.chat.completions.createendpoint. - Sanitization: No specific content sanitization is applied prior to prompt interpolation.
Audit Metadata