Skip to content

Security: techinpark/app-store-connect-cli

Security

SECURITY.md

Security Policy

Supported Versions

Security fixes are expected to land on the latest version on main.

Reporting a Vulnerability

Please do not open a public GitHub issue for sensitive security problems.

Report vulnerabilities privately through GitHub Security Advisories if enabled for the repository. If that is not available, contact the maintainer directly through a private channel and include:

  • a clear description of the issue
  • impact and attack scenario
  • steps to reproduce
  • any proof of concept or logs that are safe to share

Scope

Relevant security topics for this project include:

  • accidental exposure of App Store Connect credentials
  • unsafe handling of .p8 private keys
  • command injection risk in CLI input handling
  • insecure logging of request bodies or secrets
  • unsafe automation defaults for write operations

Operational Guidance

  • never commit real App Store Connect .p8 keys
  • prefer environment variables for CI secrets
  • use least-privilege App Store Connect API keys
  • review raw write operations carefully before running them in automation

There aren't any published security advisories