Skip to main content

Week 8 — CI/CD & Security

This week focuses on automating deployments and securing LLM applications — the final steps before production.

In this week

PageTopic
GitHub ActionsMatrix builds, reusable workflows, secrets
Advanced DockerMulti-stage builds, BuildKit, distroless images
LLM SecurityPrompt injection, jailbreaks, red-teaming
NeMo GuardrailsInput/output rails, topic filters, hallucination detection
Security Best PracticesOWASP LLM Top 10, rate limiting, audit logs
OpenClaw / LLM Red-TeamingAttack playbooks + regression tests for LLM apps

Learning outcomes

After completing this week you will be able to:

  • Design a complete CI/CD pipeline from push to production deployment
  • Write hardened Dockerfiles with minimal attack surface
  • Identify and mitigate prompt injection and jailbreak attacks
  • Implement safety guardrails for production LLM applications
  • Apply the OWASP LLM Top 10 security best practices