CSEC 601: Noctua — Foundations of Agentic AI Security

Semester 1 of a Year-Long Graduate Course


Course Information

Course Title: Noctua — Foundations of Agentic AI Security

Course Number: CSEC 601

Semester: Spring 2026

Credit Hours: 3

Class Schedule: [16 weeks, includes 50-minute lectures and 110-minute labs]

Prerequisites:

Strongly recommended: Prior LLM API experience (any provider); AWS account and basic familiarity (required for Unit 7 AgentCore deployment).

Instructor: [Instructor Name and Contact Information]

Office Hours: [Days/Times and Location/Virtual Details]

Communication: [Email, Slack, or other platform]


Course Description

CSEC 601 prepares you to assess an organization's AI security posture and deploy agentic solutions that add measurable value. You will leave this course able to walk into a company, understand where they are in their AI deployment, identify the security gaps, and start building solutions — not in theory, but in working code.

The course is built on three pillars: Collaborative Critical Thinking (CCT) to reason rigorously about AI systems and the evidence they produce; Ethical AI to evaluate and apply emerging governance frameworks critically, not just cite them; and Rapid Prototyping to turn analysis into shipped tools. Instruction runs on Claude Code and the Claude Agent SDK — a deliberate choice for their maturity and depth — while making explicit what transfers to any platform your organization uses.

70% labs, 30% theory, starting Week 1. This is not a course about writing prompts. It is a course about building systems that solve security problems responsibly, measurably, and at production scale.


Learning Objectives

By the end of this course, students will be able to:

  1. Apply Collaborative Critical Thinking (CCT) systematically to security problems, integrating Evidence-Based Analysis, Inclusive Perspective, Strategic Connections, Adaptive Innovation, and Ethical Governance when working with AI-augmented tools.

  2. Design and implement context-engineered solutions that move beyond prompt engineering to leverage system prompts, structured outputs, tool definitions, and memory architectures for security applications.

  3. Build and deploy Model Context Protocol (MCP) servers that standardize agent-tool communication and enable auditable, secure AI agent access to external systems.

  4. Evaluate AI security tools against established frameworks including NIST AI RMF, OWASP Top 10 for Agentic Applications, and the AIUC-1 Standard for AI agent security, safety, and reliability.

  5. Identify and mitigate bias, fairness, and explainability issues in AI-powered security systems through hands-on bias detection and fairness engineering.

  6. Architect multi-agent security operations using Claude's agentic stack (subagents, worktrees, agent teams) to coordinate specialized security functions.

  7. Prototype production-grade security tools in 2-3 hour sprints from problem analysis through deployment, demonstrating mastery of rapid agentic engineering.

  8. Compose and enforce AI security policies that govern data handling, model governance, agent permissions, and incident response for AI-driven security systems.

  9. Measure AI-augmented security workflows using five key performance metrics: Mean Time to Triage (MTTS), Mean Time to Protect (MTTP), Mean Time to Solve (MTTSol), Mean Time to Isolate (MTTI), and Augmented Mean Time to Respond (aMTTR).

  10. Defend security decisions made by AI agents by providing explanations grounded in evidence, audit logs, and structured reasoning that satisfy both technical and non-technical stakeholders.


Course Structure & Delivery

In-Class Format: Each week consists of two class sessions:

Overall Course Philosophy:


Weekly Schedule

Unit 1: CCT Foundations & AI Landscape (Weeks 1–4)

Week Topic
Week 1: Welcome to the Agentic Era Course overview, AI evolution, intro to CCT
Week 2: The 5 Pillars of CCT Deep dive into CCT theory and cognitive biases
Week 3: Modern AI Landscape AI models, capabilities, security implications
Week 4: Context Engineering Beyond prompt engineering

→ View Full Unit 1 Content


Unit 2: Agent Tool Architecture (Weeks 5–8)

Week Topic
Week 5: Model Context Protocol Introduction to MCP architecture and standardization
Week 6: Tool Design Patterns Building robust, secure tools
Week 7: Structured Outputs Machine-readable formats for reports
Week 8: RAG for Security Domain-specific knowledge systems

→ View Full Unit 2 Content


Unit 3: AI Security Governance (Weeks 9–12)

Week Topic
Week 9: AIUC-1 Standard for AI Agents The agent-specific security, safety, and reliability standard
Week 10: OWASP Top 10 for Agentic Applications Security vulnerabilities in AI systems
Week 11: Bias, Fairness, and Explainability Detecting and mitigating AI bias
Week 12: Privacy and AI Security Policy Data governance and policy frameworks

→ View Full Unit 3 Content


Unit 4: Rapid Prototyping with Agentic Tools (Weeks 13–16)

Week Topic
Week 13: Claude Code Deep Dive Agentic stack mastery
Week 14: Rapid Prototyping Sprint I Build from concept to demo in 3 hours
Week 15: Rapid Prototyping Sprint II Hardening and production-ready quality
Week 16: Midyear Presentations Demo and reflection

→ View Full Unit 4 Content


Detailed Week Content

For detailed content including lecture notes, labs, and deliverables for each week, please visit the unit documentation files linked above. The remaining content below focuses on assessment, policies, and course resources.


Assessment Breakdown

Component Weight Description
Lab Exercises (Weekly) 25% Deliverables from Weeks 1–15 (13 graded labs). Evaluated on functionality, documentation, and application of course concepts.
CCT Journals 10% Weekly reflection entries (Weeks 1–15, 14 entries). Must demonstrate deepening understanding of Collaborative Critical Thinking principles.
Participation 5% In-class discussion, peer collaboration, responsiveness to instructor feedback. Attendance expected for all sessions.
Midyear Project 30% Rapid prototypes and final presentation (Weeks 14–16). Evaluated on problem significance, technical execution, demo quality, and presentation.
OWASP/Ethics Audits 15% Audit deliverables from Weeks 9–12 (four major audit reports). Evaluated on thoroughness and actionability of recommendations.
Peer Reviews 5% Quality and constructiveness of feedback provided to peers. Peer review assignments throughout semester.
Performance Metrics Tracking 10% Consistent tracking and improvement of MTTS/MTTP/MTTSol/MTTI/aMTTR across sprints. Demonstrated efficiency gains from Week 14 to Week 15.

Grading Scale:


Course Policies

Academic Integrity

This is an AI course. You are expected to use AI tools, including Claude, to accelerate your learning and development. The skill we are building is not "avoid AI" but "direct AI effectively using structured critical thinking."

AI Usage Requirements:

Academic integrity violations:

Violations will be reported to the Dean of Students per institutional policy.

Attendance

Attendance at lectures and labs is expected. If you need to miss class:

Excessive absences may impact your participation grade.

Late Work

For lab-heavy courses, timely completion is critical for peer collaboration and feedback. Contact the instructor if you're falling behind.

AI Usage Policy (Detailed)

Philosophy: AI tools are force multipliers for security professionals. The goal is not to replace human thinking but to augment it with AI capabilities while maintaining rigor, fairness, and accountability.

Expected Usage:

Prohibited Usage:

Documentation:


Course Expectations

Workload

This course is intensive and hands-on. Expect:

Weeks 14–16 (sprint weeks) may require additional time as you iterate on prototypes.

Technology Requirements

Required:

Recommended:

Classroom Conduct


Course Resources

Provided Materials

External Resources

Getting Help

For course content questions:

For mental health or personal support:


Course Schedule Summary

Week Topic Major Deliverable
1 Welcome to the Agentic Era Environment setup + CCT journal
2 The 5 Pillars of CCT CCT analysis report
3 The Modern AI Landscape Model comparison report
4 Context Engineering Context-engineered tool
5 Model Context Protocol First MCP server
6 Tool Design Patterns Multi-tool MCP server
7 Structured Outputs Report generator
8 RAG for Security RAG security assistant
9 Responsible AI Principles Ethics audit report
10 OWASP Top 10 Vulnerability assessment
11 Bias and Fairness Bias analysis report
12 Privacy and AI Policy AI Security Policy
13 Agentic Stack Deep Dive Multi-agent prototype
14 Rapid Prototyping Sprint I Working prototype + metrics
15 Rapid Prototyping Sprint II Hardened prototype
16 Midyear Presentations Final project presentation

Final Notes

Course Philosophy

This course is designed for security professionals who want to lead in the agentic AI era. You will not just learn about AI; you will build with AI, reason critically about AI, and deploy AI responsibly. By the end of Semester 1, you will be capable of:

Instructor Commitment

I am committed to:

Your Commitment

You are expected to:


Appendix: Performance Metrics Definitions

MTTS (Mean Time to Triage): Time from alert generation to initial assessment of the alert's nature and severity. Measures how quickly the system (human + AI) understands the problem.

MTTP (Mean Time to Protect): Time from triage to implementation of protective measures (e.g., isolating a system, blocking traffic). Measures speed of protective response.

MTTSol (Mean Time to Solve): Time from alert generation to complete resolution (root cause addressed, normal operations restored). Measures overall incident resolution speed.

MTTI (Mean Time to Isolate): Time from alert to containment (threat isolated, spread prevented). Measures containment speed.

aMTTR (Augmented Mean Time to Respond): Overall time from alert generation to resolution, accounting for human decision time and AI analysis time. Demonstrates the efficiency gain from AI augmentation.


Course Last Updated: March 4, 2026

Instructor: [Name]

Contact: [Email and office information]