CassiopeiaCode/CosyRedactGateway
Lightweight, stateless privacy gateway for LLM APIs — redact secrets before OpenAI/Anthropic upstreams and restore them transparently in SSE and tool calls.
About the project
Lightweight stateless gateway for LLM APIs that redacts secrets and credentials from requests before forwarding to OpenAI/Anthropic and transparently restores them in responses, including SSE streams and tool call arguments. Its key feature is detecting high-entropy strings without a known key format.
Useful for
- Run the gateway locally on 127.0.0.1:8787 and route OpenAI SDK requests through it to mask secrets in prompts
- Verify detector behavior on synthetic strings offline with scripts/demo-high-entropy.mjs without an API key
- Point the Anthropic SDK baseURL at the gateway to hide tokens in messages
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 5 stars so far today, about 6 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 7 days old and already has 85 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 85
- Stars in a day
- 6
- Forks
- 19
- Issues and pull requests
- 9
- Watchers
- 0
- Language
- JavaScript
- License
- Apache-2.0
- Created
- September 11, 2026
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 17, 2026Top new repositories this week: #133
Similar projects
-
9.7
cloudflare/security-audit-skill
A coding-agent skill that turns the agent into a security auditor, running a multi-phase code audit with independently verified, machine-readable findings.
-
6.6
yynxxxxx/gpt_sub_analysis
A guide to analyzing the ChatGPT iOS subscription flow: it describes intercepting the buyProduct request via Reqable and SSL Kill Switch 3 and rewriting the offerName and salableAdamId fields to obtain the Pro 20x…
-
5.8
ctdal/cve-2026-41940-PoC
PoC exploit for CVE-2026-41940, a critical authentication bypass in cPanel & WHM (CVSS 10.0) that grants unauthenticated root-level WHM access by injecting CRLF sequences into server-side session files.
-
5.3
BennyThink/NFCX
Cross-platform GUI desktop app for NFC card work: reader discovery, MIFARE Classic reads, dumps, key management, and key recovery. For cards you own or are authorized to test.
-
4.9
NationalSecurityAgency/ghidra
A software reverse engineering framework from the NSA: disassembly, decompilation, graphing and scripting for analyzing compiled code on Windows, macOS and Linux.
-
4.6
shinthink/blitzstrike
A TypeScript/Bun MCP server packaging a pentest methodology into three tiers: attack-surface reconnaissance, source-to-sink tracing, and live validation of findings before reporting.