shellward 0.7.6 → 0.7.7

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.
@@ -284,8 +284,12 @@ section,.reg{padding:0 36px}
284
284
  .tbl .muted{color:var(--muted)}
285
285
  .tbl .faint{color:var(--faint);font-size:13px}
286
286
  .loc code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;
287
- background:#f1f5f9;color:#0f172a;padding:2px 7px;border-radius:5px;white-space:nowrap}
287
+ background:#f1f5f9;color:#0f172a;padding:2px 7px;border-radius:5px;
288
+ white-space:normal;word-break:break-all;overflow-wrap:anywhere}
288
289
  .alts th:first-child,.alts td:first-child{width:120px}
290
+ /* 发现表三列布局:位置≤40% 可换行、说明占主、严重度窄列不挤 */
291
+ table.tbl td.loc{width:34%;max-width:300px}
292
+ table.tbl td.right{width:64px}
289
293
 
290
294
  /* severity 标签 */
291
295
  .sev{display:inline-block;font-size:11.5px;font-weight:700;padding:2px 9px;border-radius:999px}
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shellward",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "mcpName": "io.github.jnMetaCode/shellward",
5
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": [
@@ -321,8 +321,12 @@ section,.reg{padding:0 36px}
321
321
  .tbl .muted{color:var(--muted)}
322
322
  .tbl .faint{color:var(--faint);font-size:13px}
323
323
  .loc code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;
324
- background:#f1f5f9;color:#0f172a;padding:2px 7px;border-radius:5px;white-space:nowrap}
324
+ background:#f1f5f9;color:#0f172a;padding:2px 7px;border-radius:5px;
325
+ white-space:normal;word-break:break-all;overflow-wrap:anywhere}
325
326
  .alts th:first-child,.alts td:first-child{width:120px}
327
+ /* 发现表三列布局:位置≤40% 可换行、说明占主、严重度窄列不挤 */
328
+ table.tbl td.loc{width:34%;max-width:300px}
329
+ table.tbl td.right{width:64px}
326
330
 
327
331
  /* severity 标签 */
328
332
  .sev{display:inline-block;font-size:11.5px;font-weight:700;padding:2px 9px;border-radius:999px}
Binary file