What problem does it solve?
This skill solves the problem of insecure or poorly configured supply-chain security by automating the setup of the OpenSSF Scorecard GitHub Action with a safe, two-phase rollout that prevents premature public exposure of low security scores.
Core Features & Use Cases
- Two-Phase Rollout: Installs the Scorecard action in a private-first mode (publish_results: false) to allow for internal triage before going public.
- Remediation Planning: The fix subcommand analyzes Scorecard findings and generates a bucketed plan to address file-based and settings-based security issues.
- Use Case: A developer wants to improve their repository's security posture but fears a low initial score on the public scorecard.dev dashboard; this skill allows them to identify and fix issues privately before opting into public reporting.
Quick Start
Run the security-openssf skill to scaffold the OpenSSF Scorecard action in your repository.