release — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 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.
Prepare a release for version $ARGUMENTS.
v and follows semver (e.g. v1.0.0). If no argument is provided, ask the user for the version.git tag --sort=-v:refname to find the most recent existing tag. If there is no previous tag, the changelog covers all commits.git log --oneline <previous-tag>..HEAD to get the list of commits since the last release. Group them into a readable changelog with sections like "What's Changed". Include commit messages but exclude merge commits.RELEASE_NOTES.md in the project root. Format it as: ## What's Changed in $ARGUMENTS
- Commit message here (short hash)
- Another commit message (short hash)
...RELEASE_NOTES.md and ask the user to confirm or request edits before proceeding.RELEASE_NOTES.md with message: docs: add release notes for $ARGUMENTSgit tag $ARGUMENTSgit push origin main --tags to push both the commit and the tag. This will trigger the release workflow.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.