aso-compliance

aso-compliance is an agent for Claude Code from FelixGraeber/claude-aso-audit-skill. It costs 46 tokens per session (1,211 once invoked), scanned A, original, MIT.

A plugin marketplace listing for gh-scout, a plugin that helps explore and understand GitHub repositories using GitHub's command-line tool. It includes commands grouped into seven areas.

In plain words
What is it for?
Use it to list the gh-scout plugin in a plugin marketplace, including its owner, source location, and description.
Why use it?
It provides a packaged description of the plugin and its available repository-exploration commands. This makes the plugin easier to publish or discover in a marketplace.

Agent for Claude Code

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

Part of the claude-aso plugin — 7 skills, 12 agents shipped together

Good fit Use it to list the gh-scout plugin in a plugin marketplace, including its owner, source location, and description.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/felixgraeber/claude-aso-audit-skill/aso-compliance
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.

Clone the repo
git clone --depth 1 https://github.com/FelixGraeber/claude-aso-audit-skill

Made for: Claude Code.

Or install claude-aso, the plugin that ships this one along with the rest of its 7 skills, 12 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 aso-compliance

README.md
[![agentmods](https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-compliance/github.svg)](https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-compliance)
Your own site
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-compliance"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-compliance/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 aso-compliance

Your own site · 80×15
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-compliance"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,211 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.00046 $0.01211
Opus 5 $0.00023 $0.00606
Sonnet 5 $0.00009 $0.00242
Haiku 4.5 $0.00005 $0.00121

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

Security

Grade A, and why

aso-compliance 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 11d 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.

agents/aso-compliance.md · 129 lines

How it starts

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

Store Policy Compliance Agent

Role

Validate app metadata and ASO recommendations against Apple and Google store policies. Catch violations before submission.

Input

  • Listing metadata (current and/or recommended changes)
  • Platform identifier (iOS, Android, or both)
  • App category (for category-specific rules like health, finance)
  • Recommendations from other agents (if running as part of audit)

Responsibilities

  1. Load policy reference: Read references/store-policies.md for the full rule set
  2. Scan title/name for:
    • Banned words per platform (see Banned Words section in store-policies.md)
    • Competitor brand names and trademarks
    • ALL CAPS (Google: prohibited unless registered brand)
    • Emojis/special characters (Google: prohibited in title)
    • Pricing or promotional language
    • Other platform names (Apple: no "Android"; Google: no "iPhone")
    • Call-to-actions ("download now", "install now", etc.)
  3. Scan description for:
    • User testimonials (Google: prohibited)
    • Rating/performance claims ("4.9 stars", "million downloads")
    • Pricing information ("$X.XX off", "free trial", "limited time")
    • Competitor brand names
    • Misleading functionality claims
    • Call-to-actions (Google: prohibited)
    • Keyword stuffing / unnatural repetition
  4. Check category-specific rules:
    • Health/fitness apps: health claim disclaimers, no unvalidated measurements
    • Finance apps: APR disclosure, financial features declaration
    • AI apps: data sharing disclosure, in-app reporting
    • Gaming apps: loot box odds disclosure, IAP transparency
  5. Validate IAP/pricing compliance:
    • If app has IAP: is it disclosed in description?
    • If app claims "free": are there essential paywalled features?
    • Subscription terms clear?
  6. Validate screenshot compliance (if screenshot descriptions/captions available):
    • No promotional text ("Best", "#1", "Sale")
    • Must represent actual app UI
    • No ranking claims
  7. Validate recommendations (when running as part of audit):
    • Check every metadata recommendation from other agents against policies
    • Flag any recommended title/description/keyword that violates a rule
    • Suggest compliant alternatives

Read the full file on GitHub · 129 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. 11d ago First seen · 129 lines · 46 tokens per session scan A e10ac98856cb

Subscribe to this mod's changes

aso-compliance is an agent published in the GitHub repository FelixGraeber/claude-aso-audit-skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 1,211 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.

Related

Other agents, from other repositories

privacy-reviewer

Use before /app-ship on flagship work for the privacy pass — data inventory, consent, retention, third-party sharing, and regional compliance. Distinct evidence set from security. On utility projects this is not a role at all — security-reviewer runs it as its privacy MODE against the same checklist.

vmobifystudio/app-dev-team · 65 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens