Skip to content

Releases: MahdiHedhli/AgentVeil

AgentVeil v0.1.6

Choose a tag to compare

@github-actions github-actions released this 14 Jul 23:56
14d0397

Judge instructions: docs/JUDGE_TEST.md

What's Changed

Full Changelog: v0.1.5...v0.1.6

AgentVeil v0.1.4

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:43

Full Changelog: v0.1.3...v0.1.4

AgentVeil v0.1.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:18

Full Changelog: v0.1.2...v0.1.3

AgentVeil v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:04

Judge quick test

No build, login, API key, or external network access is required after download.

  1. Download the archive and matching .sha256 file for your platform.
  2. Verify the checksum, extract the archive, and enter its directory.
  3. Run ./agentveil demo --check.

Expected output:

demo-check: status=pass route=synthetic_loopback allow=pass tokenize=pass zero_connect=pass tool_reentry=pass dashboard=pass audit=pass output=value_free

Full pinned instructions: docs/JUDGE_TEST.md

Supported judge artifacts:

  • Ubuntu 24.04 x86_64
  • macOS 14+ arm64

The deterministic demo uses only embedded synthetic fixtures and a capturing loopback fake upstream. A pass means the original synthetic protected values did not cross that local test boundary; it does not claim blanket protection for unsupported routes or arbitrary applications.

Evidence for this release

  • Release commit: f85632a79249a56e30b5e6eef2d105a4a2635387
  • 42 Rust tests and 2 Python release-script regressions passed.
  • The 22-step release gate passed, including RustSec audit, exact-head checks, the deterministic demo, live gateway evidence, benchmark, and history leak scan.
  • History scan covered 67 tracked files, 151 reachable Git blobs, and 5 evidence files with zero findings and zero scanner errors.
  • Default benchmark (25 measured iterations plus 3 warmups per scenario): library whole-process p50 184.997 ms / p95 194.884 ms; gateway whole-process p50 240.098 ms / p95 243.688 ms.
  • Archives are self-contained and include the pinned judge guide, security/status documents, policies, license, notice, and donor attribution.

Artifacts are checksummed but are not code-signed or notarized.

What changed from v0.1.0

The standalone judge archives now include every document linked by the packaged README and NOTICE. Use v0.1.1 for judging.

AgentVeil v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:39

Superseded by v0.1.1

The v0.1.0 standalone archives omitted documents linked by the packaged README and NOTICE. The repository source remained complete, but judges should use the corrected self-contained v0.1.1 release.