17 free courses, no signup wall
Architect-led enterprise cloud, security & AI
Fixed-price engagements, scoped on a discovery call
Skip to content
Security engineer

AI Security

The model is rarely the vulnerability. The credentials, the retrieval corpus, and the tool surface are.

Who this is for

Security engineers and CISOs who have to sign off on an AI system.

What you should be able to do

Threat-model an AI system and specify the controls that let a security team approve it.

Career ladder

The titles this track maps onto. Levels differ between companies. The useful part is the direction, and what each step adds to the one before it.

  1. Security Analyst
  2. AI Security Engineer
  3. Senior Security Engineer
  4. Staff Security Engineer
  5. Principal Security Architect

Tech stack

What the work is actually done with. Grouped by the job each tool does, so the list reads as a system rather than a pile of names.

Threat
STRIDEMITRE ATLASRed teaming
Identity
IAMWorkload identitySPIFFEZero Trust
Controls
Egress allow-listsTool scopingOutput filtering
Detection
Audit logsSIEMAnomaly detection

The delivery flow

The order the work actually happens in. Each step is where a decision gets made and written down, not a chapter heading.

  1. Asset inventory
  2. Threat model
  3. Prompt-injection surface
  4. Retrieval corpus controls
  5. Identity + scoped access
  6. Egress + tool limits
  7. Detection + logging
  8. Incident response

Reference repository structure

A starting layout for this track. The directories are the ones that get added late and hurt. Decisions, evals, policy, lineage. Promoted to the top level where they are visible.

ai-security/
├── threat-models/         # one per trust boundary, dated
├── controls/
│   ├── identity/          # who the agent is, and what it may reach
│   ├── egress/            # allow-list, default deny
│   ├── tools/             # scoping per tool, per tier
│   └── output/            # filtering and redaction
├── red-team/
│   ├── prompt-injection/
│   └── findings/          # with reproduction steps
├── detection/
│   ├── log-schema.md      # attributable to one agent identity
│   └── alerts/
└── ir/                    # runbooks, tested, with owners

Primary sources

The standards, framework documents, and vendor references this track is built against. Go here when you need the authoritative wording rather than a summary. In a security review or an audit, the source is what counts.