Security & Threat Intelligence

The Watch

The Signal

The US Commerce Department barred all foreign nationals from Anthropic's Fable 5 and

In Play

  1. AI Model Export Controls Create Same-Day Access Crisis

    Commerce Dept barred foreign nationals from Anthropic Fable 5/Mythos. SK Telecom access revoked by White House over China-nexus concerns. Any enterprise with international engineers on Claude endpoints faces EAR exposure and potential contract termination today.

    Ask Clarity
  2. Shadow AI Agents Entering Corporate Environments via OAuth

    Six consumer AI agents (Manus, Claude Cowork, Jamie, Wispr Flow, Chat Hub, Prompt Cowboy) are being adopted as personal tools and landing in corporate tenants via OAuth grants. Agentic tools request mailbox read/send + Drive access — identical scope profiles to APT29-style token theft campaigns.

    Ask Clarity
  3. GitHub Vulnerability Triage Trust Failure (Supply Chain Worm Update)

    Update: The supply-chain worm (now attributed as Shai-Hulud) exploits vulnerabilities GitHub itself dismissed when reported by Deep Specter. Two rejected reports, both now weaponized. This shifts the story from 'worm exists' to 'platform triage process failed' — GHAS/Dependabot signals are provably incomplete.

    Ask Clarity
  4. Camera-Equipped Smart Glasses Reach Visual Parity

    Smart glasses with cameras are now indistinguishable from prescription eyewear at conversational distance. This normalizes covert recording in offices, data centers, and trading floors. Physical security policies scoped to 'cameras' rather than 'recording capability' are now unenforceable.

    Ask Clarity

Deep Dives

AI Export Controls Hit Enterprise: Your Claude Deployment Has a Deemed-Export Problem Today

What Happened

The US Commerce Department has barred foreign-national access to Anthropic's Fable 5 and Mythos models. Separately, the White House revoked SK Telecom's access to Mythos on China-nexus grounds. This sits on top of last week's disclosure that Anthropic placed roughly 6 engineers inside NSA, running Mythos for offensive cyber operations under Project Glasswing.

Models used in classified offensive work are now export-controlled. Most enterprise Claude contracts include the affected families.


Why This Is an Emergency for International Teams

Under the Export Administration Regulations (EAR), granting a foreign national access to controlled technology, including a non-US-person employed by the licensee and working on US soil, is a deemed export. SSO group membership is not a defense in a Commerce audit. The nationality attribute has to come out of HR, into the IdP as a claim, and be enforced at the AI-gateway layer.

If a non-US-person on the engineering team can reach a Claude endpoint that routes to Fable 5 or Mythos, the violation is current, not pending.

Enforcement Reality

The SK Telecom revocation came from the White House, not Commerce staff. That is the signal. Audit scrutiny is a question of months, not years, and multinational engineering teams on Claude enterprise are the obvious first cohort.


What You Need to Do

  1. Identify exposure. Confirm whether the Anthropic enterprise contract includes Fable 5 or Mythos. If Anthropic has not sent written notice of which model families are controlled, request it in writing.
  2. Wire nationality into access control. Pull the citizenship field from the HRIS (Workday, BambooHR, etc.) into the IdP as a claim. Enforce at the AI gateway or proxy, not at the application, where a developer can route around it.
  3. Segment API routing. Where the gateway supports model-level rules, block Fable 5 and Mythos for sessions carrying a non-US-person claim. Route those users to uncontrolled model families only.
  4. Document for audit. Commerce auditors want technical enforcement, not policy PDFs. Capture an access-denial screenshot from a test non-US-person account. Retain the gateway logs.

Strategic Implication

Anthropic is no longer a neutral SaaS endpoint. It is a dual-use vendor with models explicitly tasked for offensive operations and sitting under export control. Governance frameworks built on the premise that it is just an API need a rewrite. Expect the same access-control requirement to spread to other providers as more frontier models enter classified programs.

What to do

  1. Contact Anthropic account team to confirm which model families in your contract are export-controlled

  2. Implement nationality-attribute access controls on AI gateway endpoints by end of week

  3. Audit Claude API access logs for past 90 days to identify any non-US-person access to restricted models

  4. Update enterprise AI governance policy to classify model providers by export-control status this quarter

Six AI Agents Your Employees Already Installed — And the OAuth Scopes They're Holding

The Shadow AI Agent Problem

The threat this cycle: consumer-grade AI agents entering corporate environments through the same channel shadow SaaS has always used — employee self-service OAuth grants. The difference from a rogue Trello board is scope. An agentic AI with mailbox read/send, calendar write, and Drive access is a data-exfiltration channel wearing a friendly logo.

Six tools named across sources. Two flagged critical because they are agentic — they execute actions without human-in-the-loop approval:

ToolFunctionCritical ScopeDetection Gap
ManusGeneral autonomous agentWhatever user grants — executes actionsNo visible footprint in M365/GWS admin
Claude CoworkTask delegation to ClaudeDocuments, code, data in delegation contextAnthropic-hosted — scope creep risk
JamieAI meeting notes (no bot visible)Audio/transcripts — bypasses recording governanceNo artifact in Zoom/Teams — invisible to compliance
Wispr FlowVoice dictationContinuous audio incl. credentials, PIIEndpoint-resident with mic + accessibility perms
Chat HubMulti-model LLM aggregatorPrompts fanned across N providersOne paste = multiple data-residency footprints
Prompt CowboyPrompt generationSource material pasted inLow risk but gateway to higher-risk tools

Why This Is Different from Normal Shadow IT

The scope profile requested by agentic AI tools is identical to what APT29-style token theft campaigns go after: mailbox read/send, calendar write, file-store access. The distinction is that employees are granting these scopes voluntarily, from managed accounts, to third parties with no DPA and no SOC 2.

An employee granting Manus broad OAuth scopes from a work account is functionally identical to a successful consent-phishing attack — except the employee did it on purpose.

This connects to last cycle's supply-chain trust theme. GitHub's triage failures meant platform-native signals were insufficient. Employee tool choices mean perimeter controls are insufficient. Same lesson, different layer.


The Structural Fix

Admin consent workflow with default-deny for high-risk scopes is the single highest-ROI control for 2026. M365 supports it. Google Workspace supports it. If it is not enabled, any employee can grant any third-party app any scope, with no security visibility until a log query surfaces it weeks or months later.

Non-technical users now trust agents to execute financial transactions and run workflows autonomously. The trust pattern accelerates as Manus and Claude Cowork improve. The governance window is now, before adoption hits critical mass. After that, the conversation is about clawback, not consent.

What to do

  1. Add Manus, Claude Cowork, Jamie, Wispr Flow, Chat Hub, and Prompt Cowboy to CASB/SSPM allow-deny review queue today

  2. Pull OAuth grant logs for past 90 days from M365 and Google Workspace; flag any app with mail, calendar, or Drive write scopes

  3. Enable admin consent workflow with default-deny for high-risk scopes if not already active

  4. Publish an internal sanctioned-vs-prohibited AI tools list before employees choose for the organization

The bottom line

The US Commerce Department just made Anthropic's frontier models export-controlled technology — if your Claude enterprise deployment is accessible to non-US-person engineers, you're in deemed-export violation today, not theoretically — while six consumer AI agents are granting themselves mail/calendar/Drive access through your employees' OAuth consents with the same scope profile as APT29 consent-phishing campaigns.