→ Back to Home
DevSecOps

JFrog Unveils AgentSecOps Controls to Secure AI Coding Agents and Software Supply Chains

At its swampUP conference, JFrog unveiled a suite of DevSecOps capabilities aimed at governing agentic software engineering and automating supply chain defense. Central to the update is zero-touch remediation via Compliant Version Selection, which automatically routes package requests containing known vulnerabilities to vetted, secure binary alternatives without requiring manual developer intervention. For AI-driven environments, JFrog introduced AI Asset Scanning to perform semantic analysis across instruction sets, skill scripts, plugins, and Model Context Protocol (MCP) server definitions. The platform also introduced Agent Guard to enforce repository allow/deny policies inside developer IDEs, integrated Microsoft's Agent Package Manager (APM) for reproducible agent context, and rolled out Traffic Controller alongside SASE providers Cloudflare, Netskope, and Zscaler to intercept and reroute public registry calls through Artifactory at the network layer. This release matters because the rapid adoption of AI coding agents like Cursor, Claude Code, and Copilot has created a massive blind spot in application security. Autonomous agents frequently pull packages, invoke external tools, and parse markdown instructions directly from developer environments. When security validation occurs solely at the continuous integration stage, malicious packages or prompt injections can already compromise local developer machines or lead to supply chain poisoning. By introducing runtime guardrails and network-level redirection, security teams can prevent non-compliant dependencies from bypassing corporate policies, protecting both human and machine-generated codebases. The announcement fits into the wider evolution of DevSecOps toward holistic Software Supply Chain Security and non-human identity governance. Over the past decade, DevSecOps focused on 'shifting left' within CI/CD pipelines. However, the rise of agentic engineering shifts the boundary even further left into local prompting and tool execution. Treating AI skills, instruction sets, and MCP configurations as version-controlled, auditable artifacts mirrors the established best practices of infrastructure as code and software bill of materials (SBOMs). In practice, engineering teams must recognize that AI agents require the same rigorous admission controls as human contributors. Adopting zero-touch binary remediation can dramatically reduce developer triage fatigue and accelerate build pipelines, but teams must ensure their automated test suites can safely validate transparent component version upgrades. DevSecOps leaders should audit how their development tools connect to public package repositories and consider establishing network-layer interception to prevent untracked, direct public fetches by autonomous agents.
#devsecops#supply chain security#ai security#ci/cd#vulnerability management
Read original source