admob-policy

admob-policy is a skill for Claude Code from SajjadMohammed/admob-policy-skill. It costs 330 tokens per session (16,884 once invoked), scanned A, original, MIT.

A guide for finding and fixing advertising-policy violations in native Android apps using Google’s AdMob advertising service and Google Play rules.

In plain words
What is it for?
Use it to investigate problems such as accidental clicks, intrusive full-screen ads, excessive ad density, or ads that interfere with app navigation.
Why use it?
It helps explain why ads may violate platform policies and connects each covered issue with a code-level fix.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the admob-policy plugin — 1 skill shipped together

Good fit Use it to investigate problems such as accidental clicks, intrusive full-screen ads, excessive ad density, or ads that interfere with app navigation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sajjadmohammed/admob-policy-skill/admob-policy
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.

Any agent
npx skills add SajjadMohammed/admob-policy-skill --skill admob-policy
Clone the repo
git clone --depth 1 https://github.com/SajjadMohammed/admob-policy-skill

Made for: Claude Code.

Or install admob-policy, the plugin that ships this one along with the rest of its 1 skill.

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 admob-policy

README.md
[![agentmods](https://agentmods.dev/badge/skills/sajjadmohammed/admob-policy-skill/admob-policy/github.svg)](https://agentmods.dev/skills/sajjadmohammed/admob-policy-skill/admob-policy)
Your own site
<a href="https://agentmods.dev/skills/sajjadmohammed/admob-policy-skill/admob-policy"><img src="https://agentmods.dev/badge/skills/sajjadmohammed/admob-policy-skill/admob-policy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for admob-policy

Your own site · 80×15
<a href="https://agentmods.dev/skills/sajjadmohammed/admob-policy-skill/admob-policy"><img src="https://agentmods.dev/badge/skills/sajjadmohammed/admob-policy-skill/admob-policy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 330 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 16,884 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00330 $0.16884
Opus 5 $0.00165 $0.08442
Sonnet 5 $0.00066 $0.03377
Haiku 4.5 $0.00033 $0.01688

Measured 10d ago against content hash fa8d0ef2c30c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

admob-policy 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 10d 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/admob-policy/skills/admob-policy/SKILL.md · 1,598 lines

How it starts

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

AdMob policy — diagnosis and fixes

Companion to admob-implementation, which holds the compliant code templates. This skill is the diagnostic side: identify the violation, quote the rule, apply the fix.

Scope and limits — read this before trusting the catalog

Covered. Native Android apps using the Google Mobile Ads SDK, under three enforcement tracks: AdMob program policies, the Google Publisher Policies and Restrictions, and Google Play's own Ads policy.

Not covered. AdSense for web, Ad Manager / AdX specifics, iOS-only requirements (App Tracking Transparency, SKAdNetwork), mediation partner policies, and Google's advertiser- side policies. AdMob and AdSense share the Google Publisher Policies, so sections C and D transfer to web — but every code fix here is Android, and the AdSense-only rules are absent.

Not exhaustive, and cannot be. Google's policy surface spans dozens of pages that change without notice. This catalog is a navigation layer over the official sources in Step 2, not a replacement for them. Always open the source before acting on an entry.

Anything not backed by a quote is a judgement call. Entries carrying a verbatim block quote are verified against the linked source. Entries without one are the author's reading. Apply the reporting rule at the bottom of this file and say which kind you are relying on.

Step 1 — read the warning correctly

AdMob reuses AdSense web boilerplate in violation descriptions. The examples inside are usually irrelevant to a native app. Do not chase them.

"Modified ad behavior" arrives with this text:

Publishers are not permitted to alter the behavior or targeting of Google ads. This includes implementing the AdSense ad code in a "floating box script," or altering the ad-targeting using hidden keywords or IFRAMES.

Phrase Applies to a native Android app?
"floating box script" No — JavaScript concept
"hidden keywords" No — HTML concept
"IFRAMEs" No — HTML element
"alter the behavior" (lead-in) Yes — the only operative clause

Read the full file on GitHub · 1,598 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. 10d ago First seen · 1,598 lines · 330 tokens per session scan A fa8d0ef2c30c

Subscribe to this mod's changes

admob-policy is a skill published in the GitHub repository SajjadMohammed/admob-policy-skill (2 stars, last pushed 1mo ago), licensed MIT. It adds 330 tokens to every session and 16,884 once invoked, about $0.0016 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.

Related

Other skills, from other repositories

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI/greenlight · 65 tokens

app-store-review

Audit an iOS app's App Store submission readiness and rejection risk for a fintech app — App Review Guidelines domains (Safety/Performance/Business/Design/Legal), PrivacyInfo.xcprivacy (NSPrivacyAccessedAPITypes required-reason APIs, NSPrivacyTrackingDomains, NSPrivacyCollectedDataTypes), App Privacy nutrition labels…

TalissonVitorino/kmp-ios-skills · 219 tokens

gps-compliance

Google Play data safety declarations, app recovery actions, and device tier configs via gps. Use when updating Data safety, creating recovery actions, or managing device tier configuration.

appeeky/google-play-console-cli · 37 tokens

app-store-compliance

Run an enterprise pre submission compliance audit on a mobile app project before uploading to the Apple App Store or Google Play. Use when the user is about to submit, ship, or release an iOS or Android app, when an app was rejected and needs a fix plan, when reviewing App Store Review Guidelines or Google Play policy…

mjmirza/app-store-compliance · 108 tokens

ipaship-audit

Use when auditing iOS/Android app submissions for compliance with Apple App Store Review Guidelines or Google Play Developer Policies. Scan .ipa, .apk, or .zip files against official store policies, generate structured compliance reports, and identify violations with remediation steps.

atharvnaik1/ipaship-audit · 57 tokens

html-ppt-zhangzara-stencil-tablet

A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership.

nexu-io/open-design · 49 tokens