Skip to content

Security: Niko96-dotcom/locus

Security

SECURITY.md

Security Policy

Supported Versions

Version Security support
main Supported for responsible disclosure and fixture-safe reproductions.
v0.1.x Supported for release-line fixes once published.

Reporting A Vulnerability

Please do not file public issues that include raw personal data, tokens, OAuth credentials, database dumps, or private service payloads.

Use a minimal fixture-safe reproduction whenever possible. If a report needs private detail, contact the maintainer privately through GitHub before sharing artifacts.

Project Security Boundaries

  • Secrets must stay outside git and be referenced by environment variable name.
  • Live Gmail, Calendar, Qonto, WhatsApp, Telegram, Notion, and package-publish paths are opt-in only through documented gates.
  • locus/core/ must remain free of adapter and I/O imports.
  • Every state-mutating action must be auditable and reversible.

There aren't any published security advisories