Skip to main content
SBOM

Software bill
of materials.

Attestix pins every runtime dependency with lower and upper bounds to prevent silent major-version drift. The tables below mirror pyproject.toml at the v0.3.0 release. Generated CycloneDX artefacts are available alongside published GitHub releases when attached; for the most current pinned set, read pyproject.toml on main.

Runtime dependencies

PackageVersion constraintPurposeLicence
mcp[cli]>= 1.8.0, < 2.0.0Model Context Protocol runtime and CLIMIT
cryptography>= 46.0.7, < 47.0.0Ed25519, PBKDF2, SHA-256 (CVE-2026-34073, CVE-2026-39892 fixes)Apache 2.0 / BSD
PyJWT[crypto]>= 2.12.0, < 3.0.0UCAN JWT sign and verify (CVE-2026-32597 crit header fix)MIT
base58>= 2.1.1, < 3.0.0Base58 encoding for DID key methodsMIT
httpx>= 0.28.0, < 0.30.0did:web resolution, remote verify, agent discoveryBSD-3
python-dotenv>= 1.1.0, < 2.0.0Environment variable loadingBSD-3
nest-asyncio>= 1.6.0, < 2.0.0Nested event-loop supportBSD-2
python-json-logger>= 3.3.0, < 5.0.0Structured JSON loggingBSD-2
filelock>= 3.13.0, < 4.0.0File-based concurrency lockingUnlicense
click>= 8.1.0, < 9.0.0CLI frameworkBSD-3
python-multipart>= 0.0.26, < 0.1.0Multipart parser (pinned >= 0.0.26 for CVE-2026-40347 DoS fix)Apache 2.0

Optional extras

PackageVersion constraintPurposeLicence
web3>= 7.0.0, < 8.0.0EAS anchoring to Base L2 testnet (blockchain extra)MIT
weasyprint>= 62.0PDF report generation (reports extra)BSD-3

Development dependencies

PackageVersion constraintPurposeLicence
pytest>= 8.0Test runnerMIT
pytest-asyncio>= 0.24Async test supportApache 2.0
pytest-cov>= 5.0Coverage pluginMIT
respx>= 0.22HTTP mocking for httpxBSD-3
ruff>= 0.6.0Lint and formatMIT
mypy>= 1.11Type checkingMIT
pip-audit>= 2.7Dependency vulnerability auditApache 2.0
bandit>= 1.7SAST on Python sourceApache 2.0
safety>= 3.2CVE scan (advisory)MIT
build>= 1.2PEP 517 wheel builderMIT
Reproducibility

Every release goes through pip-audit and safety scans in CI before publish. See /security for the vulnerability disclosure log.