reel is the substrate every AI scanner needs

Scan Containers at Runtime

Continuously

SBOMsCBOMsmalwarememoryfiles
Get Started

What's Inside Your Container

reel extracts memory, files, packages, crypto, and processes — transforming raw container state into actionable security artifacts.

pod/caddy-7f8d4b2c1ns/prod
reel agent
watching
processes
0
memory
0
filesystem
0
packages
0
crypto
0
threats
0

Outputs

Checkpoints
Memory Dump
Forensics Capture
Layer Diff
SBOM
VEX
CBOM
Malware
S3
evidence vault
reel.io/schedule: @every 1h

From deploy-time snapshots to continuous proof

Two ways to run — same outputs.

CLI

One-shot scans from your terminal or CI pipeline.

# Scan an image
reel export sbom nginx:latest
# Scan a running container
reel export sbom my-container
# List what's running
reel list containers

Agent

Deploy once. Scans run on schedule, results go to S3.

helm install reel oci://docker.io/getreel/helm
# Schedule scans via annotations
reel.io/schedule: |
@every 1h | export sbom
@daily | export cbom