27241040-max/OSS Maintainer Radar
Generate evidence-based maintainer reports, scorecards, action plans, and Codex prompts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 1, 2026
- License
- MIT
Pinned Snippet
uses: 27241040-max/oss-maintainer-radar@ca3b2e9a8155c65eced3ff9637c5887540664940 # v0.14.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| target_repo | GitHub repository to audit, for example owner/repo. Defaults to the current repository. | no | "" |
| stale_days | Days without updates before an issue is considered stale. | no | 30 |
| since | Optional ISO date or datetime for release-window filtering. | no | "" |
| output_dir | Directory where generated reports are written. | no | reports |
| github_token | Optional token used only for GitHub API rate limits. | no | "" |
Outputs
| name | description |
|---|---|
| report_path | Path to the generated maintainer report. |
| report_json_path | Path to the generated machine-readable JSON report. |
| scorecard_path | Path to the generated maintenance scorecard. |
| action_plan_path | Path to the generated maintainer action plan. |
| prompts_path | Path to the generated Codex prompt pack. |