oss-signal

Reviewer Evidence Quickstart

Last verified: 2026-06-05T16:02:53Z

This page gives reviewers a short path to verify that oss-signal is a real OSS maintainer workflow tool, not only a demo repository.

Application Version Note

The Codex for Open Source application was submitted on 2026-06-03. The npm package and Action tag continued to move after submission as normal OSS maintenance. If any submitted field references older evidence, treat 0.8.4 as the current maintained release and see post-submission-update.md.

Five-Minute Verification

  1. Confirm the public package:
npm view oss-signal version dist-tags --json

Expected result: version is 0.8.4, and dist-tags.latest is 0.8.4.

  1. Run the published package from a clean install:
npm exec --yes --package=oss-signal@0.8.4 -- oss-signal --version

Expected result: 0.8.4.

To audit the public GitHub repository from a local shell, set GITHUB_TOKEN if unauthenticated API rate limits are exhausted:

GITHUB_TOKEN=<token> npm exec --yes --package=oss-signal@0.8.4 -- oss-signal SalmonPlays/oss-signal --format json

Expected result with API access: score 100, grade A, source github.

  1. Inspect public workflow evidence:
  1. Run an inventory report from the repository target list:
node src/cli.js --inventory docs/examples/inventory-targets.txt --format markdown

Expected result: a Markdown table with one row per repository, average score, score range, and top next steps.

  1. Inspect the public Action tag:
  1. Inspect field-audit evidence:
Repository Issue PR Scope
platformatic/massimo https://github.com/platformatic/massimo/issues/159 https://github.com/platformatic/massimo/pull/160 Contributor triage templates
supermarkt/checkjebon https://github.com/supermarkt/checkjebon/issues/22 https://github.com/supermarkt/checkjebon/pull/23 Contributor workflow templates
sammorrisdesign/interactive-feed https://github.com/sammorrisdesign/interactive-feed/issues/14 https://github.com/sammorrisdesign/interactive-feed/pull/15 Contributor workflow templates
flox/install-flox-action https://github.com/flox/install-flox-action/issues/204 https://github.com/flox/install-flox-action/pull/205 Pull request template
Grovanni/oss-signal https://github.com/Grovanni/oss-signal/issues/1 N/A CI, Dependabot, and CodeQL
noctemlabs/signal-oss N/A https://github.com/noctemlabs/signal-oss/pull/12 Minimal Python CI workflow
Divyesh-5981/signal-oss https://github.com/Divyesh-5981/signal-oss/issues/5 N/A SECURITY.md and contributor templates
icoretech/codex-action N/A https://github.com/icoretech/codex-action/pull/24 Merged Codex Action README safety examples; maintainer merge comment at https://github.com/icoretech/codex-action/pull/24#issuecomment-4623923361
  1. Inspect inbound contribution routes:

What The Evidence Shows

Boundaries

This project does not claim broad independent adoption yet. The separate workflow demo is public but owned by SalmonPlays, so it is treated as public workflow evidence rather than third-party adoption. One external PR has been merged, while the six field-audit issues and five field-audit follow-up PRs remain open unless their target maintainers merge, reply, or otherwise endorse them.

Primary Evidence Pages