Agent Plugins Marketplace
All plugins

xbert-audit-evidence-pack

External-auditor-ready evidence pack driven by which XBerts fired on each transaction — risk-weighted sample, hyperlinked workpapers.

Claude Code

By XBert IntelligenceLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install xbert-audit-evidence-pack for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install xbert-audit-evidence-pack@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/XBertIntelligence/XBert-Plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xbert-audit-evidence-pack/.

Plugin files

plugins/xbert-audit-evidence-pack/
└── .claude-plugin/plugin.json

Plugin manifests1

plugins/xbert-audit-evidence-pack/.claude-plugin/plugin.json
{
  "name": "xbert-audit-evidence-pack",
  "displayName": "XBert Audit Evidence Pack",
  "description": "External-auditor-ready evidence pack driven by which XBerts fired on each transaction — risk-weighted sample, hyperlinked workpapers.",
  "author": {
    "name": "XBert Intelligence",
    "email": "[email protected]"
  },
  "homepage": "https://intelligence.xbert.io/plugins/xbert-audit-evidence-pack",
  "license": "MIT",
  "keywords": [
    "audit",
    "evidence",
    "workpaper",
    "risk",
    "sample",
    "external-auditor",
    "xbert"
  ],
  "x-xbert": {
    "displayName": "XBert Audit Evidence Pack",
    "tagline": "External-auditor-ready evidence pack driven by which XBerts fired on each transaction — risk-weighted sample, hyperlinked workpapers.",
    "audience": [
      "accountants"
    ],
    "categories": [
      "audit",
      "evidence",
      "workpaper",
      "compliance"
    ],
    "prerequisites": [
      "XBert account",
      "Client connected to a ledger",
      "Audit XBerts linked to the Audit Evidence agent in the Connect portal"
    ],
    "screenshots": [],
    "demoVideo": null,
    "includes": {
      "skills": 1,
      "commands": 1,
      "mcpTools": 0
    },
    "longDescription": "When the firm hands their external auditor the year-end evidence pack, the deliverable is a risk-weighted sample of transactions with full source documentation. XBert's signal is which XBerts fired on each transaction — that IS the risk score. More XBerts firing on a transaction means higher risk weight in the sample selection.\n\nXBert Audit Evidence Pack assembles the workpaper. Sample selection is weighted by the count and severity of XBerts that fired on each transaction. A lead schedule is produced per material account. Every sample item hyperlinks from the workpaper down to the source XBert and the underlying source document — captured receipt, supplier invoice, signed contract, payroll record — held in Capture and XDI.\n\nThis generalises the QMS-Word pattern used in BAS/VAT prep to the full audit period — for an external auditor, here is the year, with the risk-weighted sample and the evidence behind every item.",
    "useCases": [
      {
        "title": "Year-end auditor evidence pack",
        "description": "When the external auditor arrives, hand them a single workpaper bundle with the risk-weighted sample and the source documents already hyperlinked."
      },
      {
        "title": "Quarterly board-pack working papers",
        "description": "Quarterly governance review — produce a board-pack working paper with the period's risk-weighted sample and the supporting evidence."
      },
      {
        "title": "Material account drill-down",
        "description": "When a single account requires deeper audit attention, produce a focused evidence pack with every sample item from that account and the source documentation."
      },
      {
        "title": "Risk-weighted sample selection",
        "description": "Use the XBert-firing risk signal to drive the sample selection itself — high-risk transactions feature prominently rather than a flat random sample."
      }
    ],
    "benefits": [
      {
        "icon": "ShieldCheck",
        "title": "XBert firings = risk signal",
        "description": "Sample selection is weighted by the count and severity of deterministic XBerts that fired on each transaction. Higher firing rate means higher risk weight."
      },
      {
        "icon": "FileSearch",
        "title": "Hyperlinked source docs",
        "description": "Every sample item hyperlinks from the workpaper down to the source XBert and the underlying source document held in Capture and XDI."
      },
      {
        "icon": "Stamp",
        "title": "External-auditor ready",
        "description": "Cover page, lead schedules per material account, risk-weighted sample sections, source links and QMS block — bundle handed direct to the auditor."
      }
    ],
    "workflow": [
      "Type /audit-evidence-pack in Claude Code or Claude Desktop",
      "Confirm the client and the audit period (default: current financial year)",
      "Plugin resolves the linked audit XBerts for the period — if none are linked, the pack stops and the user is prompted to configure linked XBerts first",
      "A risk-weighted sample is selected based on the count and severity of XBert firings per transaction",
      "Lead schedules are produced per material account",
      "Build the working-paper payload, render via xbert-working-paper:render-docx, and report the saved path"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[xbert-audit-evidence-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-audit-evidence-pack)