@solongate/proxy 0.82.3 → 0.82.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -24
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
<img src="https://solongate.com/hero.png" alt="SolonGate. For AI agents to execute tools safely. Make agents secure again." width="900" />
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
|
-
<a href="https://
|
|
6
|
-
<a href="https://
|
|
7
|
-
<a href="https://
|
|
8
|
-
<a href="https://www.
|
|
5
|
+
<a href="https://www.npmjs.com/package/@solongate/proxy"><img align="right" alt="npm" src="https://img.shields.io/npm/v/@solongate/proxy?style=flat-square&color=eeeeee&labelColor=111111&logo=npm&logoColor=white" /></a>
|
|
6
|
+
<a href="https://nodejs.org"><img align="right" alt="Node.js" src="https://img.shields.io/node/v/@solongate/proxy?style=flat-square&label=Node.js&labelColor=111111&color=eeeeee&logo=nodedotjs&logoColor=white" /></a>
|
|
7
|
+
<a href="https://github.com/Solongate"><img src="https://solongate.com/github-w.png" height="20" alt="GitHub" /></a>
|
|
8
|
+
<a href="https://www.linkedin.com/company/solongate/"><img src="https://solongate.com/linkedin-w.png" height="20" alt="LinkedIn" /></a>
|
|
9
9
|
|
|
10
10
|
SolonGate is the guardrail for AI agents. It checks every action an agent takes (each shell command, file read or write, and network request) and allows, blocks, or logs it before it runs, based on a policy you control. No code changes.
|
|
11
11
|
|
|
@@ -36,7 +36,7 @@ session starts, so already-open terminals aren't guarded yet.
|
|
|
36
36
|
Drops in front of any MCP-speaking agent over stdio, SSE, or HTTP. Every tool call is checked in real time, and each allow or deny decision streams to your dashboard with the full arguments attached.
|
|
37
37
|
|
|
38
38
|
<div align="center">
|
|
39
|
-
<img src="https://solongate.com/
|
|
39
|
+
<img src="https://solongate.com/cc-hd.png" alt="SolonGate guarding a live Claude Code session" width="720" />
|
|
40
40
|
</div>
|
|
41
41
|
|
|
42
42
|
## Command center for every decision area
|
|
@@ -44,7 +44,7 @@ Drops in front of any MCP-speaking agent over stdio, SSE, or HTTP. Every tool ca
|
|
|
44
44
|
Live analytics by tool, agent, and policy. Version your policies with cloud sync and one-click rollback. Every decision lands in a tamper-evident, searchable audit trail you can export as CSV.
|
|
45
45
|
|
|
46
46
|
<div align="center">
|
|
47
|
-
<img src="https://solongate.com/
|
|
47
|
+
<img src="https://solongate.com/dash-hd.png" alt="SolonGate dashboard: analytics, policies, and audit trail" width="720" />
|
|
48
48
|
</div>
|
|
49
49
|
|
|
50
50
|
## What SolonGate can enforce
|
|
@@ -56,21 +56,6 @@ Live analytics by tool, agent, and policy. Version your policies with cloud sync
|
|
|
56
56
|
|
|
57
57
|
Manage everything from the **Policies**, **Audit**, and **Settings** pages in the [dashboard](https://dashboard.solongate.com). When a legitimate action is blocked, click **Whitelist this** to add a narrow exception. Keep logs local instead of in the cloud, and get alerted by Telegram, email, or webhook when blocks spike.
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
<table cellspacing="0" cellpadding="0" border="0" align="center">
|
|
64
|
-
<tr>
|
|
65
|
-
<td><a href="https://claude.com/claude-code"><img src="https://solongate.com/tiles/claude.png" width="200" alt="Claude Code" /></a></td>
|
|
66
|
-
<td><a href="https://github.com/google-gemini/gemini-cli"><img src="https://solongate.com/tiles/gemini.png" width="200" alt="Gemini CLI" /></a></td>
|
|
67
|
-
<td><a href="https://openclaw.ai"><img src="https://solongate.com/tiles/openclaw.png" width="200" alt="OpenClaw (soon)" /></a></td>
|
|
68
|
-
<td><a href="https://openai.com/codex"><img src="https://solongate.com/tiles/codex.png" width="200" alt="Codex (soon)" /></a></td>
|
|
69
|
-
</tr>
|
|
70
|
-
<tr>
|
|
71
|
-
<td><a href="https://hermes.nousresearch.com"><img src="https://solongate.com/tiles/hermes.png" width="200" alt="Hermes (soon)" /></a></td>
|
|
72
|
-
<td><a href="https://opencode.ai"><img src="https://solongate.com/tiles/opencode.png" width="200" alt="OpenCode (soon)" /></a></td>
|
|
73
|
-
<td><a href="https://kilocode.ai"><img src="https://solongate.com/tiles/kilo.png" width="200" alt="Kilo (soon)" /></a></td>
|
|
74
|
-
<td><a href="https://solongate.com/contact"><img src="https://solongate.com/tiles/yourtool.png" width="200" alt="Your tool" /></a></td>
|
|
75
|
-
</tr>
|
|
76
|
-
</table>
|
|
59
|
+
<div align="center">
|
|
60
|
+
<img src="https://solongate.com/compat.png" alt="Compatible with every tool. SolonGate guards any MCP-speaking agent out of the box: Claude Code, Gemini CLI, OpenClaw (soon), Codex (soon), Hermes (soon), OpenCode (soon), Kilo (soon), and your tool." width="960" />
|
|
61
|
+
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.5",
|
|
4
4
|
"description": "AI tool security proxy: protect any AI tool server with customizable policies, path/command constraints, rate limiting, and audit logging. No code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|