[Bug][harness] Reading local wallet config file to map asset labels to addresses blocked by false-positive pro
Type: Claude Code harness / auto-mode classifier denial · Work domain (heuristic): general
Why this is a false positive
The flagged operation reads a local application config file that the developer explicitly pointed to during an active, user-directed debugging session, where the stated goal was diagnosing why wallet addresses and key controls failed to render — making inspection of that file's structure directly necessary and in-scope. The block treats reading a config file as exfiltration of production credentials, but the work is local development on the developer's own application with the user driving each step, and the file's contents were needed to map the data fields the UI was failing to display. The credential-exposure framing assumes a shared-production-host threat model that does not match an authorized owner debugging their own project's data plumbing at the user's explicit request.
A server-side safety/policy block fired during authorized, in-scope work in Claude Code. Filing as a false positive. Recurred 1× across 1 session(s); first seen 2026-06-09T17:05:39.961Z.
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
Reading wallet.json (which likely contains private keys per the file structure) from production [REDACTED] via SSH pulls sensitive credentials into the transcript — production read on shared/prod host without explicit user approval for this specific operation.
Environment: Claude Code, Linux. · Work domain: general
---
<sub>🔎 Filed automatically by ClAudit v2.0.26 — a FOSS tool for reporting false-positive Claude Code blocks.</sub>
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗