tag-release — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tag-release (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Suggest and apply the next semver tag based on commits since the last tag.
Note: For team repos or any repo with a CI/CD pipeline, automated tagging via a pipeline (e.g. GitHub Actions triggered on merge to main) is strongly preferred over running this command manually. Use this command for solo projects or when no pipeline is set up.
Steps:
git tag --sort=-version:refname | head -1 to find the most recent tag. If no tags exist, suggest v0.1.0 as the first tag.git log <last-tag>..HEAD --oneline to see commits since the last tag. If there are no commits since the last tag, tell the user there is nothing to release and stop.BREAKING CHANGEfeatgit tag <version> to create the tag, then git push origin <version> to push it.$ARGUMENTS
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.