Skip to content

Security: Rishisharma029/DevIntel-AI

Security

SECURITY.md

Security Policy

DevIntel AI takes security vulnerabilities seriously. We appreciate your efforts to responsibly disclose any security issues.

Supported Versions

Only the latest stable release of DevIntel AI receives security updates.

Version Supported
4.x.x
< 4.0

Reporting a Vulnerability

Please do not report security vulnerabilities through public GitHub issues.

Instead, report vulnerabilities privately by emailing the maintainers or filing a confidential GitHub Security Advisory:

  1. Email: security@devintel.ai (or contact maintainer via GitHub profile)
  2. Include steps to reproduce the vulnerability, proof-of-concept code, and impacted components.

Our Commitment

  • We will acknowledge receipt of your vulnerability report within 24 hours.
  • We will provide an estimated timeframe for addressing the vulnerability.
  • We will notify you once the fix has been deployed and released.

Security Best Practices in DevIntel AI

  • Secret Masking: Secret keys (sk_live_..., GEMINI_API_KEY) are stored in local environment variables and never logged or exposed in client bundles.
  • Tenant Isolation: Vector store indices partition documents by project_id to prevent cross-tenant data leaks.
  • Rate Limiting & Quotas: Built-in SaaS API Key Quota Manager enforces daily request boundaries (Free, Pro, Enterprise).

There aren't any published security advisories