Compliance
The SplxAI Platform enables you to track your applications’ adherence to compliance frameworks and policies by mapping probe results directly to specific compliance requirements.
Compliance items are mapped to associated probes based on their content and relevance. If a probe test fails, the related compliance item is marked as non-compliant. Conversely, passing the probe test marks the item as compliant, contributing to the overall compliance score.
On the Compliance page, you can view and explore different compliance frameworks and policies in corresponding tabs. If you don’t see a specific compliance framework or policy you need, you can always request it by clicking the Request button in the top-right corner.

Each entry includes key details such as a description, reference link, and a breakdown of its individual compliance items. For each item, you can see which probes are mapped to it.
Below is an overview of the OWASP LLM Top 10 2025, with the System Prompt Leakage item expanded. This item is marked as non-compliant (also indicated in the left-hand item list) because the related Context Leakage probe run from 2025-06-23 contains failed test cases.
From this view, you can directly access the corresponding probe results for further investigation.

Custom Policies
In addition to predefined frameworks and policies, users can define and manage custom policies, ideal for internal guidelines or organization-specific requirements.
To create a custom policy, navigate to the Custom tab on the Compliance page and click Add Custom Policy. This opens the policy creation page.
General Information

When adding a new custom policy, you’ll need to provide general policy information:
Policy Name (required) - Display name of your policy.
Policy Icon - Optional icon to visually represent the policy.
Policy Details - A description or overview shown when the policy is opened.
Policy URL - A reference link to the full policy documentation.
Policy Sections and Items
After inserting general information, you'll define the sections and items that make up the policy. These items represent compliance rules or requirements that must be met, for example, before a system can be considered production-ready.
Each item must belong to a section. To create a section, click the Add Section button, enter a section name, and click Save Section. After first section is added, you can start entering your compliance items.

Each item includes:
Item Title (required) - The name of the compliance item.
Item Description - Description of the item’s intent or scope.
Item ID (required) - A unique identifier within the SplxAI Platform.
Item URL - External link to detailed documentation.
Mapped Probes - A list of probes that determine compliance status for this item.
Items are added by clicking Save Item.
A policy must have at least one section and one item before it can be saved. New policy is then saved by clicking on Save Policy.

Once created, custom policies can be accessed from the Compliance page under the Custom tab, where they can also be updated or exported as a JSON.
They are also managed through the Policies section in the Workspaces Overview under Organization Settings.
Last updated