August 2026 Summaries
16 posts from JFrog
Filter
Month:
Year:
Post Summaries
Back to Blog
JFrog is introducing a Preview track at swampUP 2026 to make selected new capabilities available sooner in response to accelerating AI-driven software development cycles. Preview will operate alongside the company’s standard release process and includes Closed Preview, where a small customer group provides feedback, and Open Preview, where eligible customers can use fully supported features immediately; both options are free but require users to opt in and accept Preview terms through MyJFrog. Features shown or demonstrated at swampUP NY are expected to become available shortly afterward, allowing customer feedback to influence product development. Preview features are not guaranteed to reach general availability, but JFrog says it will provide advance notice if a capability is discontinued.
Aug 28, 2026
489 words in the original blog post.
JFrog reports that its entire software supply chain platform has undergone an IRAP assessment at Australia’s Protected classification level by ASD-endorsed assessor CyberCX against the Information Security Manual. The company emphasizes that IRAP is an independent assessment rather than a certification, with individual government agencies using the resulting report to make their own Authority to Operate decisions. It argues that supply chain security has become a governance and national-resilience concern as risks increasingly arise from dependencies, binaries, container images, and AI models. The assessment covers JFrog’s end-to-end platform capabilities, including open-source ingestion, artifact management, vulnerability scanning, policy controls, signed distribution, and runtime monitoring, across AWS, Azure, and Google Cloud sovereign Australian regions. JFrog says the assessment can help Australian public-sector and regulated organizations reduce duplicated control reviews, support faster procurement and ATO processes, and maintain hosting flexibility while meeting Australian government security and sovereignty requirements.
Aug 27, 2026
947 words in the original blog post.
AI coding agents such as Cursor and Claude Code can autonomously select and download dependencies from public registries, creating a software supply-chain governance gap because these downloads may bypass organizations’ controlled repositories, scanning, policies, and audit trails. The risk is heightened by growing malicious-package activity and “slopsquatting,” in which attackers register package names hallucinated by AI models. JFrog’s preview Agent Package Resolution feature aims to route agent-driven dependency requests through JFrog Artifactory, applying existing Curation policies, Xray vulnerability and license scanning, and logging without requiring developers to manually configure projects. Available initially for Claude Code and Cursor, it uses session steering, persistent package-manager configuration, and server-side policy enforcement to cover direct, indirect, and transitive installs. The company says the approach gives platform and security teams governance parity for AI-assisted development while allowing developers to retain their existing workflows.
Aug 25, 2026
1,095 words in the original blog post.
JFrog Platform Federation is presented as a peer-to-peer architecture for synchronizing distributed software delivery environments across regions, data centers, private clouds, air-gapped sites, and JFrog Cloud SaaS. It extends earlier artifact and access federation by aiming to replicate projects, permissions, roles, tokens, repositories, release stages, and security and governance policies, reducing manual coordination, configuration drift, regional compliance gaps, and cross-region data-transfer costs. The approach supports global development teams needing low-latency local access, disaster-recovery operations in which each site remains an active peer rather than a passive standby, and hybrid or phased SaaS migrations. Its currently available capabilities include Projects Federation for synchronized workspaces and access settings, Curation Federation for rapidly applying open-source security rules and waivers worldwide, and Automated Repository Provisioning to create repositories according to stage-to-site mappings. JFrog says the model will expand to further security and governance products, with the goal of allowing organizations to configure controls once and have them enforced across their connected sites.
Aug 24, 2026
1,655 words in the original blog post.
Frontier AI is portrayed as shortening vulnerability exploitation timelines from weeks to hours, enabling more attackers to develop and chain exploits that previously required significant expertise, while conventional application-security workflows remain dependent on manual triage, ticketing, review, and approval. Although AI assistants can reduce operational workload, the passage argues that they do not eliminate review bottlenecks and calls instead for a self-healing software supply chain capable of automatically preventing, detecting, prioritizing, remediating, and documenting risks at machine speed. Such automation must preserve build integrity, address exposure across the ecosystem, focus on reachable and exploitable code, and produce signed cryptographic evidence for governance. The passage contends that these functions must operate as an integrated system rather than as disconnected tools, and promotes JFrog’s planned swampUP announcement as an example of this approach.
Aug 24, 2026
684 words in the original blog post.
AI agents face significant security risks when they acquire external packages, AI assets, and tools such as MCP servers, because they may unknowingly import poisoned components containing malicious instructions or flawed components with known vulnerabilities. Unlike experienced developers, agents lack inherent judgment about package reputation, licensing, provenance, or organizational policy, making conventional perimeter measures such as prompt filtering, standalone scanners, and sandboxes insufficient to prevent unsafe artifacts from entering software builds. The proposed approach, termed “agent immunization,” embeds layered, continuous security directly into an agent’s working environment by requiring all consumed and produced assets to establish trust, enforcing controls at the point of action, and tying each activity to a specific scoped identity. This internal model is presented as more scalable than manual review and external defenses as autonomous agents rapidly generate large volumes of work, allowing organizations to use agents at high speed while maintaining traceability and confidence in their outputs.
Aug 24, 2026
840 words in the original blog post.
JFrog is incorporating the AI-native capabilities developed through its JFrog Fly beta into the broader JFrog Platform and Artifactory, aiming to support enterprise software delivery workflows in which AI agents play a larger role. Features moving from Fly include agent-oriented connections to Artifactory for trusted package resolution and release management, semantic release metadata controls, AI-assisted workflows, and more flexible handling of models and artifacts. The company plans to wind down the standalone Fly beta after using it to test which AI applications provide practical value in the software development lifecycle, with feedback from early adopters informing the transition. JFrog expects to announce additional capabilities at swampUP, emphasizing provenance, policy, governance, and trust for AI-generated artifacts while seeking to balance delivery speed with enterprise controls.
Aug 24, 2026
415 words in the original blog post.
Amazon Bedrock AgentCore Gateway can provide AI agents with a managed MCP endpoint for accessing backend tools such as JFrog Artifactory while centralizing authentication, policies, and observability. The post focuses on preserving end-user accountability through OAuth 2.0 on-behalf-of token exchange, which converts an inbound user token into a short-lived JFrog token so agent actions are authorized, limited, and audited under the actual user rather than a shared service credential. It compares this approach with header forwarding, which requires targets to trust forwarded identity headers, and three-legged OAuth, which requires users to complete a separate target login. The implementation requires an OIDC provider whose access tokens contain an appropriate audience, issuer, and mappable user claim; a JFrog OIDC integration and identity mapping; an AgentCore OAuth credential provider configured for token exchange; a dynamically listed JFrog MCP gateway target; and IAM permissions for the Gateway execution role. Validation involves directly exchanging a real user token with JFrog and testing the MCP endpoint, while troubleshooting guidance addresses common issues involving cached tool discovery, missing token-exchange settings, token-type labels, unavailable claims, permissions, and unsupported API keys.
Aug 21, 2026
3,490 words in the original blog post.
JFrog describes the methodology behind its Boost harness optimizer, arguing that reducing token output is only valuable if it preserves agent accuracy and improves real session costs. Boost operates as the final stage of a command pipeline so that its reported savings reflect only content that would otherwise enter an agent’s context window, avoiding credit for output that later shell filters would discard. The system marks optimized responses and provides agents with a retrieval command for original content, using retrieval requests as production feedback that a filter may have removed useful information; aggregated telemetry is intended to identify regressions by command, repository type, and language without collecting code or conversations. JFrog supplements this runtime signal with Terminal-Bench 2.0 evaluations, reporting equivalent task pass rates at roughly 12% lower cost. It also calculates savings based on how long removed output would have remained and been resent across subsequent conversation turns, rather than relying solely on a compression ratio, and emphasizes that correctness metrics, recovery paths, and clearly defined measurement boundaries are essential for evaluating token-optimization tools.
Aug 20, 2026
1,617 words in the original blog post.
Rapid advances in AI-assisted vulnerability research are portrayed as sharply reducing the time between discovering software flaws and producing usable exploits, increasing pressure on application-security teams that rely on fragmented, manual workflows. The passage argues that traditional stacks of separate SAST, SCA, secrets-scanning, cloud-security, and deployment tools can delay threat assessment and remediation because teams must correlate findings, dependencies, build records, and production usage across systems. It presents JFrog’s platform as an integrated alternative centered on Artifactory, combining artifact management, vulnerability and contextual analysis, code-snippet detection, runtime verification, policy enforcement, remediation recommendations, automated pull requests, and cryptographically signed audit trails. According to the claims, this architecture can help organizations identify affected artifacts quickly, filter non-applicable vulnerabilities, prevent risky components from entering builds, and move from detection to governed fixes with less manual effort, particularly as AI-generated code and AI-enabled attackers expand the software supply-chain threat landscape.
Aug 18, 2026
1,507 words in the original blog post.
JFrog Projects are logical organizational workspaces designed to help growing engineering organizations scale software delivery without central platform administration becoming a bottleneck. A project can correspond to a team, application, microservice, product line, budget identifier, or external GitHub organization, grouping repositories, builds, release bundles, AI assets, storage, access controls, and accountability within defined boundaries. JFrog recommends a one-team-per-project model in most cases, while allowing organizations to align projects with their existing ownership and cost structures. The approach delegates administration to project-level owners, supports isolated role-based access and environment-specific permissions, limits the impact of security incidents, and enables project-scoped governance for AI assets, authentication, and vulnerability scanning. Project Federation extends consistent roles, policies, and lifecycle stages across multiple regional JFrog deployments, while controlled cross-project repository sharing supports collaboration where shared components are needed. Examples cited include large enterprises using automated provisioning and application-based project mappings to support tens of thousands of users and repositories with relatively small platform teams.
Aug 14, 2026
1,262 words in the original blog post.
European banking regulators have identified frontier AI models as an urgent cyber-resilience risk because they can enable attackers to discover and exploit software vulnerabilities faster than traditional security processes can respond, potentially undermining confidence in individual banks and the wider financial system. The ECB reportedly required 110 major European banks, with implications for roughly 1,900 smaller institutions, to submit action plans by October 31, 2026, specifying controls, resources, and ownership for managing these threats. The text argues that banks should shift from CVE severity-based vulnerability prioritization toward reachability analysis, strengthen governance of open-source and third-party software, and account for internally deployed AI models, MCP servers, and agentic tools as supply-chain components. It also emphasizes DORA’s expectation that institutions produce timely, verifiable evidence such as signed software bills of materials, attestations, and remediation records, while noting that many organizations cannot currently generate such proof quickly. JFrog presents its software supply-chain platform and recommended practices, including centralized artifact governance, embedded security, automated remediation, and AI-component oversight, as a foundation for banks seeking to meet the regulatory deadline.
Aug 13, 2026
965 words in the original blog post.
Google Artifact Registry’s new Connector repository mode enables Cloud Run and Google Kubernetes Engine to pull container images directly from JFrog Artifactory without storing copies in Artifact Registry. Acting as a real-time passthrough proxy, the Connector preserves JFrog as the single source of truth and allows its security and governance policies to be enforced at every image pull. Setup involves creating a JFrog Docker repository, storing a JFrog access token in Google Secret Manager, configuring a Connector repository with the JFrog registry URL and credentials, and referencing it in workloads as an Artifact Registry source. The integration replaces image synchronization jobs, custom mirroring functions, and parallel registry management while reducing risks from stale copies and delayed policy updates. If a newly discovered critical vulnerability causes an image to be blocked in Artifactory, subsequent pulls through Cloud Run or GKE can be denied immediately, while JFrog Runtime can provide additional monitoring of running containers.
Aug 12, 2026
1,159 words in the original blog post.
Agentic Development Security is presented as a practice focused on governing both the assets AI coding agents consume, such as models, MCP servers, plugins, and dependencies, and the code, builds, and releases they produce. The passage argues that detection and remediation are necessary but insufficient without prevention, because organizations can only enforce policies over inventoried and controlled artifacts. It describes JFrog’s platform as a unified system that curates and policy-gates incoming components, inventories AI development tools, intercepts unapproved package downloads, scans generated and open-source code, prioritizes exploitable risks, provides remediation within developer workflows, and enforces release gates. Artifactory is positioned as the central source of truth supporting common policies, audit trails, SBOMs, AI-BOMs, and release evidence across the agentic software supply chain.
Aug 06, 2026
1,207 words in the original blog post.
DevGovOps is presented as a software supply chain engineering discipline designed to embed continuous governance, compliance, auditability, and cryptographic traceability into DevOps pipelines as autonomous AI coding agents accelerate software delivery beyond the pace of traditional manual reviews. It operationalizes frameworks such as SLSA, the EU Cyber Resilience Act, and NIST SSDF through policy-as-code, automated release gates, signed provenance, SBOMs, and ongoing production monitoring, allowing organizations to verify what is in a release, how it was built, and who approved it. SLSA provides progressive standards for automated build documentation, hosted signed builds, and hardened isolated environments, while DevGovOps translates those requirements into enforceable controls across the development lifecycle. The approach is intended to align engineering, application security, and governance teams by reducing manual audit collection, blocking noncompliant artifacts, and providing continuous evidence for regulators and leadership. JFrog AppTrust is described as a platform component that centralizes signed evidence, binds provenance to artifacts, enforces policy gates, and supplies on-demand audit visibility, with the broader argument that dedicated DevGovOps leadership can turn automated compliance from a delivery burden into a business advantage.
Aug 05, 2026
1,496 words in the original blog post.
swampUP, JFrog’s flagship conference, is set to take place from September 1-3 in New York City and will convene leaders and practitioners from fields such as DevOps, DevSecOps, and AI to address the evolving challenges in the software supply chain, particularly the need for integrated trust and governance. As malicious packages and AI assets proliferate, enterprises are urged to shift from outdated manual security systems to automated, trust-based frameworks like JFrog's new Trust Layer, which emphasizes immunization, healing, and governance across the software lifecycle. The conference will feature keynotes from notable industry figures, including JFrog co-founder Yoav Landman, and offer hands-on Training Day sessions to tackle pressing security and compliance questions. Attendees will also have the opportunity to engage with peers and learn from leaders like Jason Clinton and Tim Brown about future directions in software security, as well as participate in the inaugural JFrog Software Supply Chain Excellence Awards and a community gala on the USS Intrepid.
Aug 04, 2026
855 words in the original blog post.