Copa (Project Copacetic) website screenshot

Copa (Project Copacetic)

Project Copacetic (Copa) is an open source command line tool that patches container images directly using BuildKit, without requiring a full image rebuild. Copa parses vulnerability scan reports from Trivy and other scanners, applies the corresponding OS package updates via the appropriate package manager (apt, apk, dnf, tdnf, yum, zypper), and produces a new container image with a patched layer. Copa supports multi-platform images, distroless images, and custom scanner plugins through the Vulnerability Exchange (VEX) and pluggable scanner interface.

Copa (Project Copacetic) publishes 3 APIs on the APIs.io network. Tagged areas include BuildKit, CLI, CNCF Sandbox, Container Patching, and Containers.

Copa (Project Copacetic)’s developer surface includes documentation, changelog, and 6 more developer resources.

24.7/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemium
3 APIs
BuildKitCLICNCF SandboxContainer PatchingContainersOpen SourceSecurityTrivyVulnerability Management

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 24.7/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 2.6 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 6.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/copa: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Copa CLI

The copa command line interface used to patch container images. The core subcommand `copa patch` accepts an image reference and an optional vulnerability report and produces a n...

Copa Scanner Plugin Interface

Copa exposes a plugin interface that allows third-party vulnerability scanners to feed reports into the patcher. Out of the box, Copa supports Trivy JSON reports and provides do...

Copa VEX Output

Copa can emit a Vulnerability Exchange (VEX) document describing which CVEs were patched. VEX documents help security teams and downstream consumers verify that an image has bee...

Pricing Plans 1

Published pricing tiers and plan structures.

Copa Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Copa Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Copa Finops

FINOPS

Resources

Documentation 1

Reference material describing how the API behaves

Build 2

SDKs, sample code, and the tooling you integrate with

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: copa
url: https://raw.githubusercontent.com/api-evangelist/copa/refs/heads/main/apis.yml
name: Copa (Project Copacetic)
kind: opensource
description: Project Copacetic (Copa) is an open source command line tool that patches container images directly using BuildKit,
  without requiring a full image rebuild. Copa parses vulnerability scan reports from Trivy and other scanners, applies the
  corresponding OS package updates via the appropriate package manager (apt, apk, dnf, tdnf, yum, zypper), and produces a
  new container image with a patched layer. Copa supports multi-platform images, distroless images, and custom scanner plugins
  through the Vulnerability Exchange (VEX) and pluggable scanner interface.
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/copa.png
tags:
- BuildKit
- CLI
- CNCF Sandbox
- Container Patching
- Containers
- Open Source
- Security
- Trivy
- Vulnerability Management
created: '2025-01-01'
modified: '2026-04-28'
specificationVersion: '0.19'
apis:
- aid: copa:cli
  name: Copa CLI
  description: The copa command line interface used to patch container images. The core subcommand `copa patch` accepts an
    image reference and an optional vulnerability report and produces a new tagged image with OS-level package vulnerabilities
    remediated via BuildKit.
  humanURL: https://project-copacetic.github.io/copacetic/website/
  baseURL: https://project-copacetic.github.io
  tags:
  - CLI
  - Patching
  properties:
  - type: Documentation
    url: https://project-copacetic.github.io/copacetic/website/
  - type: Reference
    url: https://project-copacetic.github.io/copacetic/website/quick-start/
  - type: GitHubRepository
    url: https://github.com/project-copacetic/copacetic
  - type: License
    url: https://github.com/project-copacetic/copacetic/blob/main/LICENSE
  - type: Issue Tracker
    url: https://github.com/project-copacetic/copacetic/issues
  x-features:
  - '`copa patch -i IMAGE` patches all outdated OS packages'
  - '`copa patch -r REPORT.json -i IMAGE` patches based on a Trivy report'
  - Multi-platform image patching
  - Distroless image support
  - Pluggable scanner plugins
  - VEX (Vulnerability Exchange) document generation
  x-useCases:
  - Remediating OS-level CVEs in third-party container images
  - Continuously patching base images during security incidents
  - Inserting Copa into CI/CD pipelines after Trivy scans
- aid: copa:scanner-plugins
  name: Copa Scanner Plugin Interface
  description: Copa exposes a plugin interface that allows third-party vulnerability scanners to feed reports into the patcher.
    Out of the box, Copa supports Trivy JSON reports and provides documentation for adding new scanner plugins.
  humanURL: https://project-copacetic.github.io/copacetic/website/scanner-plugins/
  baseURL: https://project-copacetic.github.io
  tags:
  - Plugins
  - Scanners
  - Trivy
  properties:
  - type: Documentation
    url: https://project-copacetic.github.io/copacetic/website/scanner-plugins/
  - type: Reference
    url: https://github.com/project-copacetic/copacetic/tree/main/pkg/vex
  x-features:
  - Trivy JSON parser built in
  - Pluggable interface for additional scanners
  - Standardized intermediate representation of vulnerability reports
  x-useCases:
  - Integrating internal vulnerability scanners with Copa
  - Using Grype, Snyk, or Anchore reports as Copa input
- aid: copa:vex
  name: Copa VEX Output
  description: Copa can emit a Vulnerability Exchange (VEX) document describing which CVEs were patched. VEX documents help
    security teams and downstream consumers verify that an image has been remediated and track residual risk.
  humanURL: https://project-copacetic.github.io/copacetic/website/output/
  baseURL: https://project-copacetic.github.io
  tags:
  - OpenVEX
  - SBOM
  - VEX
  properties:
  - type: Documentation
    url: https://project-copacetic.github.io/copacetic/website/output/
  - type: Reference
    url: https://github.com/openvex/spec
  x-features:
  - Emits OpenVEX-compatible documents
  - Records patched CVE identifiers and statuses
  - Pairs with SBOMs for supply chain transparency
  x-useCases:
  - Communicating remediation status downstream
  - Reducing scanner noise from CVEs already patched in place
common:
- type: Website
  url: https://project-copacetic.github.io/copacetic/website/
- type: Documentation
  url: https://project-copacetic.github.io/copacetic/website/quick-start/
- type: GitHubRepository
  url: https://github.com/project-copacetic/copacetic
- type: GitHubOrganization
  url: https://github.com/project-copacetic
- type: Issue Tracker
  url: https://github.com/project-copacetic/copacetic/issues
- type: ChangeLog
  url: https://github.com/project-copacetic/copacetic/releases
- type: License
  url: https://github.com/project-copacetic/copacetic/blob/main/LICENSE
- type: Community
  url: https://github.com/project-copacetic/copacetic/blob/main/CONTRIBUTING.md
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com