Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ABS Kernel - Authorized Agent GovernanceNew to Visual Studio Code? Get it now.
ABS Kernel - Authorized Agent Governance

ABS Kernel - Authorized Agent Governance

OConnector Technology

|
7 installs
| (0) | Free
Authorized Agent Governance (CHI) for Cursor, Copilot, Windsurf, and VS Code. Enforce policies, audit trails (WAL), and layer separation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ABS Kernel - Authorized Agent Governance 🛡️

Visual Studio Marketplace Open VSX License Version

Governance Layer for AI Coding Agents.

Install the official ABS Kernel extension to supervise your AI Coding Agents (Cursor, Copilot, Windsurf, Cline) with the Cognitive Host Interface (CHI).


🚀 New: ABS Kernel & CHI

This extension implements ADR-004 (Cognitive Host Interface) and ADR-005 (Layer Separation):

  • Governance, Not Execution: ABS governs how agents exist, without running them.
  • WAL (Write-Ahead Log): Immutable audit trail for all agent actions.
  • Layer Separation: Kernel (Trusted) > Profile > Workspace > Input (Untrusted).

🖥️ Compatible IDEs

IDE Status Installation
VS Code ✅ Native Marketplace
Cursor ✅ Compatible Manual VSIX install (see below)
Windsurf ✅ Compatible Manual VSIX install
VSCodium ✅ Compatible Open VSX
GitHub Codespaces ✅ Compatible Install from Marketplace
Gitpod ✅ Compatible Add to .gitpod.yml
JetBrains 🔜 Coming Soon IntelliJ Plugin (Roadmap)

✨ Key Features

Feature Description
🔍 Scan & Audit Check code for policy violations and maintain a Write-Ahead Log (WAL).
🛡️ Coding Agent Safeguards Block dangerous patterns like rm -rf, git reset --hard, secret exposure.
📊 Real-time Feedback View scan results instantly in the Output panel.
🔗 ABS Kernel Integration Connect to local or cloud ABS Kernel for centralized governance.
🎛️ Sidebar Panel Visual interface to select files and trigger scans.

🚀 Quick Start

VS Code / Codespaces

  1. Install from Marketplace
  2. Open the ABS Kernel sidebar (shield icon)
  3. Select files and click "Scan Selected Files"

Cursor / Windsurf / VSCodium

  1. Download the latest .vsix from Releases
  2. Open Command Palette: Cmd+Shift+P (Mac) / Ctrl+Shift+P (Win/Linux)
  3. Run: Extensions: Install from VSIX...
  4. Select the downloaded abs-vscode-X.X.X.vsix file
  5. Reload the IDE

Or via CLI:

# Cursor
cursor --install-extension abs-vscode-0.1.0.vsix

# VS Code
code --install-extension abs-vscode-0.1.0.vsix

🎯 Use Cases

  • Supervise AI Agents: Monitor what Cursor, Copilot, Cline, and other agents are doing in your codebase.
  • Block Destructive Commands: Prevent rm -rf, git push --force, and credential leaks.
  • Enforce Team Policies: Define rules like "No hardcoded secrets" or "No direct DB writes".
  • Audit Trail (WAL): Every significant action is hashed and logged to WORKLOG.wal.

⚙️ Configuration

The extension connects to the ABS Kernel API by default:

API Endpoint: https://api.abscore.app

For self-hosted deployments, you can configure via settings:

{
  "abs.apiUrl": "https://your-abs-instance.com"
}

🔒 Built-in Safeguards

Rule ID Description Action
code-01 Block recursive delete (rm -rf) outside temp dirs DENY
code-02 Protect secrets (.env, .pem, SSH keys) ESCALATE
code-03 Block force push (git push --force) DENY
code-04 Block hard reset (git reset --hard) ESCALATE
code-05 Detect prompt injection patterns WARN

📦 Installation Options

Option 1: VS Code Marketplace (Recommended)

code --install-extension oconnector.abs-vscode

Option 2: Open VSX (VSCodium, Gitpod)

# Via ovsx CLI
ovsx get oconnector.abs-vscode

Option 3: Direct VSIX Download

Download from GitHub Releases and install manually.


🌐 Links

  • Landing Page: abscore.app
  • API Docs: api.abscore.app
  • GitHub: eusheriff/abs-core
  • Enterprise: OConnector Technology

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.


📄 License

Apache-2.0 © OConnector Technology

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft