Skip to content

ContextFence v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:54
v0.2.0
733461a

ContextFence v0.2.0

ContextFence turns a real access model into deterministic CI checks that prove restricted RAG context stays restricted.

Highlights

  • Permission-matrix contracts. Declare identities, sources, and allow lists once; ContextFence expands them into the full set of positive and critical-deny probes.
  • contextfence generate. Convert a portable access manifest into a reviewable boundary contract, with deterministic probe keys and synthetic canaries.
  • A clearer first run. The interactive lab now begins with one visible cache-isolation failure, and its install and GitHub Action paths use the published package.
  • Stronger discovery and handoff. This release adds citation metadata, a sitemap, expanded share metadata, and a public Boundary Baseline implementation scope.

Start here

npm install -g contextfence@0.2.0
curl -fsSLO https://raw.githubusercontent.com/devectorio/contextfence/v0.2.0/examples/contracts/mock.boundary.yaml
contextfence test mock.boundary.yaml

The CLI is Apache-2.0 open source and runs locally or in CI. It is not a security certification; validate only systems you own or are authorized to test.

If the project is useful to your team, a GitHub star helps other engineers discover it. Questions and design ideas belong in GitHub Discussions; reproducible defects belong in Issues.