The MITRE Adaptive Capabilities Testing (ACT) framework is a comprehensive approach to security and risk assessment that facilitates and encourages risk-based decision-making.
The MITRE Adaptive Capabilities Testing (ACT) framework moves security assessment beyond traditional compliance-focused approaches to a capability-focused, risk-based methodology that provides actionable insights for decision-makers.
- Risk-driven rather than compliance-driven
- Capability-oriented rather than control-oriented
- Multiple risk information sources beyond just control compliance
- Understandable and actionable for leadership decision-making
Coming soon.
The fastest way to get started is using GitHub Codespaces:
- Click the green "Code" button above
- Select "Create codespace on main"
- Wait for the environment to build (~2-3 minutes)
- The development server will start automatically
Requirements:
- Node.js 22.x
- pnpm 10.7.0 or higher
# Install pnpm if you haven't already
corepack enable
corepack prepare pnpm@10.7.0 --activate
# Install dependencies
pnpm install
# Start development server
pnpm dev
The development server will start at http://localhost:3000
This project includes a dev container configuration. See .devcontainer/README.md for details.