This project operates in a privacy-sensitive domain. Real calls, transcripts, metadata, and infrastructure details must be treated as sensitive by default.
Do not commit:
- real audio recordings,
- real transcripts or metadata,
- customer names, branch addresses, or employee names,
- credentials or secrets,
.envfiles with real values,- private infrastructure hostnames or API keys,
- logs or databases containing production data.
Examples of sensitive files include:
config.yamlwith real secrets,branches.yamlwith real addresses,credentials/google_credentials.json,- real
output/,metadata/, orquality_analysis/artifacts.
Safe examples include:
config.example.yaml,.env.example,branches.example.yaml,- synthetic sample outputs,
- mock data in tests,
- generic technical documentation.
Before you push or open a pull request:
- Check that no real customer data was added.
- Check that no secrets or private URLs were added.
- Check that screenshots, logs, and issue text are sanitized.
- Confirm
.gitignorestill protects runtime and credential paths. - Review staged files carefully.
If available in your environment, run:
./check_before_commit.shAct immediately:
- Stop and do not push further.
- Remove the sensitive content from the working tree and staging area.
- Rotate any exposed secrets.
- Contact the maintainer if you need help cleaning up safely.
If sensitive data has already been pushed, treat it as a real incident:
- rotate secrets first,
- assess whether customer data was exposed,
- contact the maintainer immediately,
- coordinate any history cleanup carefully rather than improvising.
Do not open a public GitHub issue for security problems.
Report privately:
- Email:
iamfuyoh@gmail.com - Telegram:
@ScanovichAI
Please include:
- a short summary,
- affected area or file,
- reproduction steps if safe,
- impact assessment if known,
- any immediate mitigation you already applied.
This policy covers:
- repository contents,
- example configs and docs,
- public issue and PR content,
- deployment guidance that could accidentally leak private infrastructure details.