Security plugins
SBOM build (Security provider)

SBOM build for VibeControls

Syft CycloneDX SBOM + Grype scan at build lifecycle stage.

$vibe plugin install @vibecontrols/vibe-plugin-security-sbom-build
SBOM build — VibeControls plugin illustration

About this plugin

Generates a CycloneDX SBOM via Syft and scans it for known vulnerabilities via Grype. Targets the build lifecycle stage in VibeControls.

Registers as a security.sbom provider (name syft-grype) with the @vibecontrols/vibe-plugin-security meta plugin.

Install

vibe plugin install @vibecontrols/vibe-plugin-security-sbom-build
vibe security providers set-default --stage build --provider syft-grype

Both Syft (Anchore) and Grype (Anchore) binaries are downloaded automatically on first use with sha256 verification.

Outputs

  • sbom.cdx.json — CycloneDX 1.5 SBOM (evidence type sbom-cyclonedx)
  • grype.json — Grype vulnerability report (evidence type grype-json)
  • NormalizedFinding[] — one row per matches[] entry with CVE, package, fix version, severity

Use it in 30 seconds

  1. Make sure the agent is running: vibe start
  2. Install the meta first: vibe plugin install @vibecontrols/vibe-plugin-security
  3. Install this plugin: vibe plugin install @vibecontrols/vibe-plugin-security-sbom-build
  4. List installed plugins: vibe plugin list

We use cookies for essential site functions and, with your consent, for analytics to improve VibeControls. We don't use advertising or cross-site tracking cookies. See our Cookie Policy.

Preferences