zeroclaw/src/security
DeadManAI 4fca1abee8 fix: resolve all clippy warnings, formatting, and Mistral endpoint
- Fix Mistral provider base URL (missing /v1 prefix caused 404s)
- Resolve 55 clippy warnings across 28 warning types
- Apply cargo fmt to 44 formatting violations
- Remove unused imports (process_message, MultiObserver, VerboseObserver,
  ChatResponse, ToolCall, Path, TempDir)
- Replace format!+push_str with write! macro
- Fix unchecked Duration subtraction, redundant closures, clamp patterns
- Declare missing feature flags (sandbox-landlock, sandbox-bubblewrap,
  browser-native) in Cargo.toml
- Derive Default where manual impls were redundant
- Add separators to long numeric literals (115200 → 115_200)
- Restructure unreachable code in arduino_flash platform branches

All 1,500 tests pass. Zero clippy warnings. Clean formatting.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 20:00:08 +08:00
..
audit.rs chore(clippy): clear warning backlog and harden conversions (#383) 2026-02-17 00:32:33 +08:00
bubblewrap.rs fix(security): remediate unassigned CodeQL findings 2026-02-17 19:19:06 +08:00
detect.rs fix(channels): execute tool calls in channel runtime (#302) 2026-02-16 05:07:01 -05:00
docker.rs fix(channels): execute tool calls in channel runtime (#302) 2026-02-16 05:07:01 -05:00
firejail.rs fix(channels): execute tool calls in channel runtime (#302) 2026-02-16 05:07:01 -05:00
landlock.rs fix(channels): execute tool calls in channel runtime (#302) 2026-02-16 05:07:01 -05:00
mod.rs test: deepen and complete project-wide test coverage (#297) 2026-02-16 05:58:24 -05:00
pairing.rs fix: resolve all clippy warnings, formatting, and Mistral endpoint 2026-02-17 20:00:08 +08:00
policy.rs docs(security): document single-ampersand blocking in command policy 2026-02-16 23:06:27 -05:00
secrets.rs Merge pull request #68 from fettpl/fix/key-generation-csprng 2026-02-14 21:41:43 -05:00
traits.rs fix(channels): execute tool calls in channel runtime (#302) 2026-02-16 05:07:01 -05:00