
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
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 0 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.
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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.