This project is an active research prototype. Only the master branch
receives security updates.
| Version | Supported |
|---|---|
master |
✅ |
| All others | ❌ |
Please do not open a public GitHub issue for security vulnerabilities.
Instead, report privately using GitHub's private vulnerability reporting:
- Go to the repository's Security tab.
- Click Report a vulnerability.
- Provide:
- A clear description of the issue
- Steps to reproduce (proof of concept preferred)
- The impact you believe it has
- Any suggested remediation, if known
If GitHub private reporting is unavailable, email fdpiech@gmail.com
with the subject line SECURITY: agentic-credit-union.
- Acknowledgement: within 7 days of receipt.
- Initial assessment: within 14 days.
- Fix timeline: depends on severity; critical issues are prioritized.
You will be credited in the fix commit / release notes unless you request otherwise.
In scope:
- Code in this repository (
masterbranch) - Build and CI configuration (
.github/workflows/) - Dependency supply-chain issues introduced by this repo's manifests
Out of scope:
- Vulnerabilities in third-party dependencies (report those upstream; Dependabot tracks them here automatically)
- Social engineering, physical attacks, or denial-of-service
- Issues requiring already-compromised developer machines
This repository must never contain real credentials, API keys, tokens, private keys, or customer data. If you believe a secret has been committed, report it via the process above and do not open a public issue or PR referencing the exposed value.
GitHub's native secret scanning and push protection are enabled on this repository as an automated safeguard — push protection will block commits containing known provider tokens before they reach the server. Human review remains the primary safeguard for anything the automated scanners don't recognize.