Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> **Powered by Runta. The essential safety harness for OpenClaw's PII & API data.**

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/runta-dev/ClawShell)
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/clawshell/clawshell)
[![Version](https://img.shields.io/badge/version-0.0.1-orange.svg)]()

## 📖 Introduction
Expand Down Expand Up @@ -35,7 +35,7 @@ ClawShell scans HTTP request and response bodies for sensitive data using config

- **Transparent Proxy**: Deploys alongside OpenClaw without requiring code changes — configure OpenClaw to point at ClawShell's address and it forwards all requests upstream.
- **No External Dependencies**: Uses Unix file system permissions to protect secrets. No IdP, Vault, or external key management service required.
- **SSE Streaming Pass-Through**: Proxies streaming responses without buffering.

### 4. Ultra Lightweight and Scalable
- Runs in under 10MB of memory.
Expand Down