Skip to content

AISecOps Interceptor v1.0.0

Latest

Choose a tag to compare

@viplavfauzdar viplavfauzdar released this 03 Jun 18:50
96aac25

AISecOps Interceptor v1.0.0

Runtime Governance Platform for Agentic AI

v1.0.0 transforms AISecOps from a runtime security interceptor into a comprehensive Runtime Governance Platform for agentic AI systems.

Highlights

Replay Diff Engine

Compare:

  • Planned Intent
  • Policy Decision
  • Execution Outcome

Detect:

  • governance violations
  • blocked actions
  • approval enforcement
  • execution mismatches

New API:

GET /replay/{trace_id}/diff

Agent Identity Layer

Agents can now have:

  • trust levels
  • environments
  • capability boundaries
  • runtime budgets

Identity metadata is carried through:

  • runtime context
  • audit events
  • replay summaries
  • governance evidence

Compliance Evidence Export

Generate governance evidence packages from runtime traces.

Formats:

  • JSON
  • Markdown

Example:

python -m aisecops_interceptor.evidence.cli \
  --trace-id TRACE_ID \
  --audit-log audit.jsonl \
  --format markdown

Risk Explanation Engine

Governance decisions now include human-readable explanations.

Examples:

  • why an action was blocked
  • why approval was required
  • why a runtime budget was exceeded

Runtime Governance APIs

Added:

GET /replay/{trace_id}/diff

Swagger/OpenAPI response models included.

Platform Capabilities

Security

  • Capability Enforcement
  • Policy Evaluation
  • Local Enforcement Mode
  • MCP Policy Proxy

Compliance

  • Audit Trails
  • Replay Engine
  • Replay Diff Engine
  • Compliance Evidence Export

Cost Control

  • Runtime Budgets
  • Tool Call Limits
  • Runtime Limits
  • Cost Limits

Observability

  • Runtime Investigation
  • Execution Graphs
  • Replay APIs
  • Governance Analysis

Validation

  • 180 tests passed
  • Compile validation passed
  • Replay Diff CLI validation passed
  • Evidence Export CLI validation passed
  • Backward compatibility preserved

Architecture

Agent
↓
Plan Extraction
↓
Capability Validation
↓
Policy Evaluation
↓
Runtime Controls
↓
Execution
↓
Audit Events
↓
Replay Engine
↓
Replay Diff
↓
Evidence Export

Release Summary

Completed platform milestones:

  • v0.7.0 Replay Audit UI + Execution Graphs
  • v0.8.0 Structured Plan Extraction
  • v0.8.1 Agent Runtime Controls
  • v0.9.0 Local Enforcement Mode
  • v0.9.5 MCP Policy Proxy Foundation
  • v1.0.0 Runtime Governance Platform

Next

  • MCP Gateway
  • Replay Diff UI
  • Compliance Evidence Viewer
  • Agent Identity Explorer
  • Trust Registry
  • Multi-Agent Governance