aso-compliance — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited aso-compliance (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Validates app metadata against Apple App Store Review Guidelines and Google Play Developer Program Policies. Catches violations before they cause rejection.
/aso compliance or /aso compliance <app-id> — check current metadata/aso audit after all agents return, validating both current metadata AND recommended changesSame as other skills — local detection or remote fetch:
uv run python scripts/detect_project.py --json # local mode
uv run python scripts/fetch_listing.py <id> --json # remote modeRead references/store-policies.md for the complete rule set covering:
For each metadata field, check against every applicable rule for the detected platform.
Title checks:
Description checks:
Category-specific checks:
IAP/pricing checks:
Screenshot checks (if descriptions/captions available):
Severity levels:
| Level | Meaning | Icon |
|---|---|---|
| VIOLATION | Will likely cause rejection | Must fix |
| RISK | May trigger review or penalty | Should fix |
| ADVISORY | Best practice recommendation | Consider |
Output format:
## Compliance Report: [App Name]
**Platform**: [iOS / Android / Both]
**Result**: [X violations, Y risks, Z advisories]
**Compliance Score**: XX/100
### Violations (Must Fix)
| # | Field | Rule | Issue | Fix |
|---|-------|------|-------|-----|
| 1 | title | Google Banned Words | Contains "#1" | Remove and use descriptive keyword |
### Risks (Should Fix)
| # | Field | Rule | Issue | Fix |
|---|-------|------|-------|-----|
### Advisories (Consider)
| # | Field | Rule | Issue | Fix |
|---|-------|------|-------|-----|
### Recommendation Flags
[If running as part of audit — list any agent recommendations that violate policies]
| Source | Recommendation | Violation | Alternative |
|--------|---------------|-----------|-------------|The compliance agent runs AFTER all other agents return (Step 3.5 in audit flow). It receives:
It validates ALL recommendations against store policies. Any violating recommendation is:
This ensures the audit NEVER recommends metadata that would get the app rejected.
Read, Bash, Write, Glob, Grep
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.