This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryFixed denial count calculation by reading explicit permission_denied events and updated SKILL.md description.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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_summaryinscripts/check_permission.py: Denial counts were inferred astotal_requests - total_grantsinstead of being read from explicitpermission_deniedaudit log entries. The AuthGuardian engine already logs apermission_deniedevent for every rejected request — the script simply ignored them. Denial counts now accumulated directly fromaction == "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.mdASI01 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
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]