Convert between security data formats
Summarize your test results

Check against thresholds

Update InSpec profiles
Create attestations
Interface with eMASS
Deployment Options
GitHub Action
Use the SAF CLI GitHub Action to run security validation, conversion, and threshold checks directly in your GitHub Actions CI/CD pipelines. Drop it into any workflow YAML file.
Homebrew
Install SAF CLI using Homebrew for easy command-line access on macOS and Linux. Tap the MITRE SAF Homebrew repository and install with a single command.
AWS Lambda
Deploy InSpec validation as a serverless AWS Lambda function. Trigger security scans on demand or on a schedule without managing infrastructure. Results can be pushed to S3 or Heimdall.
Container Deployment
Run SAF CLI as a containerized application using Docker. Pull the Docker image directly from DockerHub for container orchestration or use in containerized CI/CD pipelines.
NPM Package
Install SAF CLI as a global NPM package for easy command-line access. Use npm or yarn to install and run SAF commands directly from your terminal. Perfect for local development and CI/CD integration.
From Source
Build and run SAF CLI from source code for development or custom builds. Clone the repository, install dependencies, and run locally or contribute to the project.