claude-code - 💡(How to fix) Fix [FEATURE] Feature request: policy-driven permission mode for Pro/Max (safety gap) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46315Fetched 2026-04-11 06:23:31
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2

Error Message

yourselves warn against. The tier split inverts the expected safety ordering: Enterprise customers get safer

Root Cause

This is not hypothetical. One individual power user running --dangerously-skip-permissions because the
alternative was untenable, and then leaking credentials, corrupting work, or triggering unintended external side effects, is a predictable outcome of the current design. It is exactly the category of incident that
becomes a blog post, a Hacker News thread, or a press article, and the story writes itself: Anthropic gated the safe mode behind enterprise pricing, so users flipped the dangerous switch.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Subject: Permission-mode tier gating on Pro/Max creates a safety regression and regulatory exposure

This is product feedback, not a bug or a support request. I'm a Max-tier individual customer using Claude
Code for real work at roughly $200 a month, and I want to raise a problem with how permission modes are
segmented between Pro/Max and Enterprise that I don't think the current tier design is pricing in correctly.

Individual Pro/Max users effectively have three permission states: default (prompt on every tool use),
acceptEdits (auto-approve edits only), and bypassPermissions / --dangerously-skip-permissions (run everything without checking). The middle ground, meaning configurable auto-approve with policy-driven
defaults and granular allow/deny controls, exists in the Enterprise configuration surface but is not exposed to paying individual customers.

This forces high-usage power users to pick between constant interruption that breaks flow on every tool
call, or bypass mode, which is explicitly the least safe state the tool supports and which Anthropic's own warnings flag as dangerous. There is no middle state available for individual paying users, despite the
middle state being exactly what an experienced power user wants.

This is a safety regression, not just a feature gap. Anthropic's public brand is safety-focused AI. Gating
the intermediate safety configurations pushes individual high-frustration users toward the bypass mode you yourselves warn against. The tier split inverts the expected safety ordering: Enterprise customers get safer defaults while individual paying customers are pushed toward the most permissive and least-audited mode.

This is not hypothetical. One individual power user running --dangerously-skip-permissions because the
alternative was untenable, and then leaking credentials, corrupting work, or triggering unintended external side effects, is a predictable outcome of the current design. It is exactly the category of incident that
becomes a blog post, a Hacker News thread, or a press article, and the story writes itself: Anthropic gated the safe mode behind enterprise pricing, so users flipped the dangerous switch.

On the regulatory side, the political environment around AI is not distant or abstract. The EU AI Act is in force. California has passed and is passing AI-specific consumer protection legislation. FTC is scrutinizing AI consumer practices. The pattern of safety-adjacent features gated behind enterprise tiers while
individual consumers receive a worse and riskier product maps directly onto the arguments currently driving AI legislation: arguments about models trained on broad public and creative output being captured behind paywalls that disproportionately benefit corporate customers.

Anthropic operates under an implicit political license that depends on being seen as a company that treats
individual users seriously rather than as a revenue afterthought next to the enterprise motion. That license is a real asset. It erodes in small increments product teams do not always measure, and the permission-mode tier split is one of those increments. It is a small, visible data point that works against the brand position the company is trying to defend.

Pricing segmentation between consumer and enterprise tiers is standard SaaS practice and I am not arguing
against it in general. The specific issue is that safety-adjacent configuration should not be on the enterprise-only side of the line, even when other features legitimately are. Pricing segmentation is normal. Safety segmentation creates direct brand and regulatory risk that ordinary feature gating does not.

What I am actually asking for: configurable allow and deny lists for tool use on Pro and Max tiers; a
policy-driven intermediate permission mode between acceptEdits and bypassPermissions, effectively a settings file that specifies which tool calls auto-run, which require approval, and which are forbidden, without
requiring an enterprise contract; and explicit acknowledgement that safety-adjacent configuration is not a standard feature-gating candidate, even when other enterprise capabilities legitimately are.

Please do not treat this as a support ticket or route it to sales. The specific product ask is secondary.
The primary point is that the current design creates a measurable safety and regulatory exposure that the individual feature decision does not reflect, and the fix is small compared to the downside it prevents.

Dan Max-tier customer

Proposed Solution

What I am actually asking for: configurable allow and deny lists for tool use on Pro and Max tiers; a
policy-driven intermediate permission mode between acceptEdits and bypassPermissions, effectively a settings file that specifies which tool calls auto-run, which require approval, and which are forbidden, without
requiring an enterprise contract; and explicit acknowledgement that safety-adjacent configuration is not a standard feature-gating candidate, even when other enterprise capabilities legitimately are.

Alternative Solutions

No response

Priority

High - Significant impact on productivity

Feature Category

Developer tools/SDK

Use Case Example

I am working on a project to 4 projects concurrently I do not want to hit approve every 30 seconds to a minute and have to hop between windows to do it. The only option available is to disable permissions.

Additional Context

No response

extent analysis

TL;DR

Implementing a policy-driven intermediate permission mode for Pro and Max tiers can mitigate the safety regression and regulatory exposure caused by the current tier gating.

Guidance

  • Introduce configurable allow and deny lists for tool use on Pro and Max tiers to provide a middle ground between the current permission states.
  • Develop a settings file that specifies which tool calls auto-run, which require approval, and which are forbidden, without requiring an enterprise contract.
  • Consider the safety and regulatory implications of feature gating and prioritize safety-adjacent configuration for individual users.
  • Evaluate the potential impact of the current design on the company's brand and regulatory license.

Example

A possible implementation could involve creating a JSON settings file that defines the permission rules for each tool, such as:

{
  "tools": {
    "tool1": "auto-run",
    "tool2": "require-approval",
    "tool3": "forbidden"
  }
}

This would allow individual users to customize their permission settings without having to resort to the bypass mode.

Notes

The proposed solution requires careful consideration of the trade-offs between safety, productivity, and revenue goals. It is essential to weigh the potential benefits of introducing a policy-driven intermediate permission mode against the potential costs and complexities of implementation.

Recommendation

Apply a workaround by implementing the proposed intermediate permission mode for Pro and Max tiers, as this can help mitigate the safety regression and regulatory exposure caused by the current tier gating. This approach acknowledges the importance of safety-adjacent configuration for individual users and can help maintain the company's brand and regulatory license.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING