Skip to main content

Official Python SDK for Ascend AI Governance Platform

Project description

ASCEND AI SDK

Enterprise AI governance and enforcement for regulated industries.

Govern what your AI agents do — in real time. ASCEND intercepts every agent action, scores risk using CVSS v3.1/NIST 800-30/MITRE ATT&CK, enforces your policies, and maintains an immutable audit trail for compliance.

Built for financial services, healthcare, and government contractors.


Install

pip install ascend-ai-sdk

Quick Start

from ascend import AscendClient, FailMode

client = AscendClient(
    api_key="your_api_key",
    api_url="https://pilot.owkai.app",
    agent_id="my-agent",
    agent_name="My Agent",
    fail_mode=FailMode.CLOSED
)

# Govern an action before it executes
result = client.evaluate_action(
    action_type="database_write",
    resource="customer_db",
    wait_for_decision=False
)

print(result.decision)      # APPROVED / PENDING / DENIED
print(result.risk_score)    # 0-100
print(result.cvss_score)    # CVSS v3.1 base score
print(result.mitre_tactic)  # MITRE ATT&CK tactic

Model Governance (SR-11-7 / EU AI Act Art. 9)

Enforce your model registry at action submit time. Non-compliant or unregistered models are denied.

result = client.evaluate_action(
    action_type="model_inference",
    resource="ml_pipeline",
    model_id="gpt-4-production",  # checked against registry
    wait_for_decision=False
)

print(result.model_governance["registry_checked"])
print(result.model_governance["compliance_status"])

MCP Layer 13 Governance

Govern actions from MCP servers. Unregistered or deactivated servers are denied.

result = client.evaluate_action(
    action_type="tool_call",
    resource="crm_system",
    mcp_server_name="salesforce-mcp",
    wait_for_decision=False
)

print(result.mcp_governance["server_registered"])

Kill-Switch

Block all agent actions in under 500ms.

# Agent side — poll for kill-switch signals
client.start_kill_switch_polling(
    interval_seconds=5
)

Capabilities

Capability Description
Risk Scoring CVSS v3.1, NIST 800-30, MITRE ATT&CK composite
MCP Governance Layer 13 enforcement — unregistered servers denied
Model Governance Registry-backed compliance check — SR-11-7, EU AI Act
Kill-Switch Sub-500ms agent blocking via SNS/SQS
Prompt Injection 21 detection patterns including encoding detection
Code Analysis SQL injection, command injection, credential detection
Supply Chain CVE detection via NVD/OSV, risk scoring
Audit Trail Immutable hash-chain, cryptographic verification
Human Approval Multi-stage workflows with SLA enforcement

Compliance

SOC 2 Type II · PCI-DSS · HIPAA · FedRAMP Compatible NIST AI RMF · SR 11-7 · EU AI Act Art. 9/28


Links


Requirements

Python 3.8+


ASCEND is a product of OW-KAI Technologies, Inc. 9+ years spanning AI/ML governance and cybersecurity.

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

ascend_ai_sdk-2.6.1.tar.gz (86.2 kB view details)

Uploaded Source

Built Distribution

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

ascend_ai_sdk-2.6.1-py3-none-any.whl (65.8 kB view details)

Uploaded Python 3

File details

Details for the file ascend_ai_sdk-2.6.1.tar.gz.

File metadata

  • Download URL: ascend_ai_sdk-2.6.1.tar.gz
  • Upload date:
  • Size: 86.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for ascend_ai_sdk-2.6.1.tar.gz
Algorithm Hash digest
SHA256 9f450b798f9d79e7da111cc1366d4c43f80b0ec1803918a5e86f9a1379611bd5
MD5 21f7396bfbdcf50c23a142af0713f394
BLAKE2b-256 e40cc2a0db29d980047ca82b08bf92707556e777ab10ded0fe55623a2df01c4a

See more details on using hashes here.

File details

Details for the file ascend_ai_sdk-2.6.1-py3-none-any.whl.

File metadata

  • Download URL: ascend_ai_sdk-2.6.1-py3-none-any.whl
  • Upload date:
  • Size: 65.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for ascend_ai_sdk-2.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 27c3a6e8a455874f039cafa1870a23d59c5d517756317e114dd2ea449c648ea2
MD5 8c14a40731c1840f494ec855baa3cfcc
BLAKE2b-256 0459f0211c1c2b3f4b2d7c69c9f5b8ccd8d8eb21da787441cca5e0229323175d

See more details on using hashes here.

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