Hi! This is a friendly, optional set of suggestions for neckarshore-mmps/trustscope, generated by TrustScope from the OpenSSF Scorecard (v5.5.0).
None of these are required — they are common hardening steps that tend to raise a project's supply-chain and governance signals. Take whatever is useful and ignore the rest.
Security & Supply Chain
- Branch Protection — Add a branch-protection rule: require a pull request, a required status check, and dismiss-stale reviews. (Private repositories need a paid GitHub plan for branch protection.)
- Code Review — Require review before merge. Solo projects can satisfy this with an automated reviewer (e.g. CodeRabbit) instead of blocking human approval.
- Token Permissions — Add a top-level least-privilege
permissions: block to each workflow file (contents: read, with per-job write scopes only where needed). Scorecard reads the workflow file itself, not the org default setting.
- Vulnerabilities — Enable CI dependency-vulnerability scanning (an
npm audit gate plus Dependabot) and triage the open advisories.
Assessed via TrustScope (https://trustscope.neckarshore.ai) — an open-source trust report by Neckarshore AI. These are suggestions, not demands.
Hi! This is a friendly, optional set of suggestions for neckarshore-mmps/trustscope, generated by TrustScope from the OpenSSF Scorecard (v5.5.0).
None of these are required — they are common hardening steps that tend to raise a project's supply-chain and governance signals. Take whatever is useful and ignore the rest.
Security & Supply Chain
permissions:block to each workflow file (contents: read, with per-job write scopes only where needed). Scorecard reads the workflow file itself, not the org default setting.npm auditgate plus Dependabot) and triage the open advisories.Assessed via TrustScope (https://trustscope.neckarshore.ai) — an open-source trust report by Neckarshore AI. These are suggestions, not demands.