Aegis is building security for the agentic eraV1.0 Release Candidate → GitHub

Extension

Security follows your agent.

The Aegis VS Code extension brings the security console into your editor — monitor agent status, handle approvals and run attack scenarios without leaving your code.

AEGIS FOR VS CODEaegis-security-console
CONNECTED

Aegis Developer Security Console

Workspaceaegis
AgentResearch Agent
Threat statusSAFE
Recent events3
Last blocked action19:42:26 · db.delete

Commands: Aegis: Set API Key · Approve · Deny · Run Attack Lab

  • Approve or deny human-in-the-loop requests directly from the IDE
  • Live status for agents, approvals and blocked actions
  • Credentials stored via VS Code secret storage — never in plaintext
  • Run any Attack Lab scenario from the command palette
  • One-click opening of the web Security Console

Install

The extension ships as a packaged .vsix in the repository. Install it from the command line or via the Extensions view.

From the repository root

cd extension
npm install
npm run compile
code --install-extension aegis-security-console-1.0.0.vsix

VS Code 1.89+ · not yet published to the Marketplace