This repository includes:
farmer_factory/(Python processing pipeline)farmer_vault/(Next.js read-only viewer)
Real client case data is intentionally excluded from version control.
Please do not open public issues for security vulnerabilities.
Use one of these channels:
- Open a private GitHub security advisory for this repository.
- Contact the maintainer directly and include:
- affected file/path
- reproduction steps
- impact assessment
I will acknowledge receipt and provide a mitigation timeline.
- Keep
.env/.env.localfiles out of source control. - Use strong values for:
VAULT_PASSWORDVAULT_SESSION_SECRET(used for signed-session auth)
- If exposing the UI publicly, require HTTPS and run with
NODE_ENV=productionso auth cookies are markedsecure. - Treat all
TIER_3_AIoutputs as unverified analysis. - Before opening the repo publicly, run:
bash scripts/check_public_readiness.sh