Skip to content

Commit 14c5641

Browse files
author
jovanSAPFIONEER
committed
docs: update SECURITY.md and README.md for v3.2.1 (supported versions, test counts, justification hardening)
1 parent fa35ba4 commit 14c5641

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ The AuthGuardian evaluates requests using:
441441

442442
| Factor | Weight | Description |
443443
|--------|--------|-------------|
444-
| Justification | 40% | Quality of business reason |
444+
| Justification | 40% | Quality of business reason (hardened against prompt injection) |
445445
| Trust Level | 30% | Agent's established trust |
446446
| Risk Assessment | 30% | Resource sensitivity + scope |
447447

@@ -530,10 +530,11 @@ python scripts/revoke_token.py --list-expired
530530
python scripts/revoke_token.py --cleanup
531531
```
532532

533-
**Test results (251 total):**
533+
**Test results (315 total):**
534534
- `test-standalone.ts` -- 79 passed (blackboard, auth, integration, persistence, parallelization, coding domain, quality gate)
535535
- `test-security.ts` -- 33 passed (tokens, sanitization, rate limiting, encryption, permissions, audit)
536536
- `test-adapters.ts` -- 139 passed (12 adapters: Custom, LangChain, AutoGen, CrewAI, MCP, LlamaIndex, Semantic Kernel, OpenAI Assistants, Haystack, DSPy, Agno + registry routing, integration, edge cases)
537+
- `test-priority.ts` -- 64 passed (priority-based preemption, conflict resolution, constructor overloads, backward compatibility)
537538

538539
## Audit Trail
539540

SECURITY.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
| Version | Supported |
66
|---------|-----------|
7-
| 3.1.x | Yes |
8-
| 3.0.x | Security fixes only |
7+
| 3.2.x | Yes (latest) |
8+
| 3.1.x | Security fixes only |
9+
| 3.0.x | No |
910
| < 3.0 | No |
1011

1112
## Reporting a Vulnerability
@@ -30,11 +31,13 @@ Network-AI includes built-in security features:
3031
- **Path traversal protection** in the Python blackboard (regex + resolved-path boundary checks)
3132
- **Input validation** on all 20+ public API entry points
3233
- **Secure audit logging** with tamper-resistant event trails
34+
- **Justification hardening** (v3.2.1) -- prompt-injection detection (16 patterns), keyword-stuffing defense, repetition/padding detection, structural coherence validation
3335

3436
## Security Scan Results
3537

3638
- **VirusTotal**: Benign (0/64 engines)
3739
- **OpenClaw Scanner**: Benign, HIGH CONFIDENCE
40+
- **ClawHub Scanner**: v3.2.1 -- justification bypass vulnerability resolved
3841
- **Snyk**: All High/Medium findings resolved in v3.0.3
3942

4043
## Disclosure Policy

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-17T13:41:42.467Z
2+
Last Updated: 2026-02-17T13:43:56.047Z
33

44
## Active Tasks
55
| TaskID | Agent | Status | Started | Description |
@@ -18,7 +18,7 @@ Last Updated: 2026-02-17T13:41:42.467Z
1818
"status": "complete"
1919
},
2020
"sourceAgent": "code_writer",
21-
"timestamp": "2026-02-17T13:41:42.457Z",
21+
"timestamp": "2026-02-17T13:43:56.031Z",
2222
"ttl": null
2323
}
2424

@@ -34,7 +34,7 @@ Last Updated: 2026-02-17T13:41:42.467Z
3434
"reviewer": "code_reviewer"
3535
},
3636
"sourceAgent": "code_reviewer",
37-
"timestamp": "2026-02-17T13:41:42.461Z",
37+
"timestamp": "2026-02-17T13:43:56.036Z",
3838
"ttl": null
3939
}
4040

@@ -49,7 +49,7 @@ Last Updated: 2026-02-17T13:41:42.467Z
4949
"duration": 3200
5050
},
5151
"sourceAgent": "test_runner",
52-
"timestamp": "2026-02-17T13:41:42.462Z",
52+
"timestamp": "2026-02-17T13:43:56.042Z",
5353
"ttl": null
5454
}
5555

@@ -60,7 +60,7 @@ Last Updated: 2026-02-17T13:41:42.467Z
6060
"replicas": 3
6161
},
6262
"sourceAgent": "devops_agent",
63-
"timestamp": "2026-02-17T13:41:42.467Z",
63+
"timestamp": "2026-02-17T13:43:56.047Z",
6464
"ttl": null
6565
}
6666

0 commit comments

Comments
 (0)