together-embeddings
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill uses the official
togetherPython SDK andtogether-aiNode.js package to interact with Together AI's well-known API endpoints. - [SAFE]: Sensitive credentials like API keys are managed through environment variables (
TOGETHER_API_KEY), which is a standard security best practice. - [PROMPT_INJECTION]: The skill implements a Retrieval-Augmented Generation (RAG) pipeline, which is a common surface for indirect prompt injection attacks where malicious content in indexed documents could influence the agent's behavior. \n
- Ingestion points: The
VectorStore.addmethod inscripts/rag_pipeline.pyaccepts external text data to be indexed. \n - Boundary markers: The system prompt in
rag_queryuses a "Context:" label to delimit retrieved information. \n - Capability inventory: The pipeline uses
client.chat.completions.createto generate responses based on the context. \n - Sanitization: No explicit sanitization or filtering of the retrieved content is performed before interpolation into the prompt.
Audit Metadata