@scatool/analyzer-plugin-uv
v0.1.0-alpha.0
Published
**Note**: This plugin is experimental.
Downloads
186
Readme
@scatool/analyzer-plugin-uv
Note: This plugin is experimental.
Python (uv) ecosystem analyzer plugin for Exscalibur.
This plugin runs uv export --format cyclonedx1.5 to produce a CycloneDX SBOM, then extracts packages and relationships from the resulting JSON.
Requirements
- uv must be installed and available on
PATH(or configured viauvPathoption) - A valid
uv.lockfile must be present in the project
Usage
import { extractor as uvExtractor } from "@scatool/analyzer-plugin-uv";
const result = await uvExtractor.extract("/path/to/codebase");