appstore-subscription-localizer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited appstore-subscription-localizer (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.
Use for subscription/IAP display names and descriptions, not general App Store metadata (appstore-metadata-localizer owns that).
Use appstore-pricing-planner for price points, availability, or schedules. Use appstore-revenuecat-sync when the work also maps ASC products to RevenueCat offerings or entitlements.
asc auth login or ASC_* env vars.APP_ID, group/subscription/IAP IDs resolved.For a deterministic command plan, run the helper from the plugin root:
python3 "$PLUGIN_ROOT/skills/appstore-subscription-localizer/scripts/subscription_localization_plan.py" \
--app "APP_ID" --group-id "GROUP_ID" --subscription-id "SUB_ID" --iap-id "IAP_ID" \
--locale "en-US,fr-FR" --name "Display Name"The helper prints commands only; it does not call ASC or change localizations. Create/update commands require --confirming-actions. Pass --json for machine-readable output.
APP_ID, group IDs, subscription IDs, IAP IDs, and existing localization IDs before mutation.--description only when supplied, usually for IAP localizations.references/appstore-subscription-localizer.md for supported locales and detailed resolve, list, create, update, and batch rules.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.