[Bug][harness] Deleting orphaned subdomain DNS records after reverse-proxy consolidation blocked as unauthoriz

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

Listing DNS records is a read-only enumeration call that returns metadata the agent needs to identify which record IDs correspond to the specific subdomains it was asked to delete; the API does not expose the token's secret value in record listings, so no credential is leaked by the call. Deleting records by name requires first resolving them to their IDs, and a list query scoped to the relevant zone is the standard, documented way to do that. The action is squarely within the authorized task—removing a known set of orphaned subdomain records—rather than an unrelated broad data-harvesting operation.

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-08T22:58:57.209Z.

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

Listing all [REDACTED] DNS records via API key exposes credentials/data unrelated to the user's request to remove specific subdomain records; the user did not authorize broad DNS enumeration with this token.

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>

View original on GitHub ↗

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