
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@mastra/duckdb
Advanced tools
Affected versions:
DuckDB vector store provider for Mastra - embedded high-performance vector storage with HNSW indexing
DuckDB vector store implementation for Mastra, providing high-performance embedded vector similarity search with HNSW indexing. No external server required - runs entirely in-process.
npm install @mastra/duckdb
Configure the database credentials required by your provider.
import { Mastra } from '@mastra/core';
import { DuckDBVector } from '@mastra/duckdb';
const vectorStore = new DuckDBVector({
id: 'rag-store',
path: './rag-vectors.duckdb',
});
// Use with Mastra's RAG system
const mastra = new Mastra({
vectors: {
ragStore: vectorStore,
},
});
See the package changelog for version history and release notes.
We have an open community Discord. Come and say hello and let us know if you have any questions or need any help getting things running.
FAQs
DuckDB vector store provider for Mastra - embedded high-performance vector storage with HNSW indexing
The npm package @mastra/duckdb receives a total of 57,389 weekly downloads. As such, @mastra/duckdb popularity was classified as popular.
We found that @mastra/duckdb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.