pinecone
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a guide for using Pinecone's vector database services. The provided Python snippets for index management, data upsertion, and querying follow standard API usage patterns.
- [CREDENTIALS_SAFE]: Authentication is handled using placeholders like
your-api-key, which is a safe practice to prevent the accidental exposure of real secrets. - [EXTERNAL_DOWNLOADS]: The skill references established packages (
pinecone-client,langchain-pinecone,llama-index) available through official package registries like PyPI. These are standard dependencies for the stated functionality. - [DATA_EXFILTRATION]: Network communication is limited to Pinecone's official API endpoints for the purpose of managing vector data, as expected for a database integration skill.
Audit Metadata