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.
Перед релизом убедись, что:
git status pnpm build && pnpm testЕсли есть незакоммиченные изменения или тесты не проходят — останови процесс и сообщи пользователю.
Спроси пользователя через AskUserQuestion, какой тип версии:
Покажи текущую версию из package.json и какой станет новая.
npm version <patch|minor|major> --no-git-tag-versionЭто обновит version в package.json без создания git-тега (тег создаст GitHub Release).
git add package.json
git commit -m "chore: bump version to <NEW_VERSION>"
git push origin maingh release create v<NEW_VERSION> --title "v<NEW_VERSION>" --generate-notesФлаг --generate-notes автоматически создаст описание из коммитов.
Сообщи пользователю:
gh run list --limit 1Если пакет ещё не был опубликован, пользователю нужно:
NPM_TOKEN, значение — токенgh release create v1.0.0 --title "v1.0.0" --notes "Первый релиз"# Статус workflow
gh run list --limit 1
# Проверить пакет в npm
npm view yandex-webmaster-mcp-server version~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.