← Back to News
Published on 6/1/2026

OWASP Launches Agent Memory Guard and NVIDIA Unveils Cosmos 3 as Copilot Shifts to Token Billing

OWASP Launches Agent Memory Guard and NVIDIA Unveils Cosmos 3 as Copilot Shifts to Token Billing
Copilot Pro Monthly Cost
$10/month (includes $10 in AI Credits)
NVIDIA RTX Spark Performance
1 Petaflop AI Compute
OWASP Guard Target Vulnerability
ASI06 (Memory Poisoning)
Malicious npm Package
codexui-android

Daily Highlights

  • GitHub Copilot Billing Shift: Today, Microsoft officially ended flat-rate pricing for GitHub Copilot, transitioning to a usage-based 'AI Credits' model. Copilot Pro and Pro+ plans now include fixed monthly credits, with additional usage billed dynamically. Furthermore, Copilot code reviews now consume GitHub Actions minutes on private repositories, sparking widespread developer debate over potential 'bill shock'.
  • NVIDIA Launches Cosmos 3 & RTX Spark: At GTC Taipei, NVIDIA introduced Cosmos 3, a fully open-source physical AI foundation model built on a mixture-of-transformers architecture that natively processes text, images, video, sound, and physics-based actions. Alongside it, NVIDIA unveiled the RTX Spark superchip, bringing 1 petaflop of local AI performance to Windows PCs to run 120B-parameter models locally.
  • OpenAI Codex npm Supply Chain Attack: Security researchers disclosed that codexui-android, a popular npm package with over 29,000 weekly downloads acting as a web UI for OpenAI Codex, has been quietly exfiltrating users' auth.json tokens to a malicious server masquerading as Sentry. Developers are urged to audit their environments immediately.

Niche Project of the Day

OWASP Agent Memory Guard: Released today, this open-source runtime defense layer protects AI applications from 'Memory Poisoning' (ASI06 in the OWASP Top 10). It sits between an AI model and its persistent memory store, screening reads and writes via a YAML policy and five detection categories (including SHA-256 baselines and prompt injection markers). It features drop-in middleware for LangChain and standard model inputs.

Key Takeaways

  • GitHub Copilot transitions to usage-based AI Credits and begins consuming Actions minutes for code reviews.
  • NVIDIA releases Cosmos 3, a fully open-source mixture-of-transformers physical AI model, alongside the 1-petaflop RTX Spark superchip.
  • OWASP launches Agent Memory Guard, an open-source runtime defense tool targeting memory poisoning vulnerabilities.