Releases: MahdiHedhli/AgentVeil
Release list
AgentVeil v0.1.6
Judge instructions: docs/JUDGE_TEST.md
What's Changed
- Fix release toolchain components for v0.1.6 by @MahdiHedhli in #5
Full Changelog: v0.1.5...v0.1.6
AgentVeil v0.1.4
Full Changelog: v0.1.3...v0.1.4
AgentVeil v0.1.3
Full Changelog: v0.1.2...v0.1.3
AgentVeil v0.1.1
Judge quick test
No build, login, API key, or external network access is required after download.
- Download the archive and matching
.sha256file for your platform. - Verify the checksum, extract the archive, and enter its directory.
- 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
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.