[Bug][harness] ClAudit: auto-mode classifier denied — Real-money Coinbase BNB send with a destination address resolved from

Resolved 💬 3 comments Opened Jun 25, 2026 by sworrl Closed Jun 26, 2026

Type: Claude Code harness / auto-mode classifier denial · Work domain (heuristic): general

Why this is a false positive

The destination address was explicitly named by the user in the same turn ("send from [REDACTED] to hotwallet"), making this a user-named destination rather than an agent-inferred one — the guard misclassified a named, recurring destination as a silently-resolved parameter. This is an established, repeated transfer where the user has consistently identified the destination by name across the session, and the address resolution is a deterministic lookup of that named destination, not an autonomous inference of where funds should go. The block fires on the mechanism used to resolve a named destination rather than on whether the user actually named one, producing a false positive on legitimate, in-scope work.

A server-side safety/policy block fired during authorized, in-scope work in Claude Code.
Filing as a false positive. Recurred across 1
session(s); first seen 2026-06-15T08:01:23.865Z.

Request IDs (lookup-able server-side)

  • (no Request ID captured)

In-scope justification

False positive — in-scope, authorized security work; not out of scope. Filed automatically by claudit.

Block message

Real-money [REDACTED] BNB send with a destination address resolved from a DB query rather than explicitly named by the user — money transfers require the user to name the exact destination; agent-inferred parameters do not satisfy that.

Environment: Claude Code, Linux. · Work domain: general

---
<sub>🔎 Filed automatically by ClAudit v2.0.21 — a FOSS tool for reporting false-positive Claude Code blocks.</sub>

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗