ops: add OpenSSF Scorecard workflow#142
Merged
Merged
Conversation
Free supply-chain security analysis from openssf/scorecard. Scores ~17 practices (branch protection, signed commits, dependency review, pinned deps, token permissions, vulnerability disclosure, SAST, fuzzing, etc.) on a 0–10 scale and publishes the result to api.scorecard.dev so the public badge auto-updates. Runs: - on push to main (immediate first score after merge) - on branch_protection_rule changes (so policy changes show up) - weekly on Monday 06:00 UTC (drift detection) Action SHAs are pinned per Scorecard's own pinned-dependencies criterion, so this workflow doesn't penalize its own score. Results land in the Security tab (SARIF upload) and on the public scorecard.dev project page. Once merged, we can add the badge to the runcycles org profile README as a third-party trust signal.
This was referenced May 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds OpenSSF Scorecard supply-chain security analysis to this repo. Free tool from the Open Source Security Foundation that scores ~17 practices on a 0–10 scale:
How it runs
Where the results show up
Why this repo first
`cycles-server` is the reference implementation. If the workflow runs cleanly here, we'll roll it out to `cycles-protocol`, `cycles-client-python`, `cycles-mcp-server` as a follow-up.
Notes
Test plan
Follow-up
Once first score is in, open a PR on `runcycles/.github` to add the badge to the org profile README's trust-signal row.