adapterized/pkg-health
Scan dependencies for abandoned, at-risk, and unmaintained packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to package.json | no | package.json |
| include-dev | Include devDependencies | no | false |
| fail-on-critical | Fail if critical packages found | no | true |
| github-token | GitHub token for API access | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| total | Total packages scanned |
| critical | Number of critical packages |
| at-risk | Number of at-risk packages |
| report | JSON report |