17. Plugins#
FlareInspect supports trusted local plugins for extending assessment capabilities. Plugins are loaded from the local filesystem and executed within the same process — treat them as a trusted-code boundary, not a sandbox.
17.2. Quick Start#
Plugins are discovered from a plugins/ directory relative to the working directory. Each plugin exports a register function that receives the FlareInspect API.
mkdir plugins
# Add plugin files to plugins/
flareinspect assess --token $TOKEN