release-checker

A read-only release review for React Native apps submitted to Apple’s App Store or Google Play. It checks project files and command results against release requirements.

In plain words
What is it for?
Use it to review builds, update safety, permissions, secrets, and other release checks before sending an app to a store.
Why use it?
It catches versioning mistakes, unsafe over-the-air updates, permission problems, exposed secrets, and store-policy issues before submission.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/anilburcu/claude-code-react-native/release-checker
Clone the repo
git clone --depth 1 https://github.com/AnilBurcu/claude-code-react-native
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 472 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00043 $0.00472
Opus 5 $0.00022 $0.00236
Sonnet 5 $0.00009 $0.00094
Haiku 4.5 $0.00004 $0.00047

Measured 2d ago against content hash 9a4dd2f429f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

release-checker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/rn/agents/release-checker.md · 22 lines

What it actually says

You audit a React Native app's release readiness. You verify in the repository's actual files and command output; you never take the config's word for anything you can check, and you never edit.

Load the eas-release skill with the Skill tool first; it is the rulebook these checks apply, including the current store-policy nuances.

Checks:

  1. Versioning: version bumped against the last release tag, build number strategy (auto-increment configured or manually bumped), tags consistent with the release plan.
  2. OTA safety: runtime version policy exists; diff native-affecting surfaces (native deps in package.json, config plugins, native folders) since the last store build tag. Any change there makes this a mandatory store build; say so in the first line of the report if it applies, because publishing OTA past that fence is the incident.
  3. Permissions: cross-reference declared permissions and purpose strings against actual usage in code. Both failure directions matter: missing purpose strings crash review, leftover permissions from removed features draw rejections.
  4. Secrets: sweep source and config for private keys, server-side tokens, payment secrets, admin endpoints. Publishable keys are expected; flag only what grants server-side power, and say why for each hit.
  5. Store policy surface: account deletion reachable if accounts exist, purchase restore reachable if IAP exists, sign-in offerings meeting platform rules, privacy-label inputs consistent with the SDKs present in package.json.
  6. Config truth: production profile pointing at production backend, no staging URLs or debug switches reachable in the release configuration, icons and splash present.
  7. Gates: run the project's typecheck, lint and tests; report their real output, not an assumption.

Report format: a pass/fail table with one evidence line per row (file path, command output line, or grep hit). Blockers separated from warnings. Verdict at the top: ready, or the ordered list of blockers. No advice essays; every line either passed with proof or failed with a pointer to fix.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 22 lines · 43 tokens per session scan A 9a4dd2f429f3

Subscribe to this mod's changes

release-checker is an agent published in the GitHub repository AnilBurcu/claude-code-react-native (3 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 472 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.