0disoft/Buildmarks
Generate static Buildmarks profile README artifacts from public GitHub data.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- None
Pinned Snippet
uses: 0disoft/buildmarks@c7854a42284ec6a99fba24ada50dcf24d310d612 # v0.1.17tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| username | GitHub username whose public projects should be reviewed. | yes | — |
| output | SVG output path, relative to the caller repository. | no | assets/buildmarks.svg |
| generate-report | Whether to generate an HTML page and JSON file next to the SVG. | no | true |
| report-output | Static report output directory, relative to the caller repository. | no | assets/buildmarks-report |
| token | Optional token. Public-only mode uses it for rate limits; private-local mode requires an explicit owner-provided read token. | no | "" |
| private-local | Opt into owner-supplied private-local collection. Requires an explicit token and redacts private repository names. | no | false |
| max-repositories-scanned | Maximum public repositories to scan. | no | 30 |
| max-repositories-scored | Maximum repositories to show on the card; all successfully reviewed repositories still contribute to the calculation. | no | 12 |
| activity-window-days | Only include repositories pushed within this many days. | no | 365 |
| max-api-requests | Maximum GitHub REST requests allowed for one profile collection. | no | 160 |
Outputs
no outputs