android-preflight

android-preflight is a command for coding agents from rahulkeerthi/expo-toolkit. It costs 17 tokens per session (4,748 once invoked), scanned A, original, MIT.

A pre-submission check for Google Play Console, Google's service for publishing Android apps. It asks about the app and checks common configuration and policy-related reasons for rejection.

In plain words
What is it for?
Use it before submitting a new or updated Android app, especially to review monetization, testing, and other Play Console requirements.
Why use it?
It helps catch release problems before an Android app is sent to Google for review.

Command

Part of the expo-toolkit plugin — 6 skills, 7 commands, 5 agents shipped together

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 commands/rahulkeerthi/expo-toolkit/android-preflight
Clone the repo
git clone --depth 1 https://github.com/rahulkeerthi/expo-toolkit

Or install expo-toolkit, the plugin that ships this one along with the rest of its 6 skills, 7 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for android-preflight

README.md
[![agentmods](https://agentmods.dev/badge/commands/rahulkeerthi/expo-toolkit/android-preflight.svg)](https://agentmods.dev/commands/rahulkeerthi/expo-toolkit/android-preflight)
Your own site
<a href="https://agentmods.dev/commands/rahulkeerthi/expo-toolkit/android-preflight"><img src="https://agentmods.dev/badge/commands/rahulkeerthi/expo-toolkit/android-preflight.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,748 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.00017 $0.04748
Opus 5 $0.00009 $0.02374
Sonnet 5 $0.00003 $0.00950
Haiku 4.5 $0.00002 $0.00475

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

Security

Grade A, and why

android-preflight 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 5d 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.

commands/android-preflight.md · 662 lines

How it starts

The opening of the file, as written. The whole thing — 662 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Google Play Console Pre-flight Check

Validate Google Play Console configuration before submission to catch common issues and policy violations.

Setup Questionnaire

Before running checks, gather information about the user's setup using AskUserQuestion:

AskUserQuestion({
  questions: [
    {
      question: "What is your app's monetisation model?",
      header: "Monetisation",
      options: [
        {
          label: "Freemium (IAP/Subscriptions)",
          description: "Free download with in-app purchases or subscriptions",
        },
        {
          label: "Paid Upfront",
          description: "One-time purchase price to download the app",
        },
        {
          label: "Free (No IAP)",
          description: "Completely free with no monetisation",
        },
      ],
      multiSelect: false,
    },
    {
      question: "Is this your first submission to Google Play?",
      header: "First Release",
      options: [
        {
          label: "Yes, first time",
          description: "App has never been published to Play Store",
        },
        {
          label: "No, updating existing app",
          description: "App already exists on Play Store",
        },
      ],
      multiSelect: false,
    },
    {
      question: "What testing track will you use?",
      header: "Testing Track",
      options: [
        {
          label: "Internal testing",
          description: "Up to 100 testers, instant availability",
        },
        {
          label: "Closed testing",
          description: "Limited testers, requires review",
        },
        {
          label: "Open testing",
          description: "Anyone can join, requires review",
        },
        {
          label: "Production",
          description: "Public release to all users",
        },
      ],
      multiSelect: false,
    },
    {
      question: "Do you want me to use browser automation to check Play Console?",
      header: "Browser",
      options: [
        {
          label: "Yes, use browser (Recommended)",
          description: "I'll navigate Play Console and verify each item",
        },
        {
          label: "No, walk me through manually",
          description: "I'll provide a checklist for you to verify",
        },
      ],
      multiSelect: false,
    },
  ],
});

Read the full file on GitHub · 662 lines

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. 5d ago First seen · 662 lines · 17 tokens per session scan A 9974755c4a13

Subscribe to this mod's changes

android-preflight is a command published in the GitHub repository rahulkeerthi/expo-toolkit (5 stars, last pushed 3mo ago), licensed MIT. It adds 17 tokens to every session and 4,748 once invoked, about $0.0001 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.