Skip to content

Security: dpkpaswan/Autonomous-multi-agent-data-analysis-system

Security

SECURITY.md

Security

Secrets policy (MANDATORY)

  • Never commit secrets (API keys, tokens, passwords, private keys).
  • Secrets must live in local .env files:
    • backend/.env
    • frontend/.env
  • Only commit the templates:
    • backend/.env.example
    • frontend/.env.example

Git ignore

This repo ignores common secret files, including:

  • .env, .env.*
  • *.key, *.pem

If a secret ever leaks

  1. Assume it is compromised.
  2. Rotate/revoke it immediately in the provider dashboard.
  3. Rewrite git history if it was committed (force-push only if you understand the impact).

There aren't any published security advisories