Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

ZeroDrift introduces Command control place for compliance teams

Дата публикации: 12-08-2026 18:12:24

A startup security company, ZeroDrift has introduce Command, a control plane for compliance teams to train and enforce firewalls on standards that enforces policies in communication between people and among agents. The release is added to ZeroDrift’s Policy Studio stack: Policy, which defines what it allowed; Anchor, the model to decide if content violates the... … continue reading
The post ZeroDrift introduces Command control place for compliance teams appeared first on SD Times.


Основное содержимое страницы с новостью.

A startup security company, ZeroDrift has introduce Command, a control plane for compliance teams to train and enforce firewalls on standards that enforces policies in communication between people and among agents.

The release is added to ZeroDrift’s Policy Studio stack: Policy, which defines what it allowed; Anchor, the model to decide if content violates the policy; Guard, which enforces the policy; and Command, which shows the result. Policy Studio turns the policy document into a set of enforceable rules, which an administrator reviews and activates if there are no violations. ZeroDrift is certified across SOC 2 Type II, ISO 27001, GDPR, and HIPAA.

ZeroDrift also offers a sandbox that lets developers “see the firewall before writing any code,” the company said in its announcement. Users can paste a message and if there are violations, they are returned and underlined. It also shows the corrected version, and the differences between them. The checks can decide if checked messages pass, make an autofix inline for AI content only, warn a person that their written message has a suggested fix, or block, deny and log an action.

The Sandbox and the API run the same check. Submit a message for validation:

curl https://api.zerodrift.com/v1/checks \

-H "x-api-key: $ZERODRIFT_API_KEY" \

-H "Content-Type: application/json" \

-d '{

"email_text": "Sell before the official press release drops on Tuesday.",

"metadata": {"audience_hint": "retail_US", "jurisdiction": "US"}

}'

‍


}

]

That returns a job_id you poll for the result:

{

"result": {

"overall_status": "do not send",

"violations": [

{

"signal_name": "Material Non-Public Information (AI)",

"severity": "Critical",

"quote": "Sell before the official press release drops on Tuesday.",

"reasoning": "This is an explicit trading instruction predicated entirely on MNPI.",

"fix": {

"suggested_text": "Remove this sentence entirely. Trading recommendations must never be based on material non-public information.",

"fix_note": "May contain material non-public information (MNPI). Violation of SEC Rule 10b-5 and FINRA Rule 2010."

}

}

]

}

}

ZeroDrift is certified across SOC 2 Type II, ISO 27001, GDPR, and HIPAA.

David Rubinstein

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Citrix expands Platform Flex for workspace observability and secure development08.7411-08-2026
2Security, Trust & Governance: Securing Software That Increasingly Writes Itself: SD Times 1000501-07-2026
3Horizon3.ai expands NodeZero with automated web application attack path testing08.4431-07-2026
4Infosecurity представила услугу для цифровой защиты первых лиц и ключевых сотрудников компаний – CYBERID09.0223-07-2026
5Infosecurity представила услугу для цифровой защиты первых лиц и ключевых сотрудников компаний – CYBERID09.0223-07-2026
6Dropzone AI turns threat hunting into a routine SOC operation06.9630-07-2026
7Traefik Labs introduces Distro Zero secure runtime for API and AI gateways08.9831-07-2026
8Survey reveals 78% of enterprises are reporting AI-related security incidents0707-07-2026
9When Cloud SaaS DDoS Mitigation Offerings Aren’t Enough011.2604-03-2026
10Подтверждена совместимость защищенной платформы виртуализации zVirt с системой диспетчеризации и сбора данных «Симплайт 5»06.9112-08-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 8.98. Источник: sdtimes.com.