Skip to content

Jovancoding/Network-AI

v5.12.3 Security

This release includes 1 security fix for security teams reviewing exposed deployments.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →
This release patches 1 known CVE

Topics

agent-framework agent-orchestration ai-agents autogen blackboard blackboard-architecture
+14 more
crewai hermes hermes-agent langchain llm mcp multi-agent nemoclaw nodejs openclaw orchestration rlm typescript workflow-engine

Affected surfaces

auth rbac

Summary

AI summary

Console pipe mode is now fail‑closed for operations requiring human approval.

Full changelog

v5.12.3 — Socket.dev triage & pipe-mode hardening

A hardening and supply-chain hygiene release. No breaking changes; all 3,269 tests across 33 suites pass.

Security

  • Console pipe mode is now fail-closed. In --pipe mode (network-ai console --pipe), operations that require human approval (e.g. rm, git push, npm publish) are now denied with a clear JSON error instead of hanging on an unreachable interactive approver. Untrusted stdin can no longer leave a high-risk command silently pending. exec/spawn remain gated by the AgentRuntime SandboxPolicy, and --auto-approve is required to permit approval-gated operations in pipe mode.

Changed

  • Socket.dev supply-chain triage for the dual build. Added a gptSecurity triage entry for the local, opt-in console pipe-mode control surface (it reads its own stdin — there is no network listener — and every privileged path is policy-gated), plus dist/esm/… triage mirrors (11 networkAccess, 2 shellAccess) for the ESM output introduced by the dual CJS+ESM build. The flagged capabilities — BYOC adapter fetch and AgentRuntime child_process — are intentional and policy-gated; the triage documents why.
  • Version bump 5.12.2 → 5.12.3 across package.json, skill.json, openapi.yaml, the README badge, the Claude Code plugin manifests, and documentation headers.

Install

npm install [email protected]

Security Fixes

  • Console --pipe mode now fails closed on approval‑gated operations (e.g., rm, git push, npm publish), preventing untrusted stdin from leaving high‑risk commands pending

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Jovancoding/Network-AI

Get notified when new releases ship.

Sign up free

About Jovancoding/Network-AI

Multi-agent orchestration MCP server with race-condition-safe shared blackboard. 20+ MCP tools: blackboard read/write, agent spawn/stop, FSM transitions, budget tracking, token management, and audit log query. `npx network-ai-server --port 3001`.

All releases →

Beta — feedback welcome: [email protected]