- Intel-Lint is designed for local analysis of sensitive CTI reports.
- Default API bind is loopback (
127.0.0.1) viapython scripts/run.py apiorpython scripts/run.py app. - Recommended engine is local Ollama (
ENGINE=ollama,OLLAMA_URL=http://localhost:11434).
- Runtime data is stored in the user data directory (not the repo by default):
- Windows:
%LOCALAPPDATA%\\intel-lint - macOS:
~/Library/Application Support/intel-lint - Linux:
${XDG_DATA_HOME:-~/.local/share}/intel-lint
- Windows:
- Subfolders:
outputs/latest/generated outputs (claims.json,annotated.md,rewrite.md)logs/app.logmetadata logs (timestamps, engine, output path)config/settings.jsonlocal runtime settingsoutputs/cache/deterministic cache artifactsdebug/verbose debug artifacts (only whenVERBOSE_LOGGING=1)
- Delete the user data directory above to remove local outputs, logs, cache, and settings.
- Optional: remove repo-local
.envif used for developer overrides.
- Set:
ENGINE=ollamaOLLAMA_URL=http://localhost:11434
- Run the app and confirm network activity is only to
localhost(127.0.0.1:11434and local app ports). - Keep
VERBOSE_LOGGING=0(default) unless you explicitly need debug artifacts.