
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Try it out:
npx opencoder@latest
bunx opencoder@latest
Or try the beta channel:
npx opencoder@next
https://github.com/user-attachments/assets/67c52f00-7c54-404d-b1e2-244312f0094a
OpenCoder is built on top of the Vercel AI SDK. It is fully compatible with the AI SDK model, any official or community model supported by the AI SDK will work with OpenCoder:
import { ollama } from 'ollama-ai-provider'; // read more: https://sdk.vercel.ai/providers/community-providers/ollama
import type { Config } from 'opencoder';
export default {
model: ollama('qwq'),
} satisfies Config
Integrate powerful MCP capabilities into your workflow in 1 step. OpenCoder provides ready-to-use MCP tools that can be implemented with just a few lines of code:
import { playwright } from 'opencoder/mcp';
export default {
mcp: [playwright()],
} satisfies Config
More examples:
OpenCoder has a cross-platform shell that supports Windows, Linux, and MacOS. Powered by Deno shell
.vscode/mcp.json or .cursorrules/mcp.jsonimport { playwright } from "opencoder/mcp")Contributions are welcome!
FAQs
Try it out:
The npm package opencoder receives a total of 52 weekly downloads. As such, opencoder popularity was classified as not popular.
We found that opencoder 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.
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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.