Gathering detailed insights and metrics for codeowners
Gathering detailed insights and metrics for codeowners
Gathering detailed insights and metrics for codeowners
Gathering detailed insights and metrics for codeowners
codeowners-utils
Utilities for working with CODEOWNERS files
@snyk/github-codeowners
Handy tool for working with file ownership using Githubs CODEOWNERS file
@maggioli-rd/sr-codeowners-plugin
Maggioli Semantic Release Plugin: Codeowners
@commonalityco/data-codeowners
Get CODEOWNERS information about a local project
npm install codeowners
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
72 Stars
76 Commits
27 Forks
2 Watchers
8 Branches
11 Contributors
Updated on Jun 04, 2025
Latest Version
5.1.1
Package Id
codeowners@5.1.1
Unpacked Size
8.98 kB
Size
3.47 kB
File Count
7
NPM Version
7.16.0
Node Version
15.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A tool for interacting with GitHub's CODEOWNERS files.
Usable as a CLI, or as a library.
1$ npm install -g codeowners
Print a list of each files in the current repo, followed by its owner:
1$ codeowners audit
To find a list of files not covered by the CODEOWNERS
in the project:
1$ codeowners audit --unowned
Specify a non-standard CODEOWNERS filename
1$ codeowners audit -c CODEKEEPERS
Verify users/teams own a specific path
1$ codeowners verify src/ @foob_ar @contoso/engineers
1const Codeowners = require('codeowners'); 2 3// workingDir is optional, defaults to process.cwd() 4const repos = new Codeowners(workingDir); 5repos.getOwner('path/to/file.js'); // => array of owner strings, e.g. ['@noahm']
-w/--width
option for manual column width
codeowners audit | column -ts " "
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
Found 8/17 approved changesets -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More