Back to Home
apothegmatic-whiskfern276 icon

autosteer

by apothegmatic-whiskfern276

Overview

A desktop application for managing local Git worktrees and integrating with Claude AI for code-related tasks, providing an enhanced development environment.

Installation

Run Command
No command provided

Environment Variables

  • ANTHROPIC_API_KEY
  • CLAUDE_CODE_MODE
  • NODE_ENV
  • ENABLE_INSPECT_ELEMENT
  • CLAUDE_TEMP_DIR
  • MCP_CONFIG_PATH

Security Notes

The application is built using Electron, employing `contextBridge` for renderer-to-main process IPC isolation, which is a good practice. However, its core functionality involves deep system integration, exposing powerful capabilities such as direct terminal access (`terminal.create`, `terminal.write`), extensive file system operations (`file:listDirectory`, `resources:uploadResources`), spawning child processes for Git operations (`git:diff-stats`, `worktree.create`), and managing external MCP servers. A vulnerability in any of these exposed IPC handlers or the underlying services could lead to arbitrary code execution or data manipulation on the user's system. The application also handles API keys (e.g., ANTHROPIC_API_KEY) and potentially sensitive `.mcp.json` configuration files locally. While typical for developer tools requiring such access, the broad permissions make it inherently higher risk if not properly secured and updated.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2026-01-19

Tags

Coding AgentAI DevelopmentWorkspace ManagementGit IntegrationDesktop App