
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@microsoft/agents-bot-hosting-storage-cosmos
Advanced tools
Microsoft 365 Agents SDK State Cosmos Storage support.
This package allows to configure Azure CosmosDB Storage as the backend for Agents conversation State
const cosmosDbStorageOptions = {
databaseId: process.env.COSMOS_DATABASE_ID || 'botsDB',
containerId: process.env.COSMOS_CONTAINER_ID || 'botState',
cosmosClientOptions: {
endpoint: process.env.COSMOS_ENDPOINT!,
key: process.env.COSMOS_KEY!,
}
} as CosmosDbPartitionedStorageOptions
const cosmosStorage = new CosmosDbPartitionedStorage(cosmosDbStorageOptions)
const conversationState = new ConversationState(cosmosStorage)
const userState = new UserState(cosmosStorage)
FAQs
Microsoft 365 Agents SDK State Cosmos Storage support.
We found that @microsoft/agents-bot-hosting-storage-cosmos demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.