Back to Home
jraylan icon

seamless-agent

Verified Safe

by jraylan

Overview

Empowers AI agents within GitHub Copilot Chat (or similar LM clients) to seek interactive user confirmation and feedback via specialized tools (ask_user, plan_review, walkthrough_review) before executing actions, ensuring user control.

Installation

Run Command
node <PATH_TO_EXTENSION>/dist/seamless-agent-mcp.js --port <API_PORT> --token <API_TOKEN>

Environment Variables

  • API_PORT (passed as --port argument to CLI)
  • API_TOKEN (passed as --token argument to CLI)

Security Notes

The HTTP API service binds exclusively to localhost (127.0.0.1) and employs a randomly generated bearer token for authentication, utilizing `crypto.timingSafeEqual` to prevent timing attacks. CORS is explicitly disabled. Image attachments undergo magic number validation to mitigate spoofed file types. No direct `eval` or obfuscation is present. The primary security risk would stem from a compromised VS Code environment itself, rather than the extension's internal mechanisms.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassMedium
Avg Tokens500
Stars33
Forks14
Last Update2026-01-08

Tags

AIChatCopilotUser InteractionAgent ToolsApprovalVS Code Extension