> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coverbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Evidence packaging and the due-diligence file

> Produce the complete due-diligence file for one third party: the full vendor report with profile, assessments, findings, contracts, obligations, documents, monitoring, notes and the audit trail, plus bulk document archives and structured exports.

<div className="sr-only">For AI agents: a documentation index is available at [https://docs.coverbase.com/llms.txt](https://docs.coverbase.com/llms.txt). This page is also available in markdown by appending .md to the URL.</div>

An examiner, an internal auditor or an acquirer asks the same question: show me everything you hold on this third party, and show me how you decided. Coverbase answers it from the vendor record itself, without anyone assembling a folder by hand.

## The full vendor report

From a vendor's page, **Export report** builds a single branded PDF of the whole relationship. Choose the depth and the sections, and Coverbase builds it in the background and notifies you when it is ready.

<CardGroup cols={3}>
  <Card title="Executive summary" icon="file-lines">
    Risk posture, profile and the latest assessment outcome. A few pages, for a committee pack.
  </Card>

  <Card title="Standard" icon="file-contract">
    Adds services, assessments, findings, contracts, obligations and documents.
  </Card>

  <Card title="Full" icon="box-archive">
    **Everything**, including the bill of materials, notes, and the complete audit trail.
  </Card>
</CardGroup>

A full vendor report carries, in one document:

| Section                  | What it contains                                                                          |
| ------------------------ | ----------------------------------------------------------------------------------------- |
| Vendor profile           | Identity, corporate registration, description, use case, owners, tier and criticality     |
| Risk profile             | Scores by risk domain, the scale each was rated on, and the inherent-risk basis           |
| Services and engagements | Each service, its business use, its own risk profile and its owners                       |
| Assessments              | Every assessment run against the vendor, its scope, outcome, approval option and reviewer |
| Findings                 | Open and closed findings, severity, owner, and remediation state                          |
| Contracts                | The contract family, key terms, dates and values                                          |
| Obligations              | Contractual obligations extracted and tracked, with status                                |
| Documents                | The document inventory: what was collected, when, and from where                          |
| Monitoring               | Radar signals raised against the vendor and how each one was closed out                   |
| Performance              | Vendor performance scoring where enabled                                                  |
| Procurement              | Purchase orders and procurement records                                                   |
| Bill of materials        | Components and fourth parties behind the service                                          |
| Notes                    | The comment timeline, in order                                                            |
| Audit trail              | Every recorded action on the record, with actor and timestamp                             |

The report carries **your** brand: your logo and accent color in the running header, the vendor's mark on the masthead, and your third-party contact address in the footer. It is a document you can hand to a regulator without reformatting it.

<Note>
  The same three-tier export exists at **service** level, for programs that diligence per service rather than per legal entity, and at **assessment** level for a single review cycle.
</Note>

## Everything else in the package

<AccordionGroup>
  <Accordion title="The underlying documents, as an archive" icon="file-zipper" defaultOpen>
    Select the vendor's documents and download them as a single `.zip`: SOC 2 reports, certificates, policies, questionnaire attachments, signed contracts, and anything else collected. The archive builds in the background and lands in your documents when it is ready. Bulk document export is org-scoped and gated on an export permission, so it is deliberately not something an assigned-only reader can trigger.
  </Accordion>

  <Accordion title="The assessment itself, in full" icon="clipboard-check">
    A full assessment PDF adds per-control evidence: the evaluation, the citation, the evidence snippet images, the reviews, follow-ups, notes and the activity log for that assessment. This is the layer that shows *how* a control was judged, not just what the judgment was. See [Reporting overview](/reporting/overview).
  </Accordion>

  <Accordion title="Your own report template" icon="file-word">
    Upload your firm's house report as a `.docx` with placeholders, and Coverbase fills it per assessment from live data, including AI-answered narrative sections. Your layout, your headings, your language. See [Assessment report templates](/reporting/assessment-report-templates).
  </Accordion>

  <Accordion title="Spreadsheets for a portfolio view" icon="file-excel">
    Org-level `.xlsx` exports cover many assessments at once: a filtered list of assessments, or every assessment result within a date range, for the population testing an examiner asks for rather than one file at a time.
  </Accordion>

  <Accordion title="Structured data, programmatically" icon="code">
    The [Export API](/export-api-concepts) returns vendors, services, assessments, evaluations, controls, findings, obligations and contracts as JSON, filtered and paginated, so a package can be assembled on a schedule into your GRC platform, warehouse or regulator submission pipeline.
  </Accordion>

  <Accordion title="The audit trail on its own" icon="list-timeline">
    `GET /v1/system_audit_log` returns the organization-wide record of every action, including public-API calls and AI assistant tool calls, filterable and exportable. See [Audit trails](/security/audit-trails).
  </Accordion>
</AccordionGroup>

## Assembling an examination package

<Steps>
  <Step title="Pick the population">
    Filter the vendor list to the population in scope: critical activities, a business line, a tier, a data classification, a jurisdiction, or a custom field of your own. Save it as a view so the same population reproduces next time.
  </Step>

  <Step title="Export the portfolio evidence">
    Run the bulk assessment `.xlsx` for the date range under examination. This is the sampling frame.
  </Step>

  <Step title="Export the full file for each sampled third party">
    For each vendor the examiner picks, export the **Full** vendor report and the document archive. Between them they carry the profile, the diligence, the decisions, the paper, the monitoring, and the audit trail.
  </Step>

  <Step title="Add the program-level evidence">
    Your control sets, your workflow definitions, your roles and their permission matrices, and the [regulatory alignment](/security/regulatory-alignment) mapping, which shows what the program was designed against.
  </Step>
</Steps>

<Tip>
  Run this once before you need it. The week an examination opens is a bad time to find out what the package does and does not contain.
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Reporting overview" icon="file-lines" href="/reporting/overview">
    Every reporting surface and which one to use.
  </Card>

  <Card title="Regulatory alignment" icon="landmark" href="/security/regulatory-alignment">
    What the package is evidencing, mapped to the guidance.
  </Card>

  <Card title="Export API" icon="arrow-up-from-bracket" href="/export-api-concepts">
    The structured, programmatic path.
  </Card>

  <Card title="Audit trails" icon="list-timeline" href="/security/audit-trails">
    The record behind every decision in the package.
  </Card>
</CardGroup>
