VeriLinkOS Active Governance Integration for AI Verify
Project description
VeriLinkOS AI Verify Plugin
Overview
VeriLinkOS AI Verify Plugin integrates active governance capabilities from VeriLinkOS into the AI Verify testing framework.
Features
- ✅ Active Governance: Real-time policy enforcement during AI tests
- ✅ VAP Receipts: Cryptographic evidence for compliance audits
- ✅ AI-BOM Verification: Ensure model integrity and provenance
- ✅ Trust Tokens: JIT authentication for each test run
- ✅ Predictive Enforcement: ML-based risk prediction
Installation
pip install verilink-aiverify-plugin
Configuration
Set environment variables:
export VERILINK_API_URL=https://api.verilink.os
export VERILINK_API_KEY=your_api_key
export VERILINK_AGENT_ID=your_agent_id
export VERILINK_ORG_ID=your_org_id
Quick Start
import asyncio
from verilink_plugin import VeriLinkGovernancePlugin
async def test_model():
plugin = VeriLinkGovernancePlugin()
result = await plugin.run_test(
{"model_id": "model-001", "dataset": "test-data"},
lambda config: {"passed": True, "artifacts": {}}
)
print(f"Passed: {result.passed}")
print(f"Receipt: {result.receipt_id}")
await plugin.cleanup()
asyncio.run(test_model())
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file verilink_aiverify_plugin-1.0.0.tar.gz.
File metadata
- Download URL: verilink_aiverify_plugin-1.0.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0d7970fa12e5218ccae902da52621a9b0aa4a3bf14490cf8e8aaa65cb44306f
|
|
| MD5 |
e35618f206daae5e2cb0d46946b72045
|
|
| BLAKE2b-256 |
e4386fb0f9c67366a1a729962e5cb49c8bfa5779ad9a9dd1e4be73740edbb47b
|
File details
Details for the file verilink_aiverify_plugin-1.0.0-py3-none-any.whl.
File metadata
- Download URL: verilink_aiverify_plugin-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7ee50a2a9ea4dbd1db6d7e82f008c8e3eb7d1a4b1613d1becd8202190d5e15e
|
|
| MD5 |
23b558c560cd8e3efc9a5cc87a0818d4
|
|
| BLAKE2b-256 |
0e7ff13f628c1f9624ea43cec162c1c56d2be10837102a23145fef9c74cdcecb
|