Registry / security / ciris-verify

ciris-verify

JSON →
library4.8.1pypypi✓ verified 81d ago

Python bindings for CIRISVerify hardware-rooted license verification. Version 4.8.1 supports Python >=3.10. Provides hardware-bound license checking and attestation for AI/ML models.

pip install ciris-verify
INSTALL
IMPORT
SIG · CIRIS-VERIFY
C
ciris-verify
securitypythonv4.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CIRISVerify
from ciris_verify import CIRISVerify
from ciris_verify import verify_license

Quickstart to verify a license key against hardware-bound CIRISVerify.

from ciris_verify import verify_license import os license_key = os.environ.get('CIRIS_LICENSE_KEY', 'test-license-key') try: result = verify_license(license_key) print(result) except Exception as e: print(f'License verification failed: {e}')
Debug
Known issues
gotchaLicense key must be bound to the machine's hardware. Keys from other machines will fail.
fix
Generate a key specifically for the deployment machine using the CIRIS CLI or portal.
affects: all
breakingAs of v4.0, the verify_license function signature changed: it now requires a 'license_key' string instead of an previous object parameter.
fix
Update calls to verify_license to pass a string license key directly.
affects: >=4.0.0
Upgrade
Version history
4.8.1latest on PyPI · released Jun 6, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources