← Back to all entries
2026-09-22 🧭 Daily News

Anthropic's Fourth Threat Intelligence Report, Claude SMB Tour Launches, and Code v2.1.278 Fixes Auto-Mode Billing

Anthropic's Fourth Threat Intelligence Report, Claude SMB Tour Launches, and Code v2.1.278 Fixes Auto-Mode Billing — visual for 2026-09-22

🧭 Anthropic's Fourth Threat Intelligence Report: Multi-Agent Frameworks Now the Primary Attack Vector

Anthropic has published its fourth Threat Intelligence Report, covering malicious and policy-violating use of Claude between December 2025 and August 2026. The 9-month window is the broadest the series has covered, and the headline finding is structural: threat actors are increasingly embedding LLMs — including Claude — inside autonomous multi-agent frameworks that execute complex tasks at machine speed, shrinking the capability gap between nation-state groups and lower-resourced operators. Every operation documented in the report was disrupted before causing harm.

Seven harm categories covered

What this means for enterprise Claude deployments

The shift to multi-agent frameworks as an attack surface has a direct implication for teams running agentic workflows: an attacker who compromises a peripheral agent can attempt to tunnel malicious instructions through to a more capable orchestrator. Anthropic's current recommendation — documented in the Constitutional AI operator guidelines — is to enforce per-agent system-prompt isolation with trust_level: "untrusted" on all sub-agents unless explicitly sanctioned. Reviewing your CLAUDE.md or AGENTS.md for agent-boundary declarations is the 10-minute action item here. The report also confirms that the safe-messaging-guidelines classifier introduced in June 2026 stopped 100% of the surveilled biological-synthesis queries — developers using the API with a custom system prompt should ensure their operator configuration does not accidentally opt out of safety classifiers.

⭐⭐⭐ anthropic.com
threat intelligence multi-agent security cyber operations influence operations biosafety classifiers distillation attacks agentic security trust_level AGENTS.md

🧭 Claude SMB Tour Kicks Off in Pittsburgh — 43 Workflows, 27 Integrations, 10 Cities, 900 K Installs

The Claude for Small Business SMB Tour — run in partnership with Tenex — holds its opening stop in Pittsburgh today: a free half-day hands-on AI fluency workshop for small and medium business owners. The tour visits ten US cities (Boston, Pittsburgh, Detroit, Minneapolis, Phoenix, Memphis, Savannah, Bentonville, Tampa, Raleigh) and accompanies a September 15 platform expansion that brought Claude for Small Business to 43 pre-built workflows and 27 native integrations — including Shopify, Salesforce, TikTok, Atlassian, Zoom, Xero, Gusto, Square, Stripe, and Zapier. More than 150 organisations have been certified as "Approved Claude SMB Trainers", with 750+ community workshops already planned. A partner webinar series kicks off September 25 with Notion. The product has surpassed 900,000 installs, making it Anthropic's fastest-growing surface outside Claude.ai Pro.

What the 43 workflows cover

For developers: building on Claude for Small Business

Each workflow is exposed as a composable block in the Claude for Small Business API namespace under /v1/smb/workflows/{workflow_id}/invoke. If your product targets SMBs, you can white-label individual workflows or bundle them into your own app using a standard API key — no separate SMB tier subscription is required for API callers. The 27 integrations use OAuth 2.0 tokens stored in Anthropic's vault (not your server), so there is no credential-management overhead for integrators. Partner webinar recordings will be posted to claude.com/smb/resources after each session.

⭐⭐⭐ anthropic.com
Claude for Small Business SMB Tour workflows Shopify Salesforce Zapier Tenex 900K installs Pittsburgh SMB integrations

🧭 Claude Code v2.1.278: Auto Mode Now Free of Classifier Overhead for API and Enterprise Users

Claude Code v2.1.278 (released September 19) ships a billing correction that matters for every team running automated pipelines: auto mode for Claude API and Enterprise users now defaults to the server-side classifier, which carries no additional classifier charge. Previously, auto mode used the client-side classifier path, which counted as billable classifier runs on top of regular token usage — an unintended double-billing that affected any code-review, background-task, or headless Claude Code workflow using the default settings. The fix is applied automatically on upgrade; no configuration change is needed.

Other v2.1.278 changes

# Upgrading to v2.1.278 (picks up the billing fix automatically)
npm install -g @anthropic-ai/claude-code@latest

# Confirm the server-side classifier is active in auto mode
claude /config
# → Auto mode classifier: server-side (no overhead charge) ✓

# Check the new /status row in any session
claude
# → [claude-sonnet-4-6 · Pro · 94.2k tokens remaining · auto · no compaction]
Retroactive billing adjustment

If your team ran auto-mode Claude Code between the v2.1.270 release (September 9) and this fix, you were billed for classifier runs that should have been free. Anthropic has announced a retroactive credit for affected API and Enterprise accounts — credits will appear in your usage dashboard within 5 business days. If you do not see a credit by September 30, file a request via support.anthropic.com with your organisation ID and the affected date range.

⭐⭐⭐ code.claude.com
Claude Code v2.1.278 auto mode server-side classifier billing fix /code-review Git LFS /status retroactive credit API Enterprise
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research