
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
CLI for Kyma API — one endpoint, 21 open-source models.
npm install -g kyma-api
Or use directly:
npx kyma-api
# Authenticate
kyma-api login
# Chat with the best model
kyma-api chat "What is Rust?"
# Pick a specific model
kyma-api chat -m deepseek-v3 "Explain transformers"
# Interactive mode
kyma-api chat
# Pipe mode
echo "Summarize this" | kyma-api chat
| Command | Description |
|---|---|
kyma-api login | Authenticate (device code flow or API key) |
kyma-api chat <prompt> | Stream a chat response |
kyma-api models | List available models |
kyma-api balance | Show credit balance and tier |
kyma-api keys | Manage API keys |
kyma-api status | Account overview |
# Device code flow (opens browser)
kyma-api login
# Direct API key
kyma-api login --api-key kyma-xxxx
# Environment variable
export KYMA_API_KEY=kyma-xxxx
kyma-api chat "hello"
# JSON output
kyma-api models --json
# Quiet (no banners)
kyma-api chat --quiet "hello"
# Auto-detected when piped
echo "hello" | kyma-api chat
FAQs
CLI for Kyma API — one endpoint, 21 models
The npm package kyma-api receives a total of 2 weekly downloads. As such, kyma-api popularity was classified as not popular.
We found that kyma-api 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.

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.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.