
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
AI CLI using OpenAI's open source model.
npm install -g ai-cli
Set your AI Gateway API key in your shell configuration:
# Add to ~/.zshrc or ~/.bashrc
export AI_GATEWAY_API_KEY=your-api-key
Get your API key at https://vercel.com/docs/ai-gateway
ai "whats up bro"
ai hello
echo "explain this code" | ai
ai -m openai/gpt-oss-120b "who is rauchg"
-m, --model
- Specify AI model (default: openai/gpt-oss-120b)-h, --help
- Show help messageYou can use any model available through Vercel AI Gateway by using the -m
flag:
ai -m claude-4-sonnet "who am i"
ai -m openai/gpt-4o "count to 3"
ai -m anthropic/claude-4.1-opus "spend my money"
FAQs
AI CLI using OpenAI's open source model.
We found that ai-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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 Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.