You are here:
Conduct a Risk Assessment for AI Projects
Identify the risks of using data with AI solutions and establish guardrails to keep customer data safe.
Using customer data in your prompts results in better responses from the model. However, including business data in your prompts means that you’re opening up your company to risks. Data leaks, regulatory issues, and reputational harm can happen if your data isn't handled with care.
After identifying the data that your AI project requires, you can establish risk mitigation strategies that are designed to keep that customer and business data secure.
- Work with your project stakeholders to identify the likelihood of negative effects of each of these risk types with the project data. You can use the Plan Your Trust Strategy unit in Trailhead to build a risk profile and mitigation strategy to share with key stakeholders.
- Identify guardrails that can help your project mitigate legal and ethical risks. Many
of these guardrails are covered by the Einstein Trust Layer. AI guardrails include:
- Security guardrails: Secure data retrieval means the prompt uses only data that the end user is allowed to access. Data masking replaces sensitive data with placeholder data so the model never sees the masked data. Zero data retention policies mean that data isn’t stored in the model after the response is generated.
- Technical guardrails: Prompt Defense protects the data from prompt injection attacks or jailbreaking.
- Ethical guardrails: Toxicity and bias detection identifies harmful language in prompts and responses.
- Build a list of potential risk areas and the specific guardrails that the system uses to mitigate risk.
- Prioritize the risk mitigation strategies so that you tackle the most critical risks first.

