A capstone project for the Udacity AI Security nanodegree (C2). Students act as Junior AI Red Team Operators executing 5 adversarial attacks against a financial AI system.
All project files are in the project/ directory:
project/
├── instructions/ # 9-page step-by-step project instructions
├── starter/ # Student starting files (attack scaffolds + given infrastructure)
├── solution/ # Complete reference solution with real results
├── docs/ # Instructor-facing materials (rubric, smoke test, dataset manifest)
├── requirements.txt # All Python dependencies
└── .gitignore
See project/README.md for full details on the 5 attacks and quick start guide.