This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+14 more
Affected surfaces
Summary
AI summaryConsole 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
--pipemode (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/spawnremain gated by theAgentRuntimeSandboxPolicy, and--auto-approveis required to permit approval-gated operations in pipe mode.
Changed
- Socket.dev supply-chain triage for the dual build. Added a
gptSecuritytriage 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), plusdist/esm/…triage mirrors (11networkAccess, 2shellAccess) for the ESM output introduced by the dual CJS+ESM build. The flagged capabilities — BYOC adapterfetchandAgentRuntimechild_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
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`.
Related context
Beta — feedback welcome: [email protected]