RepoPilot

erebe/wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available

Mixed

Single-maintainer risk — review before adopting

MixedDependency

top contributor handles 90% of recent commits; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • Single-maintainer risk — top contributor 90% of recent commits
  • Last commit 3d ago
  • 8 active contributors
  • BSD-3-Clause licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: erebe/wstunnel

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T01:29:36.235Z · commit db10b1aa0cd6

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 3d ago
  • 8 active contributors
  • BSD-3-Clause licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

wstunnel is a Rust-based tunneling tool that encapsulates arbitrary TCP/UDP traffic inside WebSocket or HTTP2 frames to bypass firewalls and DPI (Deep Packet Inspection). It acts as both a server and client, supporting static port forwarding, dynamic SOCKS5/HTTP proxies, transparent proxies, and reverse tunneling—allowing users to securely access restricted resources through permissive HTTP/HTTPS channels. Monorepo with two workspace members: wstunnel/src/ contains the core tunnel logic (config.rs, embedded_certificate.rs), and wstunnel-cli/src/main.rs wraps it as a CLI. Build artifacts are managed via Cross.toml (cross-compilation), .cargo/config.toml (Rust-specific), and…

Start here

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/erebe/wstunnel.git
cd wstunnel
cargo build --release
./target/release/wstunnel-cli --help

For cross-compilation: cross build --release --target x86_64-unknown-linux-gnu.

Daily commands:

Development: cargo run --bin wstunnel-cli -- [args]. For server tunnel: ./wstunnel-cli --listen ws://0.0.0.0:8080. For client: ./wstunnel-cli --forward tcp://127.0.0.1:22 ws://remote-server:8080. Full examples in…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 90% of recent commits
    1. Certificate auto-reload is mentioned but auto-reload polling/notification mechanism not visible—check embedded_certificate.rs for file watch logic. 2. Cross-compilation via Cross.toml is required for some targets;…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/erebe/wstunnel?axis=fork)](https://repopilot.app/r/erebe/wstunnel)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/erebe/wstunnel on X, Slack, or LinkedIn.

Ask AI about erebe/wstunnel

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/erebe/wstunnel"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>