Portable, fail-closed financial evidence provenance for files, agents, desktops, and data infrastructure
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/beepboop2025/liquilens-evidence-carrier && cp liquilens-evidence-carrier/*.md ~/.claude/agents/Subagents overview
# LiquiLens Evidence Carrier
[](https://github.com/beepboop2025/liquilens-evidence-carrier/actions/workflows/ci.yml)
[](https://github.com/beepboop2025/liquilens-evidence-carrier/releases/tag/v0.14.0)
[](LICENSE)
LiquiLens Evidence Carrier is a transport-neutral contract for moving financial
evidence through files, warehouses, event buses, observability systems, data
catalogs, FDC3 desktops, notebooks, citations, and AI agents without dropping
provenance, rights, freshness, or authority boundaries.
The carrier is infrastructure for inspection and reproducibility. It is not an
order, recommendation, credit rating, market-data entitlement, or endorsement
by Bloomberg, LSEG, FactSet, FINOS, or any other platform.
## Why it travels
One verified JSON object can be embedded in:
- FDC3 contexts and app-directory workflows;
- CloudEvents and OpenTelemetry logs;
- OpenLineage custom facets and data catalogs;
- Arrow or Parquet schema metadata;
- dbt warehouse tests, CSV, SQL, and spreadsheets;
- CSL-JSON citations and PROV-O knowledge graphs; and
- MCP or other agent responses.
Every full carrier preserves `event_time <= knowledge_time <= as_of`, source
hashes, explicit redistribution rights, a content-derived identity, and an
all-false execution/recommendation/credit-rating boundary. Restricted or
unknown rights fail closed; incomplete or expired evidence is redacted to a
separately identified reference rather than silently upgraded.
## Install and verify
```bash
python -m pip install https://github.com/beepboop2025/liquilens-evidence-carrier/releases/download/v0.14.0/liquilens_evidence-0.14.0-py3-none-any.whl
liquilens-evidence issue examples/descriptor.json > carrier.json
liquilens-evidence verify carrier.json --as-of 2026-08-24T12:00:00Z
liquilens-evidence convert carrier.json --format fdc3
```
The release publishes a wheel and checksum manifest. The Python runtime has no
third-party dependencies. A Node.js verifier is also
included for cross-language `liquilens-hash-tree-v1` identity checks:
```bash
node protocol/verify_hash_tree_v1.mjs --artifact evidence-carrier carrier.json
```
## Canonical contracts
| Contract | Canonical URL |
|---|---|
| Full carrier | `https://liquilens.in/protocol/liquilens-evidence-carrier-v1.schema.json` |
| Redacted reference | `https://liquilens.in/protocol/liquilens-evidence-carrier-reference-v1.schema.json` |
| FDC3 context | `https://liquilens.in/protocol/fdc3/com.liquilens.evidence.schema.json` |
| OpenLineage facet | `https://liquilens.in/protocol/openlineage/liquilens-evidence-facet.schema.json` |
The current protocol is v1 and the current public implementation release is
`0.14.0`. Pin production integrations to a signed tag or release checksum; use
the canonical URLs for schema identity and discovery.
## Offline MCP server
The package includes a zero-third-party-dependency stdio server for agents that
need to inspect local carrier JSON. It implements current stateless MCP
`2026-07-28` (including `server/discover`) and the latest initialization-based
revision, `2025-11-25`, for existing clients.
```json
{
"mcpServers": {
"liquilens-evidence-carrier": {
"command": "liquilens-evidence-mcp",
"args": ["--root", "/absolute/path/to/evidence"]
}
}
}
```
The server exposes two read-only tools:
- `verify_carrier` verifies the content identity, clocks, rights, and export
disposition of one explicit JSON path below the configured root.
- `project_carrier` applies an existing rights-aware projection (`fdc3`,
`cloudevent`, `otel`, `openlineage`, `jsonld`, `csl`, `flat`, or `arrow`).
It never fetches network data, expands restricted rights, recommends, rates
credit, or executes a financial action. The GitHub release also carries a
checksum-pinned
[`liquilens-evidence-carrier-mcp-0.14.0.mcpb`](https://github.com/beepboop2025/liquilens-evidence-carrier/releases/download/v0.14.0/liquilens-evidence-carrier-mcp-0.14.0.mcpb)
bundle for compatible desktop clients. Registry identity:
`io.github.beepboop2025/liquilens-evidence-carrier`.
<!-- mcp-name: io.github.beepboop2025/liquilens-evidence-carrier -->
## Integration kit
- [`docs/EVIDENCE-CARRIER-V1.md`](docs/EVIDENCE-CARRIER-V1.md) defines the
contract, rights routing, transports, and failure modes.
- [`integrations/fdc3`](integrations/fdc3) contains the custom financial-desktop
context schema.
- [`integrations/openlineage`](integrations/openlineage) contains the custom
lineage facet schema.
- [`dbt_project.yml`](dbt_project.yml) and [`macros`](macros) make the repository
directly installable as a dbt package. The mirrored [`integrations/dbt`](integrations/dbt)
directory remains available for integration-bundle consumers.
- [`protocol/verify_hash_tree_v1.mjs`](protocol/verify_hash_tree_v1.mjs) verifies
content identities without trusting Python number formatting.
## Inherit verification in existing workflows
Pin the reusable action to an exact release tag:
```yaml
- uses: beepboop2025/liquilens-evidence-carrier@v0.14.0
with:
path: evidence/close.evidence.json
```
For local commit gates, add this repository to `.pre-commit-config.yaml`. The
published hook verifies files ending in `.evidence.json` or `.carrier.json` and
passes every matched file through `liquilens-evidence verify-files`.
## Use in another product
1. Issue the carrier at the boundary where the evidence and its rights are
known.
2. Verify before every disclosure or conversion.
3. Preserve the raw carrier plus `carrier_id` and `record_hash` at materialized
boundaries.
4. Treat missing carrier metadata as a failure, not as permission to use a naked
number.
5. Add a product-specific adapter and golden vector; do not fork the core
temporal or authority semantics.
## Provenance and license
The four schemas in this repository are byte-identical to the artifacts in the
signed LiquiLens Lab Engine `v0.13.5` release. Their SHA-256 values are recorded
in [`protocol/catalog.json`](protocol/catalog.json). This public repository is
the redistribution boundary for the carrier kit; private research code and
datasets are not included.
Code, schemas, documentation, and integration assets in this repository are
licensed under [Apache‑2.0](LICENSE). Provider data carried inside an evidence
object retains its own rights and license; this repository's license does not
grant rights to third-party data or product trademarks.
What people ask about liquilens-evidence-carrier
What is beepboop2025/liquilens-evidence-carrier?
+
beepboop2025/liquilens-evidence-carrier is subagents for the Claude AI ecosystem. Portable, fail-closed financial evidence provenance for files, agents, desktops, and data infrastructure It has 0 GitHub stars and its last recorded update is dated 2026-08-24.
How do I install liquilens-evidence-carrier?
+
You can install liquilens-evidence-carrier by cloning the repository (https://github.com/beepboop2025/liquilens-evidence-carrier) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is beepboop2025/liquilens-evidence-carrier safe to use?
+
Our security agent has analyzed beepboop2025/liquilens-evidence-carrier and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains beepboop2025/liquilens-evidence-carrier?
+
beepboop2025/liquilens-evidence-carrier is maintained by beepboop2025. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.
Are there alternatives to liquilens-evidence-carrier?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy liquilens-evidence-carrier to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/beepboop2025-liquilens-evidence-carrier)<a href="https://claudewave.com/repo/beepboop2025-liquilens-evidence-carrier"><img src="https://claudewave.com/api/badge/beepboop2025-liquilens-evidence-carrier" alt="Featured on ClaudeWave: beepboop2025/liquilens-evidence-carrier" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.