Skip to content

a1k7/runtime-authority-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Runtime Authority Cloud

Enterprise Runtime Governance for Autonomous AI Agents

License: MIT PRs Welcome Made with React Python FastAPI


🚀 What is Runtime Authority Cloud?

Runtime Authority Cloud is a production‑ready runtime governance platform that ensures every AI agent action is continuously verified against authority, policy, and evidence before execution binds.

The core problem we solve:
Approval at T₀ ≠ authority at T₁. Policy drifts, delegation chains shrink, evidence expires. Your agent may be approved, but by the time it executes, the governance premise no longer holds.

Runtime Authority Cloud provides:

  • Continuous Admissibility Checks – Re‑evaluate authority at every commit boundary.
  • Cryptographic Verification – SHA‑256 checksums, independent replay, no trust in issuer.
  • Executive‑Friendly Dashboard – Bloomberg‑style status, risk scores, executive summaries.
  • Audit‑Grade Traces – Every decision is traceable, replayable, and exportable.
  • Enterprise‑Ready – SOC2, ISO27001, EU AI Act mapped.

📊 Key Features

Feature Description
Authority Timeline Step‑by‑step authority lifecycle with confidence scores.
Drift Detection Policy, delegation, evidence, and identity drift visualised.
Execution Replay Animated replay of decisions with confidence decay.
Authority Certificate (RAC) Cryptographic certificate per execution, verifiable offline.
Evidence Explorer Drill‑down into JWT, OIDC tokens, policies, and delegations.
Executive Report Board‑ready summary with technical appendix and export (PDF/JSON).
Risk Score 0‑100 score with severity levels (LOW/MEDIUM/HIGH).
Live Systems Monitor connected AI platforms (Microsoft, OpenAI, Anthropic, etc.).
Natural Language Search Ask "Why was execution denied?" and get instant answers.

🧠 Architecture


🛠️ Quick Start

Prerequisites

  • Python 3.11+
  • Node.js 18+
  • npm or yarn

Backend

cd backend
pip install -r requirements.txt
python run.py

Frontend

bash
cd frontend
npm install
npm run dev

Access

Frontend: http://localhost:3000
Backend API: http://localhost:8000/api
📂 Repository Structure


runtime-authority-cloud/
├── backend/               # FastAPI backend
│   ├── app/
│   │   ├── main.py        # API endpoints (upload, analyze, report)
│   │   ├── services/      # Verifier, Analyzer, ReportGenerator
│   │   └── models/        # Pydantic schemas
│   └── requirements.txt
├── frontend/              # React + Vite frontend
│   ├── src/
│   │   ├── components/    # All UI components
│   │   ├── styles/        # Theme and global CSS
│   │   └── App.jsx
│   └── package.json
└── README.md

📄 License

This project is licensed under the MIT License – see the LICENSE file for details.

📬 Contact

Author: Akhilesh Warik
LinkedIn: linkedin.com/in/decisionassure
Email: warikakhilesh319@gmail.com
Continuity first.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors