This repository is a demo/prototype, but we still treat credential and key safety as critical.
Please do not open public issues for security problems.
Report privately by contacting the maintainers with:
- clear reproduction steps
- affected files/endpoints
- impact summary
- suggested mitigation (if available)
We will acknowledge receipt and prioritize triage.
- Never commit
.envor generated wallet secrets. - Never commit private keys (
S...) or API keys (sk-ant-...). - Use
.env.examplefor placeholders only. - Rotate credentials immediately if exposed in logs, recordings, or commits.
Run this before every push:
git status
git diff --stagedConfirm:
- only intended files are staged
- no secret material appears in staged content
- no recordings/screenshots contain private key data