Documentation

Quick Start

reel runs one-shot from your terminal or CI, and continuously as a Kubernetes agent. Same scans either way. It also plugs into your AI client over MCP.

CLI

Open · No license required

One-shot scans of images or running containers, from your terminal or CI pipeline. Covers vulnerabilities, crypto, and malware.

# Install
brew install getreeldev/tap/reel
# Scan an image
reel export sbom --image nginx:latest
# Vulnerability report
reel export sbom --image nginx:latest --scanners vuln
# Crypto inventory
reel export cbom --image nginx:latest
CLI Reference

Agent

Premium · License required

Deploy once in Kubernetes. Scheduled scans archive SBOMs, forensic captures, and filesystem diffs to S3 automatically.

# Deploy
helm install reel oci://docker.io/getreel/helm
# Schedule via pod annotations
reel.io/schedule: |
@every 1h | upload sbom
@daily | upload cbom
@every 6h | upload malware
Agent Docs

Using an AI assistant?

reel start mcp exposes the same tools to Claude Code, Cursor, and Continue over MCP.