pinecone:assistant
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with Pinecone's managed RAG service using the official
pineconePython client library. All API communication is directed to legitimate Pinecone infrastructure. - [DATA_EXPOSURE]: The skill requires a
PINECONE_API_KEYbut correctly instructs the user to provide it via environment variables or a.envfile. This approach follows secure development practices by avoiding hardcoded credentials. - [COMMAND_EXECUTION]: The skill facilitates the execution of local management scripts (e.g.,
create.py,upload.py) via theuvtool. These operations are limited to the skill's own directory and are necessary for its documented functionality. - [INDIRECT_PROMPT_INJECTION]: As a RAG-based tool, the skill ingests user-provided documents that are later used in assistant responses. While this constitutes an attack surface for indirect prompt injection, it is the intended primary purpose of the skill. The implementation does not bypass any safety filters and relies on the underlying Pinecone Assistant service's safety mechanisms.
Audit Metadata