Skip to content

[help wanted] Add Pinecone vector store target #7

Description

@Carlos-Projects

Task

Add support for scanning Pinecone vector databases as a RAG target.

What to do

  • Create src/raguard/targets/pinecone.py
  • Implement the VectorStoreTarget interface for Pinecone
  • Scan for poisoned vectors, injection points, and policy bypass attempts
  • Handle authentication via API key config
  • Add tests with mocked Pinecone client

Skills needed

  • Python, Pinecone API
  • Understanding of RAG security and vector databases

Acceptance criteria

  • raguard scan --target pinecone://index-name works
  • Auth is handled securely via config/env
  • All tests pass and lint is clean

See CONTRIBUTING.md.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions