This CLI tool analyzes source code statically to map application behavior and data access. It runs locally with a single command to generate a self-contained offline HTML report detailing entry points and data flows without executing the code. Developers can use it to track behavioral changes across codebases, while a GitHub Action enables automated checks on pull requests.
Opening Kapyn…