CEO Harness is pre-1.0. Security fixes land on the active main line until the first tagged release policy exists.
For now, report security issues privately to the repository owner. Do not open public issues for exploitable bugs until a private contact is published.
CEO Harness is local-first. It can read and modify the workspace you point it at, and provider-backed runs may send prompts or selected context to the configured provider.
Before running on sensitive code:
- Review the workspace path.
- Use
--plan-onlyor--dry-runfirst. - Check provider config with
ceo-packet config doctor --workspace <repo>. - Keep secrets out of prompts and committed files.
Current local releases are checksum-only. Verify archives with:
cd dist
shasum -a 256 -c checksums.txtSigned releases are planned but not yet claimed.