changelog — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited changelog (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.
!git log --oneline --no-merges -50 2>/dev/null
!git tag --sort=-v:refname 2>/dev/null | head -10
!git describe --tags --abbrev=0 2>/dev/null || echo "No tags found"
git log <tag>..HEADRun: git log <range> --oneline --no-merges
For each commit, extract:
Group commits using Keep a Changelog categories:
Detection heuristics:
feat: / feature: / add: → Addedfix: / bugfix: / hotfix: → Fixedrefactor: / update: / change: → Changedremove: / delete: / drop: → Removedsecurity: / vuln: / cve: → SecurityBREAKING: / BREAKING CHANGE: → Breaking Changes# Changelog
## [Unreleased] — YYYY-MM-DD
### Added
- Description of new feature (#PR)
### Changed
- Description of change (#PR)
### Fixed
- Description of fix (#PR)
### Removed
- Description of removal (#PR)
### Security
- Description of security fix (#PR)
### Breaking Changes
- Description of breaking change (#PR)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.