Security public beta rollout guide
The April 30, 2026 launch opens Claude Security in public beta to Claude Enterprise customers. This skill turns the post's product description into a rollout playbook.
Instructions
1. Confirm eligibility and entry point
Per the post:
- Public beta is available to Claude Enterprise customers today.
- Access for Claude Team and Max customers is coming soon — do not assume those tiers are eligible yet.
- The product is reached from the Claude.ai sidebar or at
claude.ai/security.
- No API integration or custom agent build is required — if your organization uses Claude, you can start scanning today.
- Admins enable Claude Security in the admin console (the post directs admins to a Getting Started Guide).
2. Choose your adoption path
The post explicitly offers three paths. Pick the one that matches how your security team already operates rather than mixing them upfront.
- Direct in Claude Security — fastest start, no partner dependencies. Best when the team wants to drive scans themselves from
claude.ai/security.
- Embedded in a partner platform — Opus 4.7 is being integrated into CrowdStrike, Microsoft Security, Palo Alto Networks, SentinelOne, Trend.ai, and Wiz. Best when the team already lives in one of these consoles.
- With a services partner — Accenture, BCG, Deloitte, Infosys, and PwC are deploying Claude-integrated security solutions for vulnerability management, secure code review, and incident response. Best when you want a guided rollout.
The full named-partner list and the post's framing of "whichever path fits how they already operate" is in references/features-and-partners-from-post.md.
3. Scope the scan deliberately
The post highlights three scoping levers:
- Repository — pick which repos to bring under coverage first.
- Directory — added since the limited preview; useful when repos are large or multi-team.
- Branch — useful for pre-merge validation on long-lived branches.
Decide scope before scheduling. Concrete starter patterns are in examples/scan-and-triage-workflows.md.
4. Schedule, do not run one-off audits
The post explicitly captures this lesson from the limited preview:
"Teams want ongoing coverage, not one-off audits. We've added the option to schedule scans, so teams can set a regular cadence around reviewing and acting on findings."
Pick a cadence that matches the team's review capacity (weekly vs daily) and the repo's change rate. Avoid scheduling more scans than the team can act on — the post pairs scheduling with "reviewing and acting on findings."
5. Pipe findings into the tools the team already uses
Since the limited preview, Claude Security has added:
- CSV / Markdown export — for tracking and audit systems.
- Webhooks to Slack, Jira, or other tools — for inline notifications and ticket creation.
- Dismiss with documented reason — so future reviewers can trust prior triage decisions.
Wire these up before the first major scan. Findings sitting in a UI no one watches is the failure mode this checklist exists to prevent.
6. Read findings the way the post describes them
Each Claude Security finding includes:
- A confidence rating that the vulnerability is real.
- A severity assessment.
- The likely impact.
- Reproduction steps.
- Targeted patch instructions, openable in Claude Code on the Web to work through the fix in context.
When triaging:
- Sort by confidence × severity. The post stresses that "high-confidence findings are what really accelerate security work."
- Use Claude Code on the Web for the patch flow — the post positions this as the bridge from finding to applied fix.
- Track "time from scan to fix" as your headline metric. The post calls it out by name: "Time from scan to fix is the metric that matters."
7. Plan around Opus 4.7 cyber safeguards
The post's footnote states that Claude Opus 4.7 ships with new cyber safeguards that automatically detect and block requests suggestive of prohibited or high-risk cybersecurity uses. If your team's legitimate work might trigger these safeguards, the post points to the Cyber Verification Program as the path to keep frontier capabilities accessible while keeping them out of the wrong hands.
Examples
Example A: First scan on a single high-risk repository
- Enable Claude Security from the admin console.
- Open the Claude.ai sidebar (or
claude.ai/security) and select the repository.
- Scope to the most security-sensitive directory or branch.
- Run the scan once manually and triage findings end-to-end before scheduling a cadence.
- Wire the webhook to Slack so security reviewers see new findings in their existing channel.
Example B: Rolling out across a multi-team monorepo
- Use the directory-scoped scans the post describes to give each team its own cadence.
- Schedule weekly scans per directory.
- Configure CSV export into the team's audit system.
- Use dismiss-with-documented-reason from the start so a shared triage history exists across teams.
- Use Claude Code on the Web to take findings directly into PRs.
Example C: Adoption through a partner platform
- Confirm whether your security team already lives inside CrowdStrike, Microsoft Security, Palo Alto Networks, SentinelOne, Trend.ai, or Wiz.
- Coordinate with the partner to enable Opus 4.7 capabilities in that platform.
- Use the partner platform's existing routing into vulnerability management.
- Compare results against a small direct-Claude-Security pilot to calibrate confidence ratings.
Example D: Services-partner-led deployment
- Engage one of the named services partners — Accenture, BCG, Deloitte, Infosys, or PwC.
- Define which programs are in scope: vulnerability management, secure code review, or incident response (the three areas the post calls out).
- Use the rollout to standardize triage workflows, dismiss reasons, and webhook routing across teams that previously each had their own setup.
Source
Claude Security is now in public beta — Anthropic, April 30, 2026: https://claude.com/blog/claude-security-public-beta
1---2name: security-public-beta-rollout-guide3description: Plan and run a Claude Security public-beta rollout for a Claude Enterprise organization — choose the access path (direct, partner platform, or services partner), scope scans by repository / directory / branch, schedule recurring runs, route findings into Slack/Jira/audit systems, and use the dismiss-with-reason and confidence-rating workflow to triage results, all anchored in the April 30, 2026 launch post.4---56# Security public beta rollout guide78The April 30, 2026 launch opens Claude Security in public beta to Claude Enterprise customers. This skill turns the post's product description into a rollout playbook.910## Instructions1112### 1. Confirm eligibility and entry point1314Per the post:1516- Public beta is available to **Claude Enterprise customers** today.17- Access for **Claude Team and Max customers is coming soon** — do not assume those tiers are eligible yet.18- The product is reached from the Claude.ai sidebar or at `claude.ai/security`.19- **No API integration or custom agent build is required** — if your organization uses Claude, you can start scanning today.20- Admins enable Claude Security in the admin console (the post directs admins to a Getting Started Guide).2122### 2. Choose your adoption path2324The post explicitly offers three paths. Pick the one that matches how your security team already operates rather than mixing them upfront.2526- **Direct in Claude Security** — fastest start, no partner dependencies. Best when the team wants to drive scans themselves from `claude.ai/security`.27- **Embedded in a partner platform** — Opus 4.7 is being integrated into CrowdStrike, Microsoft Security, Palo Alto Networks, SentinelOne, Trend.ai, and Wiz. Best when the team already lives in one of these consoles.28- **With a services partner** — Accenture, BCG, Deloitte, Infosys, and PwC are deploying Claude-integrated security solutions for vulnerability management, secure code review, and incident response. Best when you want a guided rollout.2930The full named-partner list and the post's framing of "whichever path fits how they already operate" is in [references/features-and-partners-from-post.md](./references/features-and-partners-from-post.md).3132### 3. Scope the scan deliberately3334The post highlights three scoping levers:3536- **Repository** — pick which repos to bring under coverage first.37- **Directory** — added since the limited preview; useful when repos are large or multi-team.38- **Branch** — useful for pre-merge validation on long-lived branches.3940Decide scope before scheduling. Concrete starter patterns are in [examples/scan-and-triage-workflows.md](./examples/scan-and-triage-workflows.md).4142### 4. Schedule, do not run one-off audits4344The post explicitly captures this lesson from the limited preview:4546> "Teams want ongoing coverage, not one-off audits. We've added the option to schedule scans, so teams can set a regular cadence around reviewing and acting on findings."4748Pick a cadence that matches the team's review capacity (weekly vs daily) and the repo's change rate. Avoid scheduling more scans than the team can act on — the post pairs scheduling with "reviewing and acting on findings."4950### 5. Pipe findings into the tools the team already uses5152Since the limited preview, Claude Security has added:5354- **CSV / Markdown export** — for tracking and audit systems.55- **Webhooks to Slack, Jira, or other tools** — for inline notifications and ticket creation.56- **Dismiss with documented reason** — so future reviewers can trust prior triage decisions.5758Wire these up before the first major scan. Findings sitting in a UI no one watches is the failure mode this checklist exists to prevent.5960### 6. Read findings the way the post describes them6162Each Claude Security finding includes:6364- A **confidence rating** that the vulnerability is real.65- A **severity** assessment.66- The **likely impact**.67- **Reproduction steps**.68- **Targeted patch instructions**, openable in **Claude Code on the Web** to work through the fix in context.6970When triaging:7172- Sort by confidence × severity. The post stresses that "high-confidence findings are what really accelerate security work."73- Use Claude Code on the Web for the patch flow — the post positions this as the bridge from finding to applied fix.74- Track "time from scan to fix" as your headline metric. The post calls it out by name: "Time from scan to fix is the metric that matters."7576### 7. Plan around Opus 4.7 cyber safeguards7778The post's footnote states that Claude Opus 4.7 ships with new cyber safeguards that automatically detect and block requests suggestive of prohibited or high-risk cybersecurity uses. If your team's legitimate work might trigger these safeguards, the post points to the **Cyber Verification Program** as the path to keep frontier capabilities accessible while keeping them out of the wrong hands.7980## Examples8182### Example A: First scan on a single high-risk repository83841. Enable Claude Security from the admin console.852. Open the Claude.ai sidebar (or `claude.ai/security`) and select the repository.863. Scope to the most security-sensitive directory or branch.874. Run the scan once manually and triage findings end-to-end before scheduling a cadence.885. Wire the webhook to Slack so security reviewers see new findings in their existing channel.8990### Example B: Rolling out across a multi-team monorepo91921. Use the directory-scoped scans the post describes to give each team its own cadence.932. Schedule weekly scans per directory.943. Configure CSV export into the team's audit system.954. Use dismiss-with-documented-reason from the start so a shared triage history exists across teams.965. Use Claude Code on the Web to take findings directly into PRs.9798### Example C: Adoption through a partner platform991001. Confirm whether your security team already lives inside CrowdStrike, Microsoft Security, Palo Alto Networks, SentinelOne, Trend.ai, or Wiz.1012. Coordinate with the partner to enable Opus 4.7 capabilities in that platform.1023. Use the partner platform's existing routing into vulnerability management.1034. Compare results against a small direct-Claude-Security pilot to calibrate confidence ratings.104105### Example D: Services-partner-led deployment1061071. Engage one of the named services partners — Accenture, BCG, Deloitte, Infosys, or PwC.1082. Define which programs are in scope: vulnerability management, secure code review, or incident response (the three areas the post calls out).1093. Use the rollout to standardize triage workflows, dismiss reasons, and webhook routing across teams that previously each had their own setup.110111## Source112113Claude Security is now in public beta — Anthropic, April 30, 2026: <https://claude.com/blog/claude-security-public-beta>