Security & Threat Intelligence

The Watch

The Signal

Commerce barred foreign-national access to Anthropic's Fable 5 and Mythos this week.

The White House separately revoked SK Telecom's access on China-nexus grounds. Non-US engineers touching Claude enterprise endpoints now constitute a deemed-export exposure under EAR. Compliant operators are gating those endpoints by nationality attribute in the AI gateway.

In Play

  1. AI Model Export Controls Create Immediate Access-Governance Crisis

    Commerce Department barred all foreign nationals from Anthropic Fable 5 and Mythos. White House revoked SK Telecom's Mythos access. Any enterprise with international engineers using Claude endpoints now faces deemed-export liability requiring nationality-attribute enforcement at the AI-gateway layer.

    Ask Clarity
  2. Shadow AI Agent Sprawl: Six Named Tools Bypassing OAuth Governance

    Six consumer AI agents — Manus, Claude Cowork, Jamie, Wispr Flow, Chat Hub, Prompt Cowboy — are entering corporate environments via shadow IT. The agentic tools (Manus, Claude Cowork) require OAuth scopes identical to APT29-style token theft targets: mailbox read/send, calendar write, Drive access. Most lack DPAs or SOC 2.

    Ask Clarity
  3. GitHub's Vulnerability Triage Demonstrated Unreliable

    The Shai-Hulud worm exploits two vulnerabilities GitHub dismissed from Deep Specter reports. This is no longer an incident — it's a trust event. GHAS and Dependabot signals depend on the same triage process that demonstrably failed. Platform-independent supply-chain telemetry is now required, not optional.

    Ask Clarity
  4. Physical Security: Camera Wearables Cross Indistinguishability Threshold

    Camera-equipped smart glasses have reached visual parity with prescription eyewear. Existing visitor and secure-area policies written around identifiable recording devices are now unenforceable. Policy language must shift from 'no cameras' to 'no recording-capable devices' with form-factor-agnostic enforcement.

    Ask Clarity

Deep Dives

Anthropic Export Controls: Your International Engineering Team Just Became a Compliance Liability

What Happened

The US Commerce Department has issued restrictions barring all foreign nationals from accessing Anthropic's Fable 5 and Mythos models. Separately, the White House revoked SK Telecom's access to Mythos citing China-nexus concerns. This is not a theoretical future risk — it's an active enforcement action with immediate implications for any enterprise running Claude in a multi-national engineering organization.

Why This Matters More Than It Looks

Most enterprise Claude deployments authenticate through SSO group membership. Group membership does not carry nationality attributes. This means your access control infrastructure almost certainly cannot distinguish between a US-national engineer and a foreign-national engineer hitting the same API endpoint. Under EAR deemed-export rules, that distinction is the entire compliance boundary.

SSO group membership alone will not satisfy a Commerce audit. The enforcement point must be the AI gateway, not the identity provider.

The SK Telecom revocation signals that enforcement is company-level, not just individual. If your organization has subsidiaries or JV partners with China-nexus ownership structures, those relationships are now potential vectors for access-control violations even if no individual foreign national directly queries the model.

The Structural Problem

Anthropic is no longer a neutral SaaS endpoint. It is now a controlled technology under export regulations. This changes the procurement, deployment, and access-control model fundamentally:

  • Enterprise contracts may now include nationality-verification obligations
  • Audit logs must demonstrate that restricted models were never accessed by restricted persons
  • Downstream API integrations (agents, copilots, internal tools calling Claude) all inherit the restriction

Cross-Source Context

This restriction arrives alongside the broader pattern of AI agents proliferating through shadow IT. If employees are independently authenticating Claude Cowork or other Anthropic-powered tools against corporate accounts, the export control boundary is being bypassed without anyone in security or compliance knowing. The OAuth governance gap identified in consumer AI agent sprawl is now also an export-control gap.


Immediate Remediation

  1. Wire the HR-system nationality attribute into SSO claims and enforce at the AI-gateway layer — not as a nice-to-have, but as a legal requirement
  2. Audit all integration points that call Anthropic APIs: internal tools, agent frameworks, copilot wrappers
  3. Review whether any subsidiary or partner organization with foreign ownership has Claude access through your enterprise contract
  4. Engage legal counsel on deemed-export implications for teams with H-1B or L-1 visa holders who may technically be foreign nationals under EAR definitions

What to do

  1. Implement nationality-attribute access controls on all Anthropic Claude endpoints by end of this week

  2. Inventory all integration points calling Anthropic APIs (internal tools, agents, wrappers) by Friday

  3. Engage export-control counsel on H-1B/L-1 classification under EAR deemed-export rules this sprint

  4. Request updated contract terms from Anthropic reflecting export-control obligations this quarter

Shadow AI Agents + OAuth Scopes = Your Next Data Breach Vector

The Convergence

Two intelligence streams land on the same finding: consumer AI agents are entering the enterprise through OAuth grants, and the scopes they request are indistinguishable from what an APT operator would ask for. Six tools surfaced in today's reporting: Manus, Claude Cowork, Jamie, Wispr Flow, Chat Hub, and Prompt Cowboy. The first two are agentic. They take actions autonomously with delegated credentials.

An agent with delegated access to mail, files, or calendars is a data egress path with a friendly logo.

Risk Stratification

ToolPrimary ExposureWhy It's Dangerous
ManusExecutes actions with user-granted scopesAgentic — no human-in-the-loop for individual actions
Claude CoworkDocuments, code, data shared into agent contextScope creep as users delegate more over time
JamieAudio/transcripts of callsNo visible bot in meeting — invisible to compliance
Wispr FlowContinuous audio including credentials, PIIMicrophone + accessibility permissions on endpoint
Chat HubPrompts fanned across multiple LLM providersOne paste creates N data-residency footprints

The OAuth Problem

The control that matters is admin consent workflow with default-deny for high-risk scopes. Absent that, any employee can grant a third-party agent mailbox read/send, calendar write, and Drive/SharePoint access. Once granted, the agent operates with those permissions continuously. This is the same scope profile that APT29-style token theft campaigns target. The difference is that employees are granting it voluntarily.

Compounding factor from the export-control thread last week: if an employee grants Claude Cowork broad scopes and that employee is a foreign national, the OAuth grant may also constitute an export-control violation. The two risks are not independent. They multiply.

Detection Gap

Most CASB/SSPM tools inventory OAuth apps via known-app signatures. These six tools are new enough that signature coverage is almost certainly incomplete. The reliable detection path is manual:

  • Pull all OAuth grants from M365 and Google Workspace admin consoles for the past 90 days.
  • Filter for any app requesting mail read/send, calendar write, or file access.
  • Cross-reference against the sanctioned app list.
  • Anything unrecognized with broad scopes gets revoked pending review.

One source notes that non-technical users now trust agents to execute financial transactions without a human in the loop, citing personal-use agents managing household finances autonomously. That trust model will migrate to work. The window to establish governance before adoption hardens is narrow.

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 from M365 and Google Workspace for the past 90 days and flag unsanctioned apps with broad scopes by Friday

  3. Enable admin consent workflow with default-deny for high-risk scopes (mail send, file write, calendar) within 30 days

  4. Publish an internal sanctioned-AI-tools list distinguishing approved from prohibited agent tools this quarter

The bottom line

The Commerce Department's export controls on Anthropic Fable 5/Mythos make your AI gateway an overnight compliance boundary requiring nationality-attribute enforcement, while six consumer AI agents are silently accumulating OAuth scopes identical to what APT actors steal — the common thread is that your identity and access layer was not designed for a world where AI endpoints are controlled technologies and AI agents are trusted delegates, and both problems need solving this week.