๐ก๏ธ AIsecTest Bridge โ Secure AI for Inclusive Digital Experiences
AIsecTest Bridge is a multi-agent security platform designed to enhance digital trust and accessibility. Built for the AWS Breaking Barriers Hackathon, it integrates AI-based threat detection and inclusive response flows using AWS Bedrock, SageMaker, Lambda, and DynamoDB.
๐ Project Structure
aisectest-bridge/
โโโ agents/
โ โโโ monitor_agent/
โ โ โโโ monitor.py
โ โโโ analysis_agent/
โ โ โโโ analyze.py
โ โโโ response_agent/
โ โ โโโ respond.py
โ โโโ coordinator_agent/
โ โโโ main.py
โโโ utils/
โ โโโ logger.py
โโโ data/
โโโ deploy/
โโโ .env.example
โโโ docker-compose.yml
โโโ README.md
๐ Key Features
- ๐ Detect anomalous behavior in login flows or user interactions
- ๐ง Analyze security threats with generative AI (Amazon Bedrock)
- ๐ Trigger automatic security actions using AWS Lambda
- ๐ Log secure events in DynamoDB for traceability
- ๐ Designed to be inclusive, scalable, and resilient
๐ค Agent Roles
| Agent | Function |
|---|---|
| Monitor Agent | Detects suspicious or irregular activity |
| Analysis Agent | Uses AI to determine threat level |
| Response Agent | Executes security actions (block, alert, log) |
| Coordinator Agent | Orchestrates multi-agent logic |
๐งฐ Tech Stack
- Amazon Bedrock โ Generative AI model inference (e.g., Titan, Claude)
- Amazon SageMaker โ Optional for fine-tuned security scoring models
- AWS Lambda โ Event-driven automated response
- Amazon DynamoDB โ Secure event logging and audit trails
- Docker & Compose โ Local simulation of full agent logic
โ๏ธ Local Testing
Clone the repo:
git clone https://github.com/YOUR_USERNAME/aisectest-bridge.git cd aisectest-bridgeCreate
.envfile:cp .env.example .envAdd your AWS credentials and config.
Run agents:
docker-compose up --build
โ๏ธ AWS Integration
See /deploy for:
- Lambda function deployment for responses
- API Gateway setup for secure entry points
- Bedrock model inference sample via AWS SDK
๐ Example Log Output
[2025-05-19 10:42:01] [Monitor Agent] Suspicious login pattern detected from unusual device
[2025-05-19 10:42:02] [Analysis Agent] Risk score: 0.91
[2025-05-19 10:42:03] [Response Agent] Triggering AWS Lambda to lock account
๐ฏ Use Cases
- Securing authentication workflows for underserved users
- Scalable event-driven threat response
- Deploying explainable security agents in regulated environments

Log in or sign up for Devpost to join the conversation.