
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
@mastra/memory
Advanced tools
Affected versions:
@mastra/memory gives Mastra agents persistent conversation history, semantic recall, working memory, and observational memory. Attach a Memory instance to an agent when it should retain context across messages and threads.
npm install @mastra/memory
Attach memory to an agent and pass a stable thread and resource ID when generating a response.
import { Agent } from '@mastra/core/agent';
import { Memory } from '@mastra/memory';
const agent = new Agent({
id: 'support-agent',
name: 'Support agent',
instructions: 'Answer support questions using the conversation history.',
model: 'openai/gpt-5.6-sol',
memory: new Memory(),
});
const response = await agent.generate('What did we discuss last time?', {
memory: { thread: 'conversation-123', resource: 'user-456' },
});
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
Unknown package
The npm package @mastra/memory receives a total of 317,808 weekly downloads. As such, @mastra/memory popularity was classified as popular.
We found that @mastra/memory 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.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.