
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

A CLI tool that provides detailed information about AI language models, helping developers choose the right model for their needs.
List all GPT models and group by series
npx aidex -m gpt -g
List all OpenAI models
npx aidex --provider openai
Compare models
npx aidex --compare gemini,gpt-4o,claude-3-5-sonnet
Usage: aidex [options] [search terms]
Options: --help, -h Show this help message -m, --model Search for specific model(s) -p, --provider Filter by provider --function-calling Show only models that support function calling --vision Show only models that support vision --mode Filter by mode (embedding, chat, completion, rerank, etc) --sort-token Sort by max input tokens (descending) --sort-cost Sort by input cost per token (descending) --sort-by Sort by specific field (max_tokens, max_input_tokens, etc) --group-by Group results by: type, provider, mode, or series --show-all Show all versions of models (including older ones) -c, --compare Compare multiple models (comma-separated) --verbose [level] Show debug output (default level: 1, max: 2)
The --group-by option allows you to organize models in different ways:
provider: Groups by AI providers (OpenAI, Anthropic, etc.)type: Groups by model capabilities (Latest, Vision, etc.)mode: Groups by model mode (Chat, Embedding, etc.)series: Groups by model series:
Examples: npx aidex --model gemini npx aidex --provider openai npx aidex --function-calling --vision npx aidex --mode chat --sort-cost npx aidex --compare "gpt-4,claude-2" npx aidex --group-by series npx aidex --show-all --group-by type
FAQs
Get quick insights for all major AI models like GPT, Claude, Gemini, and more! 🧠
The npm package aidex receives a total of 2 weekly downloads. As such, aidex popularity was classified as not popular.
We found that aidex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.