Trust
Privacy.
ngcompass is built for teams that analyze private Angular codebases. The CLI workflow keeps source analysis local to the machine or CI runner where the command is executed.
Principles
- Runs on your machine
- Analysis happens where you run the CLI — laptop, dev container, or CI runner.
- No source upload
- ngcompass does not send application source code to a hosted service.
- Local cache
- Incremental data lives in node_modules/.cache and can be cleared anytime.
- Private-repo friendly
- Designed for private Angular repositories and internal CI pipelines.
Data handling
- Source files
- Read locally during analysis. Not uploaded by the CLI workflow.
- HTML reports
- Written as local files only when you request the UI reporter.
- SARIF / JSON output
- Emitted to stdout or a file so your CI pipeline decides where it goes.
- Cache
- Stored under node_modules/.cache/ngcompass by default and safe to delete.