Last verified: 2026-06-05T16:02:53Z
This page collects the strongest public signals for reviewers, maintainers, and users evaluating oss-signal.
oss-signal is early. It does not yet claim broad independent adoption, GitHub stars, forks, or a large user base.
What it does have is a complete, public maintainer workflow:
| Signal | Public evidence | Why it matters |
|---|---|---|
| Installable CLI | npm exec --yes --package=oss-signal@0.8.4 -- oss-signal --version |
Reviewers can run the package without cloning this repository. |
| Marketplace Action | https://github.com/marketplace/actions/oss-signal | Users can discover and copy the Action through GitHub Marketplace. |
| Maintainer trial | maintainer-trial | External maintainers can try the Action without failing CI first. |
| Maintainer feedback | maintainer-feedback | Neutral or negative maintainer responses can still improve rules and count as real third-party feedback. |
| Dogfood Action | Repository health workflow | The repository runs the public Action tag against itself. |
| Inventory mode | Repository inventory workflow | Maintainers can audit several repositories from one target list. |
| Security posture | CodeQL workflow, OpenSSF Scorecard workflow, SECURITY.md | Security and supply-chain signals are visible in public workflows. |
| Release process | release workflow, release process, CHANGELOG.md | Package and Action releases have repeatable checks. |
| Maintainer governance | MAINTAINERS.md, GOVERNANCE.md, CODEOWNERS | Ownership and review paths are explicit. |
| Architecture | architecture, security model, JSON output contract, SARIF walkthrough, roadmap | Reviewers can inspect the implementation boundary, permissions, automation contract, Code Scanning path, and next adoption target. |
| Citation | CITATION.cff | GitHub can expose a standard citation route for the project. |
| Accepted external contribution | https://github.com/icoretech/codex-action/pull/24 | An outside maintainer merged a focused documentation safety fix and left a public merge comment. |
| Evidence ledger | evidence-ledger | Reviewers get one compact page separating accepted evidence, supporting demos, open PRs, and boundaries. |
| External workflow evidence | adoption evidence | Field audits show the intended maintainer workflow on public repositories. |
| Contributor intake | good first issues, adoption kit | Outside users have structured ways to try, report, and contribute. |
The GitHub Marketplace listing is a discovery page for the Action. It lets users find oss-signal, inspect the Action metadata and README, and copy a workflow snippet using:
- uses: SalmonPlays/oss-signal@v0.8.4
The listing is not a paid product. It is a free Action listing. Running GitHub Actions has separate GitHub Actions billing rules, but standard GitHub-hosted runners are free for public repositories.
icoretech/codex-action PR is counted separately as an accepted external contribution.Use reviewer-evidence.md for a five-minute verification path:
Use adoption-kit.md to add the Action to another repository or share a public workflow run.