openssf-scorecards

Configure the OpenSSF Scorecard GitHub Action for automated supply-chain security scoring.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/castrojo/cncf-skills --skill openssf-scorecards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openssf-scorecards
Source: https://github.com/castrojo/cncf-skills/tree/main/skills/openssf-scorecards
Command: npx skills add https://github.com/castrojo/cncf-skills --skill openssf-scorecards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of setting up OpenSSF Scorecards, providing continuous measurement of a project's supply-chain security posture.

Core Features & Use Cases

  • Automated Security Checks: Integrates the OpenSSF Scorecard GitHub Action to run ~20 security checks automatically.
  • Compliance & Reporting: Results are published to GitHub Security and OSSF APIs, feeding into CLOMonitor for CNCF project dashboards.
  • Use Case: A CNCF project needs to meet graduation requirements that include demonstrating strong security practices. This Skill helps configure automated security scoring to meet those requirements and identify areas for improvement.

Quick Start

Add the ossf/scorecard-action GitHub Actions workflow to your repository by following the official quickstart guide at securityscorecards.dev.

Frequently Asked Questions about openssf-scorecards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate supply-chain security scoring for my repository?

This Skill automates supply-chain security scoring by configuring the OpenSSF Scorecard GitHub Action to continuously measure your project's security posture and run automated checks.

What is the OpenSSF Scorecard used for in a CNCF project?

In a CNCF project, the OpenSSF Scorecard runs automated security checks that feed results into CLOMonitor dashboards, helping projects meet graduation requirements and demonstrate strong security practices.

Do I need GitHub branch protection and secret scanning to use OpenSSF Scorecards?

Yes, using OpenSSF Scorecards requires GitHub Actions, secret scanning, and branch protection to be configured in your repository to accurately measure and automate your supply-chain security posture.

How do I add the OpenSSF Scorecard workflow to GitHub Actions?

To add the OpenSSF Scorecard workflow to GitHub Actions, follow the official quickstart guide at securityscorecards.dev to integrate the ossf/scorecard-action into your repository's automated pipelines.

Where are OpenSSF Scorecard security check results published?

OpenSSF Scorecard security check results are published to GitHub Security and OSSF APIs, which then feed into CLOMonitor for continuous security posture monitoring and compliance reporting.