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 8 more developer resources.

19.2/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
3 APIs
BuildKitCLICNCF SandboxContainer PatchingContainersOpen-SourceSecurityTrivyVulnerability Management

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. 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. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

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 3

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

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.
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
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
tags_raw:
- BuildKit
- CLI
- CNCF Sandbox
- Container Patching
- Containers
- Open Source
- Security
- Trivy
- Vulnerability Management
created: '2025-01-01'
modified: '2026-04-28'
specificationVersion: '0.23'
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: SecurityPolicy
  url: https://github.com/project-copacetic/copacetic/blob/main/SECURITY.md
- type: CodeOfConduct
  url: https://github.com/project-copacetic/copacetic/blob/main/CODE_OF_CONDUCT.md
- 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

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/copa"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/copa/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/copa/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.