Quick Start¶
This guide walks you through the basic CLI commands to explore the MITRE EMB3D framework.
Explore categories¶
List the four EMB3D device categories:
List properties¶
View device properties for a category:
Include sub-properties up to a given depth:
List threats¶
See all threats in a category:
Or threats related to a specific property:
Get threat details¶
View a threat along with its mitigations:
AI-powered analysis¶
To run AI analysis on a repository, you need a configuration file:
uvx mitre-emb3d ai --repo ./my-firmware --config config.toml map-properties
uvx mitre-emb3d ai --repo ./my-firmware --config config.toml threat-analysis
uvx mitre-emb3d ai --repo ./my-firmware --config config.toml gen-site
See the AI Commands reference and the Configuration Guide for details.