- This repository is for educational/research cyber risk analysis workflows.
- It is not a production security product.
py -3 -m pip install -e ".[dev]"pre-commit installpytest
ruff check .ruff format --check .mypypytest
- Keep behavior stable unless fixing a clear bug.
- Add deterministic tests for functional changes.
- Never commit secrets, API keys, or sensitive data.