Skip to main content

VeriLinkOS Active Governance Integration for AI Verify

Project description

VeriLinkOS AI Verify Plugin

PyPI version License

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

verilink_aiverify_plugin-1.0.0.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

verilink_aiverify_plugin-1.0.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page