@solongate/proxy 0.82.4 → 0.82.6
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 +4 -6
- 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
|
|
|
@@ -56,8 +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
|
-
## Integrations
|
|
60
|
-
|
|
61
59
|
**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.
|
|
62
60
|
|
|
63
61
|
<table cellspacing="0" cellpadding="0" border="0" align="center">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.6",
|
|
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": {
|