pinecone-cli
Warn
Audited by Runlayer on Feb 28, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
pinecone-cli/SKILL.mdMEDIUM
77.5%
Malicious tool definition detected
| List namespaces | `pc index namespace list -n my-index` | | Create backup | `pc backup create -i my-index -n "my-backup"` | | JSON output (for scripting) | Add `-j` to any command | --- ## Interesting Things You Can Do ### Query with custom vectors (not just text) Unlike the MCP, the CLI lets you query any index with raw vector values — useful when you generate embeddings externally (OpenAI, HuggingFace, etc.): ```bash pc index vector query -n my-index \ --vector '[0.1, 0.2, ..., 0.9]' \ --fil
pinecone-cli/references/command-reference.mdLOW
53.2%
Tool passed security scan
Passed Files (1)Click to expand
pinecone-cli/references/troubleshooting.mdOK
35.6%
Tool passed security scan
Audit Metadata