Skip to content

Introduction

HarborGuard is a container security platform built around six open-source scanners (Trivy, Grype, Syft, Dockle, OSV-Scanner, Dive) running behind a single ingestion and triage pipeline. Findings from every engine are deduplicated into a single vulnerability row with per-engine attribution preserved, then routed through structured triage states, SLA timers, and compliance evidence packs.

What HarborGuard does

CapabilityWhat it means in practice
Multi-engine scanningEach scan can run any subset of trivy, grype, syft, dockle, osv, dive.
Cross-scanner dedupSame CVE reported by multiple engines becomes one finding with a sources array.
Triage state machineOpen -> Acknowledged -> In Progress -> Fixed / Wont Fix.
SLA trackingPer-severity remediation deadlines, computed independently from the A-D grade.
Compliance packsEvidence exports for SOC 2, PCI-DSS, HIPAA, ISO 27001, NIST 800-53.
Sensor modelOn-prem agents poll for jobs and ship results back so images never leave your network.
API + CI/CDPOST /api/scans with an API key; gate deploys on the returned grade.

Who it is for

  • DevSecOps and platform teams who need a single source of truth across many registries instead of one CLI per scanner.
  • Compliance and audit teams who need exportable evidence with stable mappings to controls.
  • Security engineers doing day-to-day triage who need a real workflow on top of raw scanner JSON.

Where to go next

On this page