Skip to content

Security: IndieHub25/x-cli

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

Please do not report security vulnerabilities through public GitHub issues.

If you have discovered a security vulnerability in x-cli, please send an email to security@example.com (placeholder).

Supported Versions

Version Supported
1.x.x
< 1.0

Secret Storage

x-cli attempts to use the OS keychain (Keychain on macOS, Secret Service API on Linux, Credential Manager on Windows) to store OAuth tokens. If these are unavailable, tokens are stored in ~/.x-cli/sessions/ encrypted with a local key derived from a machine identifier or user password (implementation dependent).

There aren’t any published security advisories