
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
A DynamoDB emulator for testing and CI. A single static binary that starts in milliseconds, verified against real AWS.
A DynamoDB emulator backed by SQLite, verified against real AWS by a public conformance suite. A single static binary that starts in milliseconds, with no runtime or database to install.
npm install --save-dev dynoxide
Or run directly without installing:
npx dynoxide --port 8000
Start an HTTP server:
dynoxide --port 8000
With a persistent database:
dynoxide --db-path data.db --port 8000
Then point any DynamoDB SDK at http://localhost:8000:
aws dynamodb list-tables --endpoint-url http://localhost:8000
Dynoxide includes an MCP server for coding agents (Claude Code, Cursor, etc.):
dynoxide mcp
dynoxide mcp --db-path data.db
Load data from a DynamoDB table export into a local Dynoxide instance:
dynoxide import --source ./export-data/ --schema schema.json --output data.db
| Platform | Architecture |
|---|---|
| macOS | x64, arm64 (Apple Silicon) |
| Linux | x64, arm64 |
| Windows | x64 |
This package installs a platform-specific prebuilt binary via npm's optionalDependencies. No compilation, no Docker, no JVM.
The binary is the same one available via Homebrew, GitHub Releases, and crates.io.
MIT or Apache-2.0, at your option.
FAQs
A DynamoDB emulator for testing and CI. A single static binary that starts in milliseconds, verified against real AWS.
The npm package dynoxide receives a total of 10,001 weekly downloads. As such, dynoxide popularity was classified as popular.
We found that dynoxide demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

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

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.