Please report vulnerabilities through GitHub's private security-advisory flow for this repository rather than a public issue. Include a minimal reproducer and avoid attaching a real Codex session unless it has been fully anonymized.
The exporter reads local rollout JSONL and may encounter source code, local paths, shell history, environment-variable names, credentials, or private repository metadata. It does not upload session data, but generated Markdown and manifest files inherit the sensitivity of their source.
Before sharing an export:
- use
--redact; - inspect both Markdown and sibling manifest;
- remove private paths, names, and repository identifiers not covered by pattern-based redaction;
- do not publish raw rollout JSONL.
The project intentionally excludes personal profiles, audit exports, generated
manifests, and private rollout files through .gitignore.