Skip to content

Commit 10e59e7

Browse files
docs: update stats and git insights
- Update test count from 1,143 to 1,157 - Update LOC from ~11,400 to ~25,900 - Refresh git-insights with recent v0.4.0 commits - Add MCP Proxy Guard and OpenTelemetry to security additions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3f02298 commit 10e59e7

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CLAUDE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- V0.3.0: Filesystem validation, network egress control, honeypot deception, framework vaccination
1717
- V0.4.0: Circuit breaker, cost tracking, retry policies, OpenTelemetry observability, capability gating
1818

19-
**Stats:** ~11,400 lines of code | 1143 tests | 79%+ coverage (enforced in CI)
19+
**Stats:** ~25,900 lines of code | 1157 tests | 79%+ coverage (enforced in CI)
2020
**Version:** 0.4.0 "Enterprise"
2121

2222
<!-- END AUTO-MANAGED -->
@@ -167,11 +167,12 @@ src/agent_airlock/
167167
## Git Insights
168168

169169
Recent commits:
170+
- `3f02298` fix: resolve additional mypy errors (jwt, langchain)
171+
- `d754b28` fix: resolve all mypy type errors for CI
172+
- `c253dd5` fix: resolve all ruff lint errors for CI
173+
- `1c47174` fix: resolve CI failures - bandit security warnings and import sorting
174+
- `8a3939e` feat: v0.4.0 "Enterprise" - Production-ready security platform
170175
- `4b5fe16` feat: v0.2.0 - Security hardening and production roadmap
171-
- `2630882` fix: skip cloudpickle tests when not installed
172-
- `489b8d4` fix: resolve all ruff lint and format errors for CI
173-
- `f138bb5` feat: v0.1.5 - Production-ready release with streaming, context, and 99% coverage
174-
- `f859cfa` chore: bump version to 0.1.3
175176

176177
Key security additions:
177178
- `sandbox_required=True` parameter prevents unsafe local execution fallback
@@ -180,6 +181,8 @@ Key security additions:
180181
- Network egress control via socket monkeypatch with thread-local storage
181182
- Capability gating with `@requires(Capability.*)` decorator
182183
- Circuit breaker for fault tolerance
184+
- MCP Proxy Guard for token passthrough prevention
185+
- OpenTelemetry observability integration
183186

184187
<!-- END AUTO-MANAGED -->
185188

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,9 @@ Agent-Airlock mitigates the [OWASP Top 10 for LLMs (2025)](https://owasp.org/www
608608

609609
| Metric | Value |
610610
|--------|-------|
611-
| **Tests** | 1,143 passing |
612-
| **Coverage** | 80% (enforced in CI) |
613-
| **Lines of Code** | ~11,400 |
611+
| **Tests** | 1,157 passing |
612+
| **Coverage** | 79%+ (enforced in CI) |
613+
| **Lines of Code** | ~25,900 |
614614
| **Validation overhead** | <50ms |
615615
| **Sandbox cold start** | ~125ms |
616616
| **Sandbox warm pool** | <200ms |

0 commit comments

Comments
 (0)