---
title: Security
description:
  Review the patterns from earlier lessons through a security and threat-model
  lens.
---

## Review goal

Turn the bootcamp patterns you have already used into a repeatable security
checklist.

## Checkpoints

- Review account constraints and signer assumptions.
- Look for missing authority checks and unexpected state transitions.
- Capture at least one invariant you want tests to enforce going forward.
