Software Bill of Materials
MCP Audit can generate an offline CycloneDX JSON software bill of materials for supported dependency and container declarations.
mcp-audit sbom --path . --out sbom.cdx.jsonThe inventory can include Go module requirements, JavaScript package dependencies, optional and development scopes, and container images declared by composed services. Provenance properties identify the source declaration, ecosystem, lockfile when present, version-pinning state, and inferred dependency scope.
Review the Result
Use the SBOM to answer which components are present, which versions are not pinned, which declarations lack a lockfile, and which container images need a separate image-security review. An SBOM improves visibility; it does not replace vulnerability analysis, license review, artifact verification, or runtime policy.