Skip to content

Security: chountalas/Redline

Security

SECURITY.md

Security

Reporting a Vulnerability

Please open a private security advisory on GitHub or contact the repository owner directly. Do not file public issues containing secrets, real leases, API keys, or private deal terms.

Secret Handling

Redline supports API keys through environment variables and runtime app input. Keys must not be committed, written to fixtures, or stored in app snapshots.

Before publishing or pushing a release branch, run:

uv run python scripts/check_release_safety.py

This scanner is a guardrail, not a substitute for review. Also inspect staged files manually for real leases, screenshots, exported reports, and private workflow artifacts.

Supported Versions

The project is currently in open-source alpha. Security fixes target the latest main branch until versioned releases begin.

There aren't any published security advisories