AI Weekly Malaysia

Summaries

Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.

Reset

Showing 1-2 of 2 results

DateProviderScoreSummary
12 Aug 2026, 4:04 PMThe Hacker News7.5 Malicious LiteLLM Releases Tied to Trivy Hack May Have Exposed 2,100+ Organizations

Two malicious LiteLLM releases (versions 1.82.7 and 1.82.8) were live on PyPI for ~40 minutes on March 24, 2026, containing credential-stealing code that harvested cloud keys, SSH keys, Kubernetes tokens, and database passwords. CloudSEK obtained ~434,000 captured files mapping potential exposure to 2,500+ organizations (including NVIDIA, Cisco, Deloitte, Volkswagen), and published a public lookup tool. The FBI warned in a July advisory that stolen credentials may be weaponized long after the initial compromise.

Why: If you installed LiteLLM from PyPI on March 24, 2026 (especially between 10:39–16:00 UTC), treat your CI/CD secrets as compromised and rotate cloud keys, SSH keys, Kubernetes tokens, and database passwords immediately—do not wait for proof of misuse. Check CloudSEK's public lookup tool by org name or domain to assess exposure.

12 Aug 2026, 7:00 PMTechCrunch5.0 AI code-testing startup Blacksmith’s valuation jumps almost 10x in less than a year

Blacksmith, a CI and AI code-testing startup, raised a $45M Series B at a $550M valuation, up from $60M in under a year. It serves 5,000+ customers including Supabase, Clerk, and Expensify, and has added Codesmith, an AI agent that auto-fixes failed code checks, on top of its CI platform.

Why: If you ship AI-generated code via Cursor, Codex, or Claude Code, validation—not generation—is now your bottleneck; evaluate whether a dedicated CI/testing layer like Blacksmith or built-in options (GitHub Actions, Cursor Automations) fits your pipeline before this becomes a production-quality issue.

Top