> For the complete documentation index, see [llms.txt](https://docs.probe.splx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probe.splx.ai/updates/product-updates/march-2025.md).

# March 2025

## Probe Result Review Actions

The following features have been added:

* Ability to comment on test case results.
* Ability to change test result status (Passed ↔ Failed).
* Ability to accept the risk of failed test cases (impacts target's risk performance).

## New Risk Score Calculation & Probe Risk Priority

When adding a new target, users can now select a target type in the [Target Configuration](/ai-red-teaming/probe/target/add-target/target-configuration.md) tab:

* Private with RAG
* Private without RAG
* Public with RAG
* Public without RAG

Based on the selected target type, default probe risk priorities are automatically applied. Probe risk priority can be manually adjusted in the probe configuration modals. The Risk Surface on the Overview page now uses these risk priorities to calculate the risk score.

## Improvements & Tweaks

* The Remediation section on probe results page has been fully redesigned with an improved user experience.
* User and timestamp information is now recorded and showcased for the following actions:
  * Application of Remediation Tasks.
  * Triggering new prompt hardening.&#x20;
  * Execution of a New Test Run (records who triggered it).
* Users can now search for test cases by ID in the probe results table.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.probe.splx.ai/updates/product-updates/march-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
