appstore-record-creator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited appstore-record-creator (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.
Opt-in local browser automation for App Store Connect app creation. The user must be signed in; the bundle ID must already exist.
asc bundle-ids create --identifier "com.example.app" --name "My App" --platform IOS
asc apps list --bundle-id "com.example.app" --output jsonhttps://appstoreconnect.apple.com/apps and confirm login.+ New App button, then the New App menu item. It is a dropdown first, not a direct dialog.Name, max 30 chars.Primary Language combobox/select.Bundle ID select: wait until async loading finishes after platform selection; choose label like My App - com.example.app.SKU.User Access: required radio, Limited Access or Full Access./apps/<APP_ID>/.... asc apps view --id "APP_ID" --output json --pretty
asc apps list --bundle-id "com.example.app" --output json asc app-setup info set --app "APP_ID" --primary-locale "en-US"
asc app-setup categories set --app "APP_ID" --primary GAMES
asc web apps availability create --app "APP_ID" --territory "USA,GBR" --available-in-new-territories trueUse the web availability flow only for first bootstrap; later use asc pricing availability edit.
If a field/button cannot be located, stop, capture a screenshot, report the last step, and ask the user to inspect validation errors. Selectors can change; prefer role/label/text selectors over CSS.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.