@solongate/proxy 0.82.1 → 0.82.3

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.
Files changed (2) hide show
  1. package/README.md +11 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,19 +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
- <table width="100%">
6
- <tr>
7
- <td align="left" width="33%" valign="middle">
8
- <a href="https://github.com/Solongate"><img src="https://solongate.com/github.png" width="22" height="22" alt="GitHub" /></a>
9
- &nbsp;<a href="https://www.linkedin.com/company/solongate/"><img src="https://solongate.com/linkedin.png" width="22" height="22" alt="LinkedIn" /></a>
10
- </td>
11
- <td align="center" width="34%" valign="middle">
12
- <a href="https://nodejs.org"><img 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>
13
- <a href="https://www.npmjs.com/package/@solongate/proxy"><img alt="npm" src="https://img.shields.io/npm/v/@solongate/proxy?style=flat-square&color=eeeeee&labelColor=111111&logo=npm&logoColor=white" /></a>
14
- </td>
15
- <td width="33%"></td>
16
- </tr>
17
- </table>
5
+ <a href="https://github.com/Solongate"><img src="https://solongate.com/github.png" height="20" alt="GitHub" /></a>&nbsp;
6
+ <a href="https://www.linkedin.com/company/solongate/"><img src="https://solongate.com/linkedin.png" height="20" alt="LinkedIn" /></a>&nbsp;
7
+ <a href="https://nodejs.org"><img 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>&nbsp;
8
+ <a href="https://www.npmjs.com/package/@solongate/proxy"><img alt="npm" src="https://img.shields.io/npm/v/@solongate/proxy?style=flat-square&color=eeeeee&labelColor=111111&logo=npm&logoColor=white" /></a>
18
9
 
19
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.
20
11
 
@@ -44,13 +35,17 @@ session starts, so already-open terminals aren't guarded yet.
44
35
 
45
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.
46
37
 
47
- <img src="https://solongate.com/claudecode.gif" alt="SolonGate guarding a live Claude Code session" width="720" />
38
+ <div align="center">
39
+ <img src="https://solongate.com/claudecode.png" alt="SolonGate guarding a live Claude Code session" width="680" />
40
+ </div>
48
41
 
49
42
  ## Command center for every decision area
50
43
 
51
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.
52
45
 
53
- <img src="https://solongate.com/solongatedashboard.gif" alt="SolonGate dashboard: analytics, policies, and audit trail" width="720" />
46
+ <div align="center">
47
+ <img src="https://solongate.com/solongatedashboard.png" alt="SolonGate dashboard: analytics, policies, and audit trail" width="680" />
48
+ </div>
54
49
 
55
50
  ## What SolonGate can enforce
56
51
 
@@ -65,7 +60,7 @@ Manage everything from the **Policies**, **Audit**, and **Settings** pages in th
65
60
 
66
61
  **Compatible with every tool.** SolonGate guards any MCP-speaking agent out of the box. Missing yours? [Reach out](https://solongate.com/contact) and we will consider it.
67
62
 
68
- <table>
63
+ <table cellspacing="0" cellpadding="0" border="0" align="center">
69
64
  <tr>
70
65
  <td><a href="https://claude.com/claude-code"><img src="https://solongate.com/tiles/claude.png" width="200" alt="Claude Code" /></a></td>
71
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.82.1",
3
+ "version": "0.82.3",
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": {