Back to Home
hitoshura25 icon

mcp-android-playstore-deploy

Verified Safe

by hitoshura25

Overview

Assists developers in setting up automated Google Play Store deployment for Android applications using GitHub Actions.

Installation

Run Command
hitoshura25-mcp-android-playstore-deploy

Environment Variables

  • SERVICE_ACCOUNT_JSON_PLAINTEXT
  • SIGNING_KEY_STORE_BASE64
  • SIGNING_KEY_ALIAS
  • SIGNING_KEY_PASSWORD
  • SIGNING_STORE_PASSWORD
  • GITHUB_TOKEN

Security Notes

The project demonstrates a very strong commitment to security, including comprehensive input validation, path traversal protection, secure command execution (using subprocess.run with shell=False and temporary files for sensitive data), extensive sensitive data redaction, rate limiting, and audit logging. It explicitly documents security best practices, anti-patterns, and provides secure implementation examples. No 'eval' or similar dangerous patterns were found without clear justification. Passwords for keytool are handled via secure temporary files. Workflows recommend pinning GitHub Actions to specific commit SHAs. The only minor area for potential edge cases could be the regex-based modification of build.gradle.kts, though it operates on trusted project files.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-03

Tags

AndroidGoogle Play StoreDeploymentGitHub ActionsCI/CD