Security

Microsoft RAMPART and Clarity Open-Sourced

3 min read

Summary

Microsoft has open-sourced RAMPART and Clarity, two tools aimed at improving safety in agentic AI development. RAMPART brings repeatable adversarial and regression testing into CI pipelines, while Clarity helps teams challenge design assumptions early before code is written.

Need help with Security?Talk to an Expert

Introduction

Microsoft has introduced two new open-source tools designed to improve safety in agentic AI development: RAMPART and Clarity. As enterprise AI systems move beyond answering questions and begin taking actions across email, CRM, code, and business systems, the risks increase significantly. These tools aim to make AI safety a continuous engineering practice rather than a one-time review.

What’s new

RAMPART for continuous agent safety testing

RAMPART is an open-source testing framework built to help engineering teams turn AI red-team findings and incident learnings into repeatable tests.

Key capabilities include:

  • Writing safety tests as standard pytest scenarios
  • Running tests in CI pipelines like traditional integration tests
  • Focusing on cross-prompt injection and related adversarial scenarios
  • Supporting statistical trials for probabilistic LLM behavior
  • Reproducing production incidents and validating mitigations over time
  • Using composable evaluators to inspect tool use, side effects, and policy boundaries

Microsoft says RAMPART is built on top of PyRIT, its open automation framework for red teaming generative AI systems.

Clarity for early design validation

Clarity is designed to help teams question assumptions before implementation begins. Instead of accelerating coding, it helps teams confirm they are solving the right problem.

Clarity supports:

  • Structured conversations around problem definition
  • Solution exploration and failure analysis
  • Decision tracking for architecture and product choices
  • Output stored as human-readable Markdown in a .clarity-protocol/ repo directory
  • Use through a desktop app, web UI, or embedded coding agent

This creates a documented decision trail that can be reviewed in pull requests alongside source code.

Why this matters for IT and security teams

For security leaders, developers, and platform teams building AI agents, these tools address two common gaps:

  • Design mistakes early in the lifecycle that later become expensive security issues
  • Difficulty reproducing AI incidents and verifying that fixes truly hold up

RAMPART helps operationalize AI safety testing in the development workflow, while Clarity helps reduce risky architecture decisions before deployment. Together, they support a more disciplined approach to shipping enterprise AI systems.

Next steps

  • Review whether internal AI or agent projects need repeatable safety testing in CI
  • Evaluate RAMPART for prompt injection and regression testing scenarios
  • Consider using Clarity during architecture and product planning phases
  • Incorporate design reviews and incident learnings into ongoing AI governance practices

Microsoft has made both tools available now as open-source projects, giving engineering and security teams practical options for safer agent development.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

AI securityagentic AIRAMPARTClarityprompt injection

Related Posts

Security

MacSync Stealer Hunting: New Behavioral Detection

Microsoft Defender Experts detailed how defenders can track MacSync Stealer on macOS by focusing on recurring behaviors instead of fast-changing domains. The research links more than 30 related domains and shows how process, command-line, and network telemetry can reveal payload delivery, staging, and chunked data exfiltration.

Security

Microsoft Defender Experts MDR Named IDC Leader

Microsoft has been named a Leader in the 2026 IDC MarketScape for enterprise MDR/MXDR, highlighting the strength of Microsoft Defender Experts MDR. The recognition matters for security teams evaluating managed detection and response services that combine native Defender integration, large-scale threat intelligence, AI-assisted operations, and 24/7 expert support.

Security

DeadLock Ransomware: Microsoft Details New TTPs

Microsoft Threat Intelligence has published a technical breakdown of DeadLock ransomware, a Rust-based encryptor that uses decentralized infrastructure for victim communications and leak operations. The report highlights geofencing, privilege escalation, service disruption, and recovery workflows, giving security teams practical indicators and mitigation guidance to strengthen ransomware defenses.

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.