Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

expo-app-store-guideline-check世博会应用商店指南检查

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

353

周安装

15

GitHub Stars

9

下载量

124
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:expo-app-store-guideline-check(世博会应用商店指南检查)
来源仓库:https://github.com/nandofalcao/expo-app-store-guideline-check
仓库路径:skills/expo-app-store-guideline-check
安装命令:
npx skills add https://github.com/nandofalcao/expo-app-store-guideline-check --skill expo-app-store-guideline-check
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/nandofalcao/expo-app-store-guideline-check --skill expo-app-store-guideline-check

简介

expo-app-store-guideline-check 自动检测 App Store 与 Play Store 合规性问题。

  • 涵盖隐私政策、数据安全、UI 规范与安全漏洞扫描。
  • 输出分级报告(CRITICAL/WARNING/INFO)与修复建议。
  • 需在项目根目录运行,确保所有依赖已正确安装。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Expo App Store Guideline Check

Skill to verify compliance of React Native/Expo apps with Apple App Store, Google Play Store, LGPD, GDPR, and privacy/security best practices guidelines.


What This Skill Does

  1. Analyzes the project automatically via bash scripts
  2. Classifies issues as: CRITICAL / WARNING / INFO / OK
  3. Generates actionable report with suggested fixes for each issue
  4. Covers four domains: Apple App Store, Google Play, Privacy/Data Protection (LGPD + GDPR), Security

Execution Flow

Automated Analysis (recommended)

# At the root of the React Native/Expo project:
bash /path/to/skill/scripts/scan-project.sh .

# The report will be generated at:
# ./.compliance-report/report_YYYYMMDD_HHMMSS.md

Analysis by Domain (when needed to check only one area)

# Expo configuration only
bash scripts/check-expo-config.sh /project/path

# Permissions only
bash scripts/check-permissions.sh /project/path

# iOS Privacy Manifest only
bash scripts/check-privacy-manifest.sh /project/path

# Google Data Safety only
bash scripts/check-data-safety.sh /project/path

# Security only
bash scripts/check-security.sh /project/path

# Dependencies only
bash scripts/check-dependencies.sh /project/path

When to Use Each Resource

SituationResource
Preparing app for submissionscripts/scan-project.sh + relevant checklists
Apple rejectionreferences/apple-app-store.md + references/common-rejections.md
Google Play rejectionreferences/google-play-store.md + references/common-rejections.md
Configure iOS Privacy Manifestreferences/react-native-expo.md + scripts/check-privacy-manifest.sh
Fill Google Data Safetytemplates/data-safety-form.md + scripts/check-data-safety.sh
Fill Apple Privacy Labelstemplates/app-privacy-labels.md
Create Privacy Policy (LGPD)templates/privacy-policy-en.md (EN) or templates/privacy-policy-pt-br.md (PT-BR)
Create Privacy Policy (GDPR)templates/privacy-policy-gdpr-en.md
Create Terms of Usetemplates/terms-of-use-en.md (EN) or templates/terms-of-use-pt-br.md (PT-BR)
Verify LGPD compliancereferences/lgpd-privacy.md + checklists/privacy-compliance.md
Verify GDPR compliancereferences/gdpr-privacy.md + checklists/privacy-compliance.md
Compare LGPD vs GDPRreferences/lgpd-vs-gdpr.md
Complete iOS checklistchecklists/pre-submission-ios.md
Complete Android checklistchecklists/pre-submission-android.md
Verify data securitychecklists/security-checklist.md + scripts/check-security.sh

Results Structure

Each verification produces results with the following structure:

{
  "id": "EXPO-001",
  "severity": "CRITICAL",
  "category": "apple",
  "title": "Short description of the problem",
  "description": "Detailed explanation",
  "fix": "How to fix",
  "reference": "URL or reference doc",
  "file": "relevant file"
}

Severity Levels

LevelSymbolRequired Action
CRITICAL🔴Fix before submitting — will cause rejection
WARNING⚠️Review — may cause rejection or future problem
INFOℹ️Consider — best practice but not mandatory
OKCompliance verified

Verification Domains

Apple App Store

  • Basic configuration: bundle identifier, version, build number
  • iOS Permissions: NS*UsageDescription strings
  • Privacy Manifest: PrivacyInfo.xcprivacy / expo.ios.privacyManifests
  • App Tracking Transparency: implementation for tracking
  • Account Deletion: mandatory if account creation exists
  • IAP/Subscriptions: restore purchases, visible prices

References: references/apple-app-store.md

Google Play Store

  • Basic configuration: package name, versionCode
  • Target API Level: Android 15 (API 35) for new apps 2025+
  • Data Safety Section: preparation and filling
  • Android Permissions: <uses-permission> justified
  • Content Rating: questionnaire filled

References: references/google-play-store.md

Privacy / Data Protection

LGPD (Brazil — Law 13.709/2018)

  • Privacy Policy: presence, accessibility, language (Portuguese for Brazilian users)
  • Consent: explicit mechanism before collecting data (Art. 8º)
  • Data subject rights: access and deletion within 15 days (Art. 18)
  • DPO: data protection officer — mandatory for all controllers (Art. 41)
  • Sharing: list of third parties receiving data

References: references/lgpd-privacy.md

GDPR (EU/EEA — Regulation 2016/679)

  • Privacy Policy: mandatory Art. 13/14 elements, language of target member state
  • Consent: freely given, specific, demonstrable, withdrawable (Art. 7)
  • Data subject rights: access, erasure within 30 days, restriction, objection (Art. 15–22)
  • DPO: conditional — required for large-scale, public authorities, special categories (Art. 37)
  • DPIA: mandatory for high-risk processing (Art. 35)
  • DPA: written agreement mandatory with all processors (Art. 28)
  • Breach notification: 72 hours to supervisory authority (Art. 33)

References: references/gdpr-privacy.md | Dual-market: references/lgpd-vs-gdpr.md

Data Security

  • Storage: no sensitive data in AsyncStorage
  • Communication: HTTPS mandatory, SSL pinning recommended
  • Secrets: no hardcoded API keys or committed.env files
  • Logs: no sensitive data in console.log

References: checklists/security-checklist.md


Project Configuration

The skill automatically detects:

IndicatorProject Type
app.json with "expo" keyExpo Managed Workflow
app.json + ios/ or android/ folderExpo Bare Workflow
package.json with react-native without expoPure React Native

Interpreting the Report

The generated report (compliance-report.md) is divided into sections:

  1. Executive Summary — count by severity
  2. Apple App Store — iOS-specific issues
  3. Google Play Store — Android-specific issues
  4. Privacy / Data Protection — LGPD (Brazil) and/or GDPR (EU/EEA)
  5. Security — data vulnerabilities
  6. Dependencies — risks in third-party packages
  7. Next Steps — recommended action order

Fix Prioritization

1. Fix all 🔴 CRITICAL
2. Review all ⚠️ WARNING (decide if applies to context)
3. Consider ℹ️ INFO for better compliance
4. ✅ OK needs no action

Important Limitations

  • Scripts analyze configuration and static code — they do not test runtime
  • Security verification identifies common patterns, not a pentest
  • LGPD and GDPR analysis covers technical requirements; legal aspects require a lawyer
  • Store guidelines change — check update dates in reference files
  • Does not replace manual review of checklists before submitting

Updating the Skill

Reference files have update dates in the header. When guidelines change, update files in references/ and corresponding checks in scripts. Keep version and updated in this SKILL.md current.


Additional Resources

  • references/ — condensed guidelines by platform
  • checklists/ — interactive pre-submission checklists
  • templates/ — legal document templates and forms
  • scripts/ — bash automation for project analysis
  • evals/evals.json — test cases to validate the skill

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.2%
按下载量换算42

Claude

30.04%
按下载量换算37

Cursor

18.22%
按下载量换算23

Gemini CLI

9.9%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills