Skip to content

Security: kevinpinscoe/skills-tui

SECURITY.md

Security Policy

Supported versions

Only the latest released version receives fixes. There are no long-term support branches — if you are behind, upgrade before reporting.

Version Supported
latest v3.0.x release yes
anything older no

Reporting a vulnerability

Report privately through GitHub's security advisories form. Please do not open a public issue for a suspected vulnerability.

This is a personal project maintained by one person in his spare time. Expect an acknowledgement within a week. Fixes are best-effort, and there is no guaranteed response window.

Verifying a release

Release artifacts are signed with cosign keyless signing, and each release publishes an SPDX SBOM alongside the binaries. The SBOMs are listed in checksums.txt, so verifying the signed checksum file covers them too:

cosign verify-blob \
  --bundle checksums.txt.sigstore.json \
  --certificate-identity-regexp \
    'https://github.com/kevinpinscoe/skills-tui/.github/workflows/release.yml@refs/tags/v.*' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  checksums.txt

Then check any downloaded artifact against the verified checksums.txt:

sha256sum -c checksums.txt --ignore-missing

There aren't any published security advisories