This document defines how Moztopia projects handle security issues.
It is private and intended for Moztopia developers only.
All vulnerabilities must be reported internally.
Notify one of the maintainers directly:
- James Hunter
- Bruce Anwyl
Do not disclose vulnerabilities publicly or outside Moztopia.
- Issues are tracked privately and patched as soon as possible.
- Fixes must be applied in a dedicated branch:
hotfix/<id>β urgent production fixesai/<name>β changes to AI instructional framework (if relevant)
- All fixes must pass CI checks before merging into
main.
- Secrets, credentials, and tokens must never be committed.
- Use
.env.exampleto document required environment variables. - Rotate credentials immediately if exposure is suspected.
- Sensitive discussions remain internal to Moztopia.
- Branch protections prevent direct pushes to
main. - CI/CD workflows enforce tests and linting.
- CODEOWNERS ensures both maintainers review sensitive changes.
- Violations of this policy may result in revoked repo access.
- For AIβrelated security rules, see moztopia/artificial-intelligence.
- This policy evolves as Moztopia projects grow.