Back to Home
GitHubNexon icon

blink

Verified Safe

by GitHubNexon

Overview

An AI-powered agentic command-based assistant that can read, create, and modify code files using Replicate's Claude models.

Installation

Run Command
python main.py

Environment Variables

  • REPLICATE_API_TOKEN
  • MODEL
  • WORKSPACE_ROOT

Security Notes

The server demonstrates strong security practices, particularly in API token handling (in-memory, cleared on exit, never saved to disk, validated on startup) and file system interactions (using `pathvalidate.sanitize_filepath` and explicit path resolution to the `workspace_root`). There is no use of `eval` or `exec` on user-controlled input, mitigating common code injection risks. All file operations are channeled through a robust file handler, reducing path traversal vulnerabilities. The primary remaining risk is the inherent nature of AI code generation, where a malicious prompt could potentially lead the AI to generate insecure code, but the server's implementation itself is secure.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars1
Forks0
Last Update2025-12-11

Tags

AI AgentCode GenerationCLIFile ManagementReplicate API