Metadata-Version: 2.4
Name: lucidscan
Version: 0.1.1
Summary: LucidScan unified security scanner CLI
Author: LucidScan
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file

## lucidscan

`lucidscan` is the CLI component of LucidScan, a unified security scanner that
orchestrates multiple open-source tools (Trivy, Semgrep, Checkov) and exposes a
consistent command-line interface and unified issue schema.

At this stage of development, the CLI is a **skeleton only**. It provides:

- A `lucidscan` executable installed via `pip install -e .`.
- `lucidscan --help` with core global flags.
- Stub scanner flags (`--sca`, `--container`, `--iac`, `--sast`, `--all`) that
  are not yet wired to real scanners.

Refer to the docs in `docs/` for the full product specification and development
plan.


