Description
This feature will enable AICamp to halt message passing at the gateway level when specific keywords are detected. This is crucial for protecting sensitive information and ensuring compliance with data privacy regulations.
User Story
As a CISO, I want AICamp to stop data sharing when certain keywords are detected, so that we can safeguard sensitive information and maintain compliance.
Problem Statement
Currently, there is a risk of sharing sensitive data with models, which can lead to potential privacy breaches and non-compliance with regulations.
Acceptance Criteria
  • Users can define a list of keywords that trigger the halt in data sharing.
  • The gateway successfully blocks message passing when any of the specified keywords are detected.
  • An alert is generated and logged whenever data sharing is stopped due to keyword detection.