Skip to content

feat: Add v2.0 Enterprise features#4

Merged
evidai merged 6 commits intomainfrom
feature/v2.0-enterprise
Apr 1, 2026
Merged

feat: Add v2.0 Enterprise features#4
evidai merged 6 commits intomainfrom
feature/v2.0-enterprise

Conversation

@evidai
Copy link
Copy Markdown
Owner

@evidai evidai commented Apr 1, 2026

  • Web Dashboard with real-time threat monitoring
  • Advanced Analytics (trends, attack vectors, security score)
  • Compliance Reports (HIPAA, GDPR, SOC2, PCI DSS, FedRAMP, NIST)
  • LLM Provider SDK (OpenAI, Anthropic, Google integration)
  • Cloud Marketplace support (AWS, Azure, GCP)
  • WebSocket streaming for live threat updates
  • Enhanced REST API endpoints (v2.0)

Files added:

  • api_enhanced.py: Extended REST API with dashboard/analytics endpoints
  • sdk/client.py: LLM Provider SDK for OpenAI/Anthropic/Google
  • sdk/init.py: SDK package initialization
  • dashboard/index.html: Web-based security dashboard
  • docs/marketplace.md: Cloud marketplace integration guide

Dependencies added:

  • httpx>=0.24.0
  • websockets>=11.0
  • python-multipart>=0.0.6

Summary

Type of change

  • Bug fix
  • New detection pattern
  • New feature
  • Documentation

Testing

  • python tests/test_all.py passes (19/19)
  • Added tests for new functionality

License Agreement

  • I confirm my contribution is licensed under BSL 1.1 (converting to Apache 2.0 on January 1, 2030)

Related Issues

Closes #

evidai added 6 commits April 1, 2026 16:59
- Web Dashboard with real-time threat monitoring
- Advanced Analytics (trends, attack vectors, security score)
- Compliance Reports (HIPAA, GDPR, SOC2, PCI DSS, FedRAMP, NIST)
- LLM Provider SDK (OpenAI, Anthropic, Google integration)
- Cloud Marketplace support (AWS, Azure, GCP)
- WebSocket streaming for live threat updates
- Enhanced REST API endpoints (v2.0)

Files added:
- api_enhanced.py: Extended REST API with dashboard/analytics endpoints
- sdk/client.py: LLM Provider SDK for OpenAI/Anthropic/Google
- sdk/__init__.py: SDK package initialization
- dashboard/index.html: Web-based security dashboard
- docs/marketplace.md: Cloud marketplace integration guide

Dependencies added:
- httpx>=0.24.0
- websockets>=11.0
- python-multipart>=0.0.6
@evidai evidai merged commit 930fd10 into main Apr 1, 2026
@evidai evidai deleted the feature/v2.0-enterprise branch April 1, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant