vulkro contributors
Show contributor and ownership analytics for the project. Wraps git blame
over endpoint and module files, attributing every endpoint and finding to a
git_owner email.
Usage
vulkro contributors . [--format FMT]
What you get
- Top contributors by lines, endpoints, and findings.
- Bus factor per module - how concentrated the knowledge is.
- Ownership coverage - what fraction of the surface area has a clear owner.
Effect on vulkro scan
Set VULKRO_GIT_BLAME=1 and every finding emitted by vulkro scan carries
a git_owner field as well. Useful for routing PR comments and triage in a
multi-team repo.