version-bump — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited version-bump (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.
What version change is justified by observed evidence and project policy, and which local files must be updated consistently without tagging or publishing?
Use this skill when the user asks to:
Do not use this skill to create tags, publish packages, publish hosted releases, draft release notes, or edit changelog sections unless explicitly routed for evidence only.
Route to:
tag-release for Git tag creation.publish-release skill or manual workflow for package publication or hosted release publication.release-notes for release-note text.changelog-maintenance for changelog sections.conventional-commits for commit classification only.Inspect or establish:
package.json, pyproject.toml, Cargo.toml, .csproj, VERSION, or ecosystem equivalents,Do not assume SemVer, default version files, package manager behavior, or monorepo policy without evidence.
You MAY:
You MUST:
You MUST NOT:
| State | Evidence | Risk | Default Action | Confirmation | Verification |
|---|---|---|---|---|---|
| Recommendation only | commits, changelog, policy | R1 | Recommend bump with evidence | no | rationale self-check |
| Clear SemVer evidence | policy and change evidence | R1/R2 | Recommend or apply requested bump | no if explicit | version consistency |
| No version policy | docs absent or conflicting | R1 | State options; do not mutate by assumption | yes for mutation | evidence note |
| Multiple package versions | package files/monorepo config | R2/R3 | Identify fixed/independent policy before edit | yes if ambiguous | all touched files |
| Lockfile required | ecosystem evidence | R2 | Update lockfile with known safe command | maybe | diff/build if available |
| Breaking change evidenced | API/migration evidence | R1/R2 | Recommend major unless policy differs | no | evidence trace |
| Prerelease bump | existing prerelease pattern | R1/R2 | Follow evidenced pattern | no if explicit | version parse |
| User asks Git tag creation | out of scope | Out of scope | Route to tag-release | yes for routed action | not applicable |
| User asks package/hosted publish | out of scope | Out of scope | Route to future publish workflow or stop | yes for routed action | not applicable |
0.x, inspect project policy before applying major/minor semantics.Allowed:
Package manager version commands may create commits or tags depending on ecosystem and flags. Before running them, inspect project policy and command behavior. Use no-tag/no-commit flags where available unless commit/tag creation is explicitly requested and routed to the owning skill.
For npm, prefer npm version --no-git-tag-version when only editing version files.
Forbidden:
Minimum verification:
Verify:
Final response should include:
## Recommendation / Change
- Version decision or files updated.
## Evidence
- Policy, commits, changelog, version files used.
## Verification
- Consistency checks and command results.
## Risks / Limitations
- Missing policy, monorepo ambiguity, unrun tests, or publication out of scope.Stop when repository or version state is ambiguous in a way that could update the wrong package, create unintended tags/commits, invalidate release policy, or require a gated action.
Requires confirmation for:
Route tag creation and publication out of this skill.
Load:
references/semver-rules.md when version impact is unclear.references/ecosystem-files.md for ecosystem-specific version files.references/monorepo.md for multi-package versioning.references/prerelease.md for prerelease rules.references/commands.md before package-manager mutation.references/verification.md for consistency checks.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.