plugins/build/skills/open-source-project-templates/SKILL.md
Production-ready templates for CONTRIBUTING.md, SECURITY.md, and GitHub issue forms. OpenSSF Best Practices Badge compliant, copy-paste ready, with realistic SLAs.
npx skillsauth add adaptive-enforcement-lab/claude-skills open-source-project-templatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Copy-paste templates for open source project documentation based on real OpenSSF Best Practices Badge certification work. CONTRIBUTING.md, SECURITY.md, and GitHub issue forms with realistic SLAs and proven compliance.
Source Material
These templates come from the readability project's OpenSSF certification (PRs #93, #94, #95).
See the full implementation guide in the source documentation.
How these templates satisfy OpenSSF Badge criteria:
| Criterion | Template | Compliance | |-----------|----------|------------| | Documentation | CONTRIBUTING.md | ✅ Explains how to contribute | | Bug Reporting | Bug Report template | ✅ Structured process | | Enhancement Proposals | Feature Request template | ✅ Clear submission path | | Security Process | SECURITY.md | ✅ Disclosure mechanism | | Response Timelines | SECURITY.md SLAs | ✅ Realistic commitments | | Testing Requirements | CONTRIBUTING.md | ✅ Coverage thresholds | | Code Review | CONTRIBUTING.md PR process | ✅ Approval requirements |
✅ Contributing file: CONTRIBUTING.md with setup, testing, PR process
✅ Bug reporting: Issue templates with structured fields
✅ Enhancement proposals: Feature request template
✅ Security disclosure: SECURITY.md with private channel (Security Advisories)
✅ Security response: Documented SLAs (48hr initial, 7 day update, 90 day resolution)
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.