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 |
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.
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.txtThen check any downloaded artifact against the verified checksums.txt:
sha256sum -c checksums.txt --ignore-missing