Skip to content

Jovancoding/Network-AI

v5.9.0 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 2d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

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

Fixed denial count calculation by reading explicit permission_denied events and updated SKILL.md description.

Changes in this release

Bugfix Medium

`audit_summary` in `scripts/check_permission.py` now reads denial counts from explicit `permission_denied` events instead of inferring them.

`audit_summary` in `scripts/check_permission.py` now reads denial counts from explicit `permission_denied` events instead of inferring them.

Source: llm_adapter@2026-06-01

Confidence: high

Bugfix Low

Updated ASI01 finding description in `SKILL.md` to reflect direct scope guard response for simple requests.

Updated ASI01 finding description in `SKILL.md` to reflect direct scope guard response for simple requests.

Source: llm_adapter@2026-06-01

Confidence: high

Full changelog

What's Changed

Fixed

  • SkillSpector Intent-Code Divergence (88%) — audit_summary in scripts/check_permission.py: Denial counts were inferred as total_requests - total_grants instead of being read from explicit permission_denied audit log entries. The AuthGuardian engine already logs a permission_denied event for every rejected request — the script simply ignored them. Denial counts now accumulated directly from action == "permission_denied" entries, per-agent and per-resource. JSON output now includes "denial_source": "explicit_permission_denied_events" for auditability. Docstring updated to match real behavior.
  • SKILL.md ASI01 finding description: Updated to reflect that the scope guard now responds directly for simple requests instead of always decomposing.

Full Changelog: https://github.com/Jovancoding/Network-AI/compare/v5.8.9...v5.9.0

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]