The showcase repository contains demonstration agents that consume external APIs (LLM providers, MCP servers, RAG stores). It is intended for learning and reference, not as production code.
If you discover a security issue in the showcase agents, configurations, or deploy scripts, do not open a public GitHub issue.
Instead:
- Use GitHub's private vulnerability reporting, or
- Email security@agentbreeder.com with subject
[SECURITY] showcase
You will receive a response within 48 hours.
For vulnerabilities in the AgentBreeder platform itself, see the parent
repo's SECURITY.md.
This policy covers:
- Hard-coded credentials, tokens, or other secrets accidentally committed
- Insecure deployment configurations in
deploy/(e.g., over-privileged IAM) - Vulnerabilities in dependencies declared in
requirements.txtorpackage.json - Demonstration agents that produce harmful output by design
This policy does not cover the AgentBreeder runtime, CLI, or engine — those issues belong on the parent repo.
- Generic advisories on third-party LLM providers
- Behavior of an agent that depends on the LLM provider's response
- Cost/spend-related issues from LLM API usage