Skip to main content

Enterprise-grade security analysis core engine — air-gapped scanning with AI-powered fixes

Project description

Vexa Core SDK

Vexa Logo The fundamental engine powering AI-native security analysis.

Vexa Core provides the underlying logic for multi-scanner orchestration, AI-powered remediation, CI/CD automation (quality gates/PR decoration), and security audit logging.

Installation

pip install vexa-core

Getting Started

from vexa.core.engine import ScanEngine
from vexa.ai_providers import AIManager

# Initialize engine with default scanners
engine = ScanEngine(scanners=['bandit', 'semgrep'])

# Run analysis
findings = engine.scan_file("insecure.py")

for finding in findings:
    print(f"[{finding.severity}] {finding.title}: {finding.description}")

Requirements

  • Python 3.9+
  • Security Scanners (Bandit, Semgrep, etc.) installed on PATH.

License

MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vexa_core-1.0.56-py3-none-any.whl (151.6 kB view details)

Uploaded Python 3

File details

Details for the file vexa_core-1.0.56-py3-none-any.whl.

File metadata

  • Download URL: vexa_core-1.0.56-py3-none-any.whl
  • Upload date:
  • Size: 151.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for vexa_core-1.0.56-py3-none-any.whl
Algorithm Hash digest
SHA256 cc08540f0a93f4dd2f546b3d1c85ad1039258a8ecb3f48224c7a527e6bd1cc01
MD5 cfe975f6e7ad46c4423602eb05af986e
BLAKE2b-256 7aea8ac0f0849dd756a53ca613b34c136d1acd9dc4e4c760f621eff15f56cf63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page