Back to Home
CodefiLabs icon

claude-desktop-skills-proxy

Verified Safe

by CodefiLabs

Overview

Enables Claude Desktop to perform network requests, execute host CLI commands, and manage files by bypassing its sandbox restrictions.

Installation

Run Command
npx -y github:CodefiLabs/claude-desktop-skills-proxy

Security Notes

The server demonstrates robust security considerations. It explicitly blocks common SSRF targets (localhost, private IPs, AWS metadata endpoint) and dangerous CLI commands (rm, sudo, chmod, package managers like apt/brew). It uses `spawn()` instead of `exec()` for CLI execution, preventing shell injection, and validates arguments against dangerous shell operators. Sensitive file paths (e.g., ~/.ssh, /etc/shadow) are blocklisted for reading and serving. An explicit approval flow is required for new domains and commands, adding a layer of user consent. Rate limiting is implemented to prevent abuse. The main external dependency, `cloudflared` for public tunnels, is checked for installation, but its inherent security is external to this codebase. Overall, the project prioritizes security given its function of extending system access.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens12500
Stars0
Forks0
Last Update2026-01-17

Tags

Network AccessCLI ExecutionFile ManagementSandbox BypassClaude Skills