This page may contain stale information. Last updated: 2026-06-12

Overview

Developer tools encompass software applications, platforms, and frameworks that assist software engineers in building, testing, debugging, and deploying applications. In June 2026, two major security shifts affect the tooling landscape: npm v12’s install-script lockdown and agentjacking attacks against ai-coding-tools.

June 2026 Product Launches

MiMo Code (June 10)

  • xiaomi MIT-licensed terminal coding-agents forked from opencode
  • Install: npm install -g @mimo-ai/cli (Windows) or curl installer (macOS/Linux)
  • Persistent memory via dream/distill; free MiMo-V2.5 channel

GitHub Agentic Workflows (June 11)

  • gh aw CLI: init, compile, run, logs, audit
  • Natural-language markdown → Actions YAML; multiple AI engines
  • Security-first: Agent Workflow Firewall, read-only default, safe outputs

OpenAI Codex-Ona (June 11)

2026 Security Developments

npm v12 (July 2026)

  • allowScripts defaults off — install lifecycle scripts require explicit approval
  • npm approve-scripts workflow for building committed allowlists
  • Affects all javascript/nodejs projects using npm
  • Preparation via npm 11.16.0+ advisory warnings

Agentjacking (June 2026)

  • ai-coding-tools connected to observability platforms (e.g., sentry via model-context-protocol) treat external data as trusted
  • Agents auto-execute remediation commands from injected error reports
  • Expands devtools attack surface beyond package managers to agent-MCP integrations

Key Tool Categories

CategoryExamples2026 Risk
Package managersnpm, pnpm, YarnInstall-script worms (miasma-worm)
AI coding agentscursor, codex, Claude Code, mimo-codeagentjacking, prompt injection
CI/CD agentsgithub Agentic WorkflowsSandbox escape, prompt injection
Observabilitysentry, DatadogUntrusted data via MCP
Version controlgithubOIDC trusted publishing bypass

Sources