This repository contains the notebook to detect vulnerabilities of Claude-V2 on AWS Bedrock using GPT4 and Giskard open-source library. Prerequisites:
- An AWS Account
- An access to Anthropic models on AWS Bedrock:

- A notebook instance on SageMaker (used instance: ml.c5.4xlarge) with a Full Access Role to Bedrock:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "FullAccessBedrock",
"Effect": "Allow",
"Action": "bedrock:*",
"Resource": "*"
}
]
}
