From dfedd7b8d9bac6f4fa9923f51862838ad42d97f1 Mon Sep 17 00:00:00 2001 From: Albert Mavashev Date: Sun, 3 May 2026 12:17:50 -0400 Subject: [PATCH] docs: add OpenSSF Scorecard + CII Best Practices badges to README cycles-server achieved CII Best Practices Passing badge (project 12734, 100% Passing tier) and is currently scoring 7.4 on OpenSSF Scorecard. Adds both badges next to the existing CI / License / Coverage row so anyone landing on the cycles-server README sees the third-party verification signals up front. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dfc6dca..de5d68e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![CI](https://github.com/runcycles/cycles-server/actions/workflows/ci.yml/badge.svg)](https://github.com/runcycles/cycles-server/actions) [![License](https://img.shields.io/badge/license-Apache%202.0-blue)](LICENSE) [![Coverage](https://img.shields.io/badge/coverage-95%25+-brightgreen)](https://github.com/runcycles/cycles-server/actions) +[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/runcycles/cycles-server/badge)](https://scorecard.dev/viewer/?uri=github.com/runcycles/cycles-server) +[![CII Best Practices](https://www.bestpractices.dev/projects/12734/badge)](https://www.bestpractices.dev/projects/12734) # Cycles Server — Runtime budget and action authority for AI agents