ipaship-audit

Solid

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.

Code & Development 41 stars 93 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ipaShip — ipaship-audit Audit your iOS/Android app packages against official store policies before submission. Upload `.ipa` or `.apk` files and get a structured compliance report with guideline references, severity ratings, and actionable fixes. ## When to Use - Before submitting an iOS app to the **Apple App Store** — catch rejections early - Before submitting an Android app to **Google Play** — identify policy violations - During CI/CD to automate pre-submission compliance checks - When reviewing third-party apps for compliance risks - As part of a code review workflow for mobile apps ## Setup ### Prerequisites | Requirement | Details | |-------------|---------| | Account | [ipaship.com](https://ipaship.com) — free to use | | API Key | Get yours at [ipaship.com](https://ipaship.com) | | App Package | `.ipa` (iOS), `.apk` (Android), or `.zip` file (max 150MB) | | Dependencies | The server needs `unzip` installed | ### Environment Variables ```bash export IPASHIP_API_KEY="your-api-key-here" ``` ## Usage ### 1. Web Interface (No Code Required) 1. Go to [ipaship.com](https://ipaship.com) 2. Upload your `.ipa` or `.apk` file 3. Select your AI provider (Claude, GPT, Gemini, or OpenRouter) 4. Click "Audit" and wait for the streaming report ### 2. CLI via cURL ```bash # Basic audit with default provider (Anthropic Claude) curl -X POST https://ipaship.com/api/audit \ -H "Authorization: Bearer $IPASHIP_API_KEY" \ -F "file=@/path/to/your-app.ipa" \ -F "provider=an...

Details

Author
atharvnaik1
Repository
atharvnaik1/ipaship-audit
Created
2 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Related Skills

Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

security-reviewer

Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews, dependency audits, secrets scanning, or compliance checks. Produces vulnerability reports, prioritized recommendations, and compliance checklists.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

parallel-investigation

Coordinates parallel investigation threads to simultaneously explore multiple hypotheses or root causes across different system areas. Use when debugging production incidents, slow API performance, multi-system integration failures, or complex bugs where the root cause is unclear and multiple plausible theories exist; when serial troubleshooting is too slow; or when multiple investigators can divide root-cause analysis work. Provides structured phases for problem decomposition, thread assignment, sync points with Continue/Pivot/Converge decisions, and final report synthesis.

745 Updated 1 months ago
rohitg00