
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@amux.ai/adapter-qwen
Advanced tools
Qwen (Tongyi Qianwen) adapter for Amux
Official Qwen (Tongyi Qianwen) adapter for Amux. Qwen API is OpenAI-compatible, so this adapter extends the OpenAI adapter with Qwen-specific configurations.
pnpm add @amux.ai/llm-bridge @amux.ai/adapter-qwen
# or
npm install @amux.ai/llm-bridge @amux.ai/adapter-qwen
import { createBridge } from '@amux.ai/llm-bridge'
import { qwenAdapter } from '@amux.ai/adapter-qwen'
import { openaiAdapter } from '@amux.ai/adapter-openai'
const bridge = createBridge({
inbound: qwenAdapter,
outbound: openaiAdapter,
config: {
apiKey: process.env.OPENAI_API_KEY
}
})
import { createBridge } from '@amux.ai/llm-bridge'
import { openaiAdapter } from '@amux.ai/adapter-openai'
import { qwenAdapter } from '@amux.ai/adapter-qwen'
const bridge = createBridge({
inbound: openaiAdapter,
outbound: qwenAdapter,
config: {
apiKey: process.env.QWEN_API_KEY
}
})
const response = await bridge.chat({
model: 'gpt-4',
messages: [{ role: 'user', content: 'Hello!' }]
})
qwen-turboqwen-plusqwen-maxqwen-vl-plusqwen-vl-maxQwen API is OpenAI-compatible. For detailed API documentation, see Qwen API Documentation.
MIT © isboyjc
FAQs
Qwen adapter for Amux
We found that @amux.ai/adapter-qwen 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
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.