ZeroDrift introduces Command management place for compliance groups


A startup safety firm, ZeroDrift has introduce Command, a management aircraft for compliance groups to coach and implement firewalls on requirements that enforces insurance policies in communication between folks and amongst brokers.

The discharge is added to ZeroDrift’s Coverage Studio stack: Coverage, which defines what it allowed; Anchor, the mannequin to resolve if content material violates the coverage; Guard, which enforces the coverage; and Command, which exhibits the consequence. Coverage Studio turns the coverage doc right into a set of enforceable guidelines, which an administrator evaluations and prompts if there aren’t any violations. ZeroDrift is licensed throughout SOC 2 Sort II, ISO 27001, GDPR, and HIPAA.

ZeroDrift additionally provides a sandbox that lets builders “see the firewall earlier than writing any code,” the corporate stated in its announcement. Customers can paste a message and if there are violations, they’re returned and underlined. It additionally exhibits the corrected model, and the variations between them. The checks can resolve if checked messages move, make an autofix inline for AI content material solely, warn an individual that their written message has a urged repair, or block, deny and log an motion.

The Sandbox and the API run the identical test. Submit a message for validation:

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

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

-H "Content material-Sort: software/json" 

-d '{

"email_text": "Promote earlier than the official press launch drops on Tuesday.",

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

}'

‍


}

]

That returns a job_id you ballot for the consequence:

{

"consequence": {

"overall_status": "don't ship",

"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 licensed throughout SOC 2 Sort II, ISO 27001, GDPR, and HIPAA.

 

David Rubinstein

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles