Agent Plugins Marketplace
All plugins

rn-compliance-analyst

v2.0.0

Scan and auto-fix Android/iOS app store policy violations in React Native and Capacitor projects

Claude Code4 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rn-compliance-analyst@agent-plugin-marketplace

Paste 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-analyst

Clone 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

rn-compliance-analyst/
├── .claude-plugin/plugin.json
├── skills/compliance-scan/SKILL.md
├── skills/inspect-apk/SKILL.md
├── skills/policies/SKILL.md
└── skills/status/SKILL.md

Included Skills4

compliance-scanskills/compliance-scan/SKILL.md

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.

inspect-apkskills/inspect-apk/SKILL.md

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.

policiesskills/policies/SKILL.md

Show all active compliance policy rules, their current thresholds, severity, and version. Use to confirm what the scanner is checking before running a scan.

statusskills/status/SKILL.md

Quick pass/fail compliance health check for a React Native project. Shows one line per policy, no fix prompts.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$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"
}

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)