Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Play Review

A portable AI-agent package for reviewing native Android, React Native, and Expo apps against Google Play Developer Program Policies. It covers code, product behavior, store assets, and Play Console evidence through 14 modules linked to official sources.

Project types: Native Android, React Native, and Expo

Policy index verified: August 23, 2026

Contents

What it reviews

Capability Review focus
Policy coverage Routes reviews across all 14 Google Play Policy Center areas
Evidence discovery Uses framework-aware markers to find relevant code, configuration, SDK, UI, data-flow, and Play Console evidence
Alignment Compares released behavior with disclosures, listings, audience, ratings, and declarations
Triage and remediation Separates findings from unresolved risks and proposes the smallest compliant change
Sources Links findings to the applicable official page and records the check date

Detection markers

Each policy module provides non-exhaustive search seeds for files, symbols, dependencies, UI strings, data flows, and Play Console evidence. The reviewer first detects the project type and release configuration, then expands those seeds with project-specific terminology and follows imports, call sites, generated output, SDK behavior, backend contracts, and remote configuration.

A match is only an investigation lead, and the absence of a listed marker does not end the search or prove compliance. See Using Detection Markers for the complete method.

Installation

Codex

Register the repository marketplace:

codex plugin marketplace add eserdeiro/google-play-review

Open /plugins, select the Google Play Review marketplace, and install google-play-review.

Claude Code

/plugin marketplace add eserdeiro/google-play-review
/plugin install google-play-review@google-play-review

Agent Skills-compatible clients

Install through the skills CLI:

npx skills add eserdeiro/google-play-review

Usage

Ask for the review in natural language. The request can target the whole app, one feature, a policy notice, or a specific compliance area.

Example requests

"Review this app for Google Play policy compliance"
"Audit the privacy, permissions, and Data Safety implementation in this Expo app"
"Check whether this subscription and advertising flow follows Google Play policies"
"Identify Google Play policy issues that could block this Android app submission"

Review output

The report contains a project summary, findings with evidence and remediation, Play Console declarations, manual checks, and evidence gaps. Its status is blocked, needs evidence, or no blockers found—never a compliance certification.

Repository layout

google-play-review/
├── .agents/
│   └── plugins/
│       └── marketplace.json       # Codex plugin marketplace
├── .claude-plugin/
│   ├── marketplace.json           # Claude Code plugin marketplace
│   └── plugin.json                # Claude Code plugin manifest
├── .codex-plugin/
│   └── plugin.json                # Codex plugin manifest
├── agents/
│   └── openai.yaml                # OpenAI agent interface metadata
├── rules/
│   ├── 1-restricted-content.md
│   ├── 2-impersonation.md
│   ├── 3-intellectual-property.md
│   ├── 4-privacy-deception-device-abuse.md
│   ├── 5-sdk-requirements.md
│   ├── 6-monetization-and-ads.md
│   ├── 7-store-listing-and-promotion.md
│   ├── 8-spam-functionality-and-user-experience.md
│   ├── 9-malware.md
│   ├── 10-mobile-unwanted-software.md
│   ├── 11-families.md
│   ├── 12-other-programs.md
│   ├── 13-enforcement.md
│   └── 14-how-google-play-works.md
├── SKILL.md                       # Skill entrypoint and review workflow
├── .gitignore
├── README.md
├── metadata.json                  # Source verification metadata
└── LICENSE

Policy coverage

Coverage mirrors the 14 top-level areas and 51 policy topics exposed by the Google Play Developer Policy Center on the verification date:

Each rule module contains detection markers, the detailed audit procedure, evidence checklist, risk signals, cross-policy references, and current official sources.

Sources and freshness

The Google Play Developer Policy Center is authoritative. This index was verified on August 23, 2026, but linked pages, program eligibility, SDK lists, target API requirements, regional exceptions, and enforcement procedures may change independently. Findings therefore link to the current page and include the check date.

Compatibility

The portable contract is the root SKILL.md plus relative links to the rules/ directory. Distribution-specific files adapt that same skill for Codex, Claude Code, and Agent Skills-compatible clients without changing the policy content or requiring a fixed installation path.

Limitations

  • Google Play's live policy pages and Play Console decisions remain authoritative.
  • A review cannot guarantee publication or continued availability on Google Play.
  • Findings depend on the evidence available and must distinguish confirmed behavior from unresolved risk.
  • This package is not legal advice or a substitute for a complete security assessment.
  • Use it only for apps, accounts, and artifacts you are authorized to review.

License

MIT. See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors