This repository is maintained as a research and thesis codebase, not as a production service. Security fixes are still welcome for:
toy-load/application code;- container packaging and release artifacts;
- CI workflows and dependency configuration;
- Kubernetes manifests and Helm chart defaults.
Historical experiment outputs and archived evidence bundles are out of scope unless they expose credentials or unsafe defaults.
Please do not open a public GitHub issue for a suspected security problem.
Instead:
- Contact the maintainer privately.
- Include a short description, affected paths, impact, and reproduction steps if available.
- If the issue involves credentials, revoke or rotate them before sharing additional detail.
The preferred report should cover:
- affected file or workflow;
- attack surface or misconfiguration;
- realistic impact;
- suggested mitigation, if known.
The repository runs scheduled security checks in GitHub Actions:
govulncheckfor Go vulnerability scanning;- CodeQL for Go and Python static analysis;
- Trivy for filesystem and container-image vulnerability scanning;
- OpenSSF Scorecard for supply-chain posture;
- dependency review on pull requests;
- Dependabot for routine dependency updates.
Those checks are helpful, but they do not replace manual review of release, deployment, and experiment infrastructure changes.