← Back to GitHub Issue Importer

Privacy Policy & Data Security

Last updated: September 24, 2026. This Privacy Policy details the data handling, storage practices, and network communications of the GitHub Issue Importer (gh-issue-import) CLI and documentation website.

1. Zero Telemetry & Local Execution

GitHub Issue Importer contains zero tracking code, zero analytics SDKs, and zero telemetry beacons. We believe that developer command-line workflows and issue data must remain entirely confidential. The tool does not collect usage statistics, IP addresses, command logs, or crash telemetry back to SpaceCorps servers. Network requests are sent exclusively to the GitHub API (https://api.github.com or your custom GitHub Enterprise API URL) to execute user-requested imports.

2. Cryptographic Credential Protection

GitHub Personal Access Tokens are sensitive credentials. By default, GitHub Issue Importer never saves tokens in plaintext files on disk. Instead, tokens are stored directly in your host operating system's native hardware-backed credential vault: macOS Keychain via the system security subsystem, Windows Data Protection API (DPAPI) encrypted under user-specific credentials, or the freedesktop.org Secret Service daemon via libsecret on Linux.

3. Local Configuration & State Logs

Non-sensitive metadata (account aliases and GitHub usernames) is stored locally in an owner-restricted YAML file (chmod 0600 on Unix) in your standard user configuration directory. Import state logs (import-log.json) record issue IDs and URLs locally solely to provide idempotency and prevent duplicate issue creation.

4. Static Website Hosting

This documentation website is hosted as a static site via GitHub Pages. It contains no tracking scripts, cookies, or tracking beacons. Standard web server access logs are handled directly by GitHub in accordance with GitHub's Privacy Statement.