weavatrix-git 0.3.1

Fast, bounded, evidence-carrying Git reader with an optional read-only MCP server
Documentation
1
2
3
4
5
6
7
8
9
# Security

Please report vulnerabilities privately through GitHub Security Advisories.

`weavatrix-git` treats every repository byte as untrusted. Parsing is bounded
by explicit object-size, delta-depth, history, tree-depth, and reference-depth
limits. MIDX, commit-graph, Bloom, bitmap, index, reflog, cache, and backend
expansion are bounded too. The crate never executes hooks, filters, aliases,
credential helpers, or repository-provided commands.