shellward 0.5.15 → 0.5.16
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 +20 -0
- package/dist/index.js +1 -1
- package/dist/mcp-server.js +0 -0
- package/package.json +2 -2
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ Your AI agent has full access to tools — shell, email, HTTP, file system. One
|
|
|
61
61
|
| **LangChain** | SDK | LLM application framework |
|
|
62
62
|
| **AutoGPT** | SDK | Autonomous AI agents |
|
|
63
63
|
| **OpenAI Agents** | SDK | GPT agent platform |
|
|
64
|
+
| **Hermes Agent** | MCP Server | Nous Research's self-improving agent — register via MCP Integration |
|
|
64
65
|
| **Dify / Coze** | SDK | Low-code AI platforms |
|
|
65
66
|
| **Any MCP Client** | MCP Server | stdio JSON-RPC, zero dependencies |
|
|
66
67
|
| **Any AI Agent** | SDK | `npm install shellward` — 3 lines to integrate |
|
|
@@ -330,6 +331,7 @@ ShellWard is built for teams that need runtime security for AI agents — whethe
|
|
|
330
331
|
| **LangChain** | SDK | LLM 应用开发框架 |
|
|
331
332
|
| **AutoGPT** | SDK | 自主 AI Agent |
|
|
332
333
|
| **OpenAI Agents** | SDK | GPT Agent 平台 |
|
|
334
|
+
| **Hermes Agent** | MCP 服务器 | Nous Research 自改进 Agent — 通过 MCP Integration 接入 |
|
|
333
335
|
| **Dify / Coze** | SDK | 低代码 AI 平台 |
|
|
334
336
|
| **任意 MCP 客户端** | MCP 服务器 | stdio JSON-RPC,零依赖 |
|
|
335
337
|
| **任意 AI Agent** | SDK | `npm install shellward`,3 行代码接入 |
|
|
@@ -400,6 +402,24 @@ guard.checkOutbound('send_email', {...}) // → { allowed: false } (读过敏
|
|
|
400
402
|
>
|
|
401
403
|
> 最新研究 ([arXiv:2603.08665](https://arxiv.org/abs/2603.08665)) 显示 GenAI 在 7 小时内发现 38 个真实漏洞 — AI 驱动的攻击正在规模化,防御必须内建到 Agent 层。
|
|
402
404
|
|
|
405
|
+
### 交流 · Community
|
|
406
|
+
|
|
407
|
+
微信公众号 **「AI不止语」**(微信搜索 `AI_BuZhiYu`)— 技术问答 · 项目更新 · 实战文章
|
|
408
|
+
|
|
409
|
+
| 渠道 | 加入方式 |
|
|
410
|
+
|------|---------|
|
|
411
|
+
| QQ 群 | [点击加入](https://qm.qq.com/q/EeNQA9xCxy)(群号 1071280067) |
|
|
412
|
+
| 微信群 | 关注公众号后回复「群」获取入群方式 |
|
|
413
|
+
|
|
414
|
+
### 姊妹项目
|
|
415
|
+
|
|
416
|
+
| 项目 | 说明 |
|
|
417
|
+
|------|------|
|
|
418
|
+
| [ai-coding-guide](https://github.com/jnMetaCode/ai-coding-guide) | AI 编程工具实战指南 — 66 个 Claude Code 技巧 + 9 款工具最佳实践 + 可复制配置模板 |
|
|
419
|
+
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) | 187 个专业角色,让 AI 变成安全工程师、DBA、产品经理等 |
|
|
420
|
+
| [agency-orchestrator](https://github.com/jnMetaCode/agency-orchestrator) | 多智能体编排引擎 — 用 YAML 编排 187 个角色协作,支持 DeepSeek/Claude/OpenAI/Ollama,零代码 |
|
|
421
|
+
| [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh) | AI 编程超能力 · 中文版 — 20 个 skills,让你的 AI 编程助手真正会干活 |
|
|
422
|
+
|
|
403
423
|
### 作者
|
|
404
424
|
|
|
405
425
|
[jnMetaCode](https://github.com/jnMetaCode) · Apache-2.0
|
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { setupSessionGuard } from './layers/session-guard.js';
|
|
|
18
18
|
import { registerAllCommands } from './commands/index.js';
|
|
19
19
|
import { checkForUpdate } from './update-check.js';
|
|
20
20
|
import { runAutoCheckOnStartup } from './auto-check.js';
|
|
21
|
-
const CURRENT_VERSION = '0.5.
|
|
21
|
+
const CURRENT_VERSION = '0.5.16';
|
|
22
22
|
// Re-export core engine for SDK usage
|
|
23
23
|
export { ShellWard } from './core/engine.js';
|
|
24
24
|
/**
|
package/dist/mcp-server.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shellward",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.16",
|
|
4
4
|
"mcpName": "io.github.jnMetaCode/shellward",
|
|
5
|
-
"description": "AI agent security & MCP security middleware — prompt injection detection, AI firewall, runtime guardrails & data-loss prevention for LLM tool calls. 8-layer defense against data exfiltration & dangerous commands. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents.",
|
|
5
|
+
"description": "AI agent security & MCP security middleware — prompt injection detection, AI firewall, runtime guardrails & data-loss prevention for LLM tool calls. 8-layer defense against data exfiltration & dangerous commands. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents, Hermes Agent.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"shellward",
|
|
8
8
|
"ai-security",
|
package/src/index.ts
CHANGED
|
@@ -20,7 +20,7 @@ import { registerAllCommands } from './commands/index.js'
|
|
|
20
20
|
import { checkForUpdate } from './update-check.js'
|
|
21
21
|
import { runAutoCheckOnStartup } from './auto-check.js'
|
|
22
22
|
|
|
23
|
-
const CURRENT_VERSION = '0.5.
|
|
23
|
+
const CURRENT_VERSION = '0.5.16'
|
|
24
24
|
|
|
25
25
|
// Re-export core engine for SDK usage
|
|
26
26
|
export { ShellWard } from './core/engine.js'
|