rn-compliance-analyst
v2.0.0Scan and auto-fix Android/iOS app store policy violations in React Native and Capacitor projects
By 99x0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rn-compliance-analyst for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rn-compliance-analyst@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Shamique99x/rn-compliance-analystClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/compliance-scan/SKILL.md├── skills/inspect-apk/SKILL.md├── skills/policies/SKILL.md└── skills/status/SKILL.md
Included Skills4
Scan a React Native or Capacitor project for Android/iOS app store compliance violations, apply all auto-fixable issues, and report any library upgrades required. Handles both standard Gradle DSL and KTS build files.
Deep binary inspection of a built APK — checks every native .so library for 16 KB page-size alignment (PT_LOAD p_align). Use after running a compliance scan to verify the built artifact, not just the build config.
Show all active compliance policy rules, their current thresholds, severity, and version. Use to confirm what the scanner is checking before running a scan.
Quick pass/fail compliance health check for a React Native project. Shows one line per policy, no fix prompts.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "rn-compliance-analyst",
"displayName": "React Native / Capacitor Compliance",
"version": "2.0.0",
"description": "Scan and auto-fix Android/iOS app store policy violations in React Native and Capacitor projects",
"author": {
"name": "99x",
"email": "[email protected]"
},
"keywords": [
"react-native",
"capacitor",
"android",
"ios",
"compliance",
"app-store",
"policy"
],
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rn-compliance-analyst on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rn-compliance-analyst)