appstore-release-notes-writer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited appstore-release-notes-writer (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.
Write human-focused release notes, optionally localized to every existing metadata locale.
Use appstore-metadata-sync for general listing metadata edits, appstore-metadata-localizer for full listing translation, and appstore-subscription-localizer for subscription/IAP display-name localization.
asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata" or user-provided keywords.en-US unless specified.references/release_notes_guidelines.md.metadata/version/; locales are the JSON files there.git describe --tags --abbrev=0 then git log <tag>..HEAD --oneline --no-merges; remove merges/deps/CI/format noise.New, Improved, Fixed; omit empty sections.metadata/version/<version>/<locale>.json when present;promotionalText <= 170 chars. asc apps info edit --app "APP_ID" --version-id "VERSION_ID" --locale "en-US" --whats-new "..."
asc metadata push --app "APP_ID" --version "1.2.3" --dir "./metadata" --dry-run
asc metadata push --app "APP_ID" --version "1.2.3" --dir "./metadata"Include promo via --promotional-text or write promotionalText into canonical JSON before push.
metadata/version/{latest-version}/{locale}.jsonkeywords, whatsNew, optional promotionalTextasc metadata pull/push/keywords.appstore-metadata-localizer for full listing translation and appstore-aso-auditor for keyword research.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.