pinecone-quickstart
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes local Python scripts (
scripts/upsert.pyandscripts/quickstart_complete.py) to demonstrate index creation and data upsertion using theuvpackage manager. - [EXTERNAL_DOWNLOADS]: The skill depends on the official
pineconeandtyperlibraries which are downloaded from the Python Package Index (PyPI) during runtime initialization. - [CREDENTIALS_UNSAFE]: Accesses the
PINECONE_API_KEYenvironment variable to authenticate with the Pinecone API, following industry standard practices for secure credential management in development environments.
Audit Metadata