C
ChaoBro

Anthropic Opens Claude Security API + Claude Code Cloud Kanban — AI Programming Security Enters the Automation Era

Anthropic Opens Claude Security API + Claude Code Cloud Kanban — AI Programming Security Enters the Automation Era

Core Conclusion

Anthropic completed two important updates this week: opening the Claude Security API to a wider public, and adding task classification and kanban mode to Claude Code cloud version. These updates signal that Anthropic is transforming security capabilities from internal tools into platform services that can be widely integrated.

Meanwhile, Cursor launched its competing AI Agent Harness just 2 hours after Anthropic released its security review feature. Competition in the AI programming security track is accelerating.

Claude Security API Opening

Previously, Claude Security was primarily an internal tool or small-partner security review tool at Anthropic. This opening means:

  • Third-party integration: Developers can embed Claude’s security review capabilities into their own CI/CD pipelines, IDEs, or code hosting platforms
  • Scaled deployment: Enterprises can automate security review, no longer relying on manual code review
  • Cost transparency: API model means pay-per-call pricing, making it affordable for small and medium enterprises

Security Review Scope

Review DimensionDescription
Vulnerability DetectionAutomatically identifies common security vulnerabilities (SQL injection, XSS, credential leaks, etc.)
Dependency SecurityChecks third-party libraries for known vulnerabilities and license risks
Code PatternsIdentifies insecure design patterns and anti-patterns
Fix SuggestionsProvides specific remediation plans for each discovered issue

Claude Code Cloud Version: Kanban Mode Prototype

Claude Code cloud version now automatically classifies tasks into the following states:

StatusMeaning
Needs AttentionTask execution encountered obstacles, requires human intervention
Awaiting ReviewTask completed, awaiting user confirmation
In ProgressTask currently executing
CompletedTask successfully finished
ErrorTask execution failed, requires troubleshooting

This is clearly laying the groundwork for a subsequent kanban mode. Based on community feedback, Claude Code’s design draws partial inspiration from task management experiences in open-source projects like Multica.

Why Kanban Mode Matters

For teams running multiple Claude Code tasks simultaneously:

  • Visual management: See at a glance which agents are running and which are stuck
  • Priority adjustment: Pause low-priority tasks to let high-priority tasks run first
  • Rapid error localization: Failed agents are highlighted, no need to dig through logs

Competitive Comparison: Anthropic vs Cursor

DimensionClaude Security (Anthropic)AI Agent Harness (Cursor)
Review ModelClaude seriesCustom security model
Execution ModeCloud APILocal or cloud
Model FlexibilityClaude onlySupports any model
PR Review✅ Automatic review of every PR✅ Automatic review + Slack push
Scheduled ScanningTo be confirmed✅ Scheduled scans + result push
Open Source✅ Harness framework open source
IDE IntegrationClaude CodeCursor IDE native

Notably, Cursor launched its competitive product just 2 hours after Anthropic released its security review feature, claiming “more features.” This rapid response indicates that AI programming security is becoming one of the most fiercely competitive tracks of 2026.

Industry Trend: From “Manual Review” to “AI Continuous Monitoring”

Previously, code security review was a manual step in the PR process. Now:

  1. Anthropic: Claude Security detects security issues in real-time during agent task execution
  2. Cursor: Always-on security agents continuously scan the entire codebase, pushing findings to Slack
  3. GitHub: Dependabot + CodeQL provide basic dependency and static analysis

In the next 6-12 months, we expect to see:

  • Security review becoming a standard feature of AI programming tools
  • Security agents running in parallel with development agents, forming a “develop-review-fix” closed loop
  • Open APIs for security capabilities, allowing enterprises to integrate into existing security workflows

Action Recommendations

  1. Anthropic users: Watch for Claude Security API availability timing and pricing, evaluate whether it’s worth migrating existing security review processes to the API.
  2. Cursor users: AI Agent Harness is open source — try its security scanning capabilities locally.
  3. Team managers: If your team generates a large number of PRs daily, consider introducing automated security review agents to reduce manual review burden.
  4. Security teams: The opening of Claude Security API means AI security review can be integrated into existing Security Operations Center (SOC) workflows.
  5. Observers: This track is evolving rapidly. Try the open-source option (Cursor Harness) first before evaluating whether paid commercial solutions are needed.