Skip to content

Commit 1342996

Browse files
author
jovanSAPFIONEER
committed
v3.2.5: re-publish to unstick ClawHub scanner
1 parent 93ddb25 commit 1342996

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to Network-AI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.5] - 2026-02-18
9+
10+
### Fixed
11+
- **Re-publish to unblock ClawHub security scan** -- v3.2.4 scan was stuck pending for 18+ hours (skill hidden); fresh publish triggers new scan pipeline
12+
813
## [3.2.4] - 2026-02-18
914

1015
### Fixed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Network-AI includes built-in security features:
3737

3838
- **VirusTotal**: Benign (0/64 engines)
3939
- **OpenClaw Scanner**: Benign, HIGH CONFIDENCE
40-
- **ClawHub Scanner**: v3.2.4 -- justification bypass vulnerability resolved
40+
- **ClawHub Scanner**: v3.2.5 -- justification bypass vulnerability resolved
4141
- **Snyk**: All High/Medium findings resolved in v3.0.3
4242

4343
## Disclosure Policy

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "network-ai",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "AI agent orchestration framework for TypeScript/Node.js - plug-and-play multi-agent coordination with 12 frameworks (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw). Built-in security, swarm intelligence, and agentic workflow patterns.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

swarm-blackboard.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Swarm Blackboard
2-
Last Updated: 2026-02-18T16:19:24.535Z
2+
Last Updated: 2026-02-18T17:12:27.519Z
33

44
## Active Tasks
55
| TaskID | Agent | Status | Started | Description |
@@ -18,7 +18,7 @@ Last Updated: 2026-02-18T16:19:24.535Z
1818
"status": "complete"
1919
},
2020
"sourceAgent": "code_writer",
21-
"timestamp": "2026-02-18T16:19:24.525Z",
21+
"timestamp": "2026-02-18T17:12:27.502Z",
2222
"ttl": null
2323
}
2424

@@ -34,7 +34,7 @@ Last Updated: 2026-02-18T16:19:24.535Z
3434
"reviewer": "code_reviewer"
3535
},
3636
"sourceAgent": "code_reviewer",
37-
"timestamp": "2026-02-18T16:19:24.530Z",
37+
"timestamp": "2026-02-18T17:12:27.508Z",
3838
"ttl": null
3939
}
4040

@@ -49,7 +49,7 @@ Last Updated: 2026-02-18T16:19:24.535Z
4949
"duration": 3200
5050
},
5151
"sourceAgent": "test_runner",
52-
"timestamp": "2026-02-18T16:19:24.531Z",
52+
"timestamp": "2026-02-18T17:12:27.514Z",
5353
"ttl": null
5454
}
5555

@@ -60,7 +60,7 @@ Last Updated: 2026-02-18T16:19:24.535Z
6060
"replicas": 3
6161
},
6262
"sourceAgent": "devops_agent",
63-
"timestamp": "2026-02-18T16:19:24.535Z",
63+
"timestamp": "2026-02-18T17:12:27.519Z",
6464
"ttl": null
6565
}
6666

0 commit comments

Comments
 (0)