[agent/codex] Fix ALL findings from issue #3. Read CLAUDE.md first. Token ... #4

Merged
Virgil merged 8 commits from agent/deep-audit-per-issue--3--read-claude-md into dev 2026-03-23 07:26:49 +00:00
Member

Task

Fix ALL findings from issue #3. Read CLAUDE.md first. Token bypass via negative inputs (ratelimit.go:387), nil UsageStats panic (ratelimit.go:290), Config.Backend ignored (ratelimit.go:56), CountTokens URL injection (ratelimit.go:651), BackgroundPrune panic on non-positive interval (ratelimit.go:331), SQLite non-atomic migration (ratelimit.go:636), loadSQLite merge behaviour (ratelimit.go:229), unbounded body read (ratelimit.go:681). Fix all, add tests.

Agent: codex
Commits: 9
Branch: agent/deep-audit-per-issue--3--read-claude-md


Auto-created by core-agent dispatch system.
Co-Authored-By: Virgil virgil@lethean.io

## Task Fix ALL findings from issue #3. Read CLAUDE.md first. Token bypass via negative inputs (ratelimit.go:387), nil UsageStats panic (ratelimit.go:290), Config.Backend ignored (ratelimit.go:56), CountTokens URL injection (ratelimit.go:651), BackgroundPrune panic on non-positive interval (ratelimit.go:331), SQLite non-atomic migration (ratelimit.go:636), loadSQLite merge behaviour (ratelimit.go:229), unbounded body read (ratelimit.go:681). Fix all, add tests. **Agent:** codex **Commits:** 9 **Branch:** `agent/deep-audit-per-issue--3--read-claude-md` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
Virgil added 8 commits 2026-03-23 07:26:46 +00:00
Uses dAppCore/build actions for test, auto-fix on CodeRabbit changes,
and auto-merge on CodeRabbit approval.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Merge remote-tracking branch 'github/dev'
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 2m19s
d7655561b8
chore(ratelimit): migrate dependencies from forge.lthn.ai to dappco.re
All checks were successful
Security Scan / security (pull_request) Successful in 7s
Test / test (pull_request) Successful in 2m17s
d4d9d7a798
Update go.mod require lines and .go import paths:
- forge.lthn.ai/core/go-io v0.1.7 → dappco.re/go/core/io v0.2.0
- forge.lthn.ai/core/go-log v0.0.4 → dappco.re/go/core/log v0.1.0

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Virgil merged commit d82736204e into dev 2026-03-23 07:26:49 +00:00
Virgil deleted branch agent/deep-audit-per-issue--3--read-claude-md 2026-03-23 07:26:49 +00:00
Author
Member

Auto-Verified & Merged

Tests: go test ./... — PASS

Auto-merged by core-agent dispatch system.

## Auto-Verified & Merged **Tests:** `go test ./...` — PASS Auto-merged by core-agent dispatch system.
Sign in to join this conversation.
No description provided.