Security & Threat Intelligence

The Watch

The Signal

Two items, same week.

The Commerce Department, by White House order, has barred all foreign nationals from Anthropic's Fable 5 and Mythos models and revoked SK Telecom's access. Any international engineer touching Claude enterprise endpoints is a deemed-export problem today, not next quarter.

In Play

  1. Commerce Export Controls Create Same-Day AI Access Governance Crisis

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

    Ask Clarity
  2. Shadow AI Agent OAuth Sprawl: Six Tools, One Control Gap

    Six consumer AI agents are entering enterprises via shadow IT with OAuth grants mirroring APT29 scope targets — mailbox read/send, calendar write, Drive access. Manus and Claude Cowork are agentic (no human-in-the-loop). Jamie records meetings invisibly to platform governance. Most lack DPAs or SOC 2 reports.

    Ask Clarity
  3. GitHub Triage Failure Undermines Platform Trust Model

    The active supply-chain worm (Shai-Hulud) rides vulnerabilities GitHub explicitly dismissed from Deep Specter reports. This means GHAS and Dependabot are downstream of a triage process that demonstrably failed — platform-native security tooling is no longer sufficient as sole supply-chain control.

    Ask Clarity
  4. AI-Assisted Attack Scaling: Vendor Telemetry Confirms Operational Shift

    Vendor telemetry now confirms AI-enabled attack scaling is operational, not theoretical. Adversary LLM use remains productivity uplift (phishing localization, recon synthesis) rather than novel zero-day discovery. Detection rules dependent on static IoC reuse are on borrowed time as attacker tooling iterates 5-10x faster than 2023 baseline.

    Ask Clarity
  5. Camera-Equipped Wearables Reach Visual Parity

    Smart glasses with camera capability are now visually indistinguishable from prescription eyewear. This normalizes covert recording in offices, data centers, and trading floors. Existing visitor and secure-area policies need updated language addressing recording capability regardless of form factor.

    Ask Clarity

Deep Dives

Commerce Department AI Export Controls: Your Claude Deployment Has a Compliance Gap Right Now

What Happened

The US Commerce Department issued an order 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 future regulatory risk — it is a same-day access-governance problem for any enterprise running Claude with international engineering teams.

Why This Is Different

Most AI governance discussions are about data classification and prompt-injection risk. This is about deemed-export liability. Under Export Administration Regulations (EAR), providing access to export-controlled technology to a foreign national — even on US soil — constitutes a deemed export. SSO group membership alone will not satisfy a Commerce audit. You need the nationality attribute wired from your HR system into SSO claims, enforced at the AI-gateway layer.

SSO group membership alone won't satisfy a Commerce audit — you need HR-system nationality attributes enforced at the AI-gateway layer before your next compliance review.

The Structural Problem

Enterprise AI gateway architectures were not designed with nationality-based access controls in mind. Most organizations route Claude API calls through a shared service principal or API key, with authorization handled at the application layer by role. That architecture is blind to nationality and therefore blind to deemed-export obligations.

Who Is Exposed

  • Any organization with foreign-national engineers using Claude via enterprise contract
  • Managed service providers with offshore development teams
  • Companies that granted broad Claude access during the initial rollout and never segmented by model

Cross-Source Context

This development sits alongside the broader pattern of AI vendor platform trust erosion identified over the past week. Previously, Anthropic was a neutral SaaS endpoint. Now it carries export-control classification that makes its API a regulated technology — not just a productivity tool. Combined with last week's suspected cross-tenant output exposure during an Anthropic outage, the trust model for Claude in regulated environments is being renegotiated in real time.


Immediate Response Framework

  1. Identify affected models. Confirm whether your enterprise contract provides access to Fable 5 or Mythos specifically, or whether you are on a lower-tier model unaffected by the order.
  2. Map foreign-national exposure. Pull HR data for nationality attributes across teams with Claude access. This is not optional — it is the same diligence you would apply to ITAR-controlled data.
  3. Wire nationality claims into enforcement. Add nationality as an SSO claim attribute and enforce model-level access policies at your AI gateway or proxy.
  4. Document for audit. Commerce audits are retrospective. Even if you fix the gap today, document the window of potential non-compliance and your remediation timeline.

What to do

  1. Confirm with Anthropic account team which models in your contract are subject to the Commerce order — get written confirmation by end of week

  2. Pull HR nationality data for all teams with Claude API access and cross-reference against model-level entitlements within 5 business days

  3. Implement nationality-attribute access control at AI gateway layer this sprint

  4. Document current-state gap and remediation timeline for compliance records by end of month

Six AI Agents Are Already In Your Environment — The OAuth Scope Problem Is the APT29 Problem

The New Shadow IT Vector

Both sources this week land on the same finding. Consumer AI agents are entering corporate environments through the shadow-IT side door, with employees authenticating these agents against corporate accounts outside procurement review and without a DPA in place. Six agents are named across today's intelligence:

AgentRisk ProfileOAuth Scopes Requested
ManusGeneral-purpose autonomous agentWhatever the user grants — executes actions without HITL
Claude CoworkTask delegation to ClaudeDocuments, code, data shared into delegation context
JamieAI meeting notes (no bot in meeting)Audio/transcripts; invisible to compliance review
Wispr FlowVoice dictationContinuous microphone + accessibility permissions
Chat HubMulti-model LLM aggregatorPrompts fanned across N providers; N data-residency footprints
Prompt CowboyPrompt generationSource material employees paste in

Why This Matters More Than Typical Shadow IT

The agentic tools, Manus and Claude Cowork, are not SaaS apps that read data. They act. To be useful, they need OAuth scopes: mailbox read/send, calendar write, Drive access. That scope profile is what APT29-style token-theft campaigns target. Once an employee grants a third-party agent broad scopes from a personal account that bridges into work data, the enforcement boundary belongs to a startup's security posture.

An agent with delegated OAuth access to mail, files, or calendars is a data egress path that requests the same scopes nation-state token-theft campaigns target.

Jamie's Invisible Recording Problem

Jamie warrants separate attention. It captures meeting audio and generates transcripts without placing a visible bot in the meeting. Zoom and Teams recording governance relies on visible participant indicators, so it is bypassed. Compliance reviews scanning for recording artifacts in the platform will find nothing.

Cross-Source Pattern

One source names these tools from a consumer-productivity lens. The other frames them inside the broader supply-chain trust collapse, where single platforms (GitHub, Anthropic, npm) can no longer be treated as neutral infrastructure. The convergence: OAuth governance is the single highest-ROI security control for 2025-2026. It addresses shadow AI agent sprawl and agentic permission creep in one motion. The token-theft surface shrinks as a consequence.


Response Priority

  1. Admin consent workflow with default-deny for high-risk scopes in M365 and Google Workspace, where not already active. This is the single control that addresses the entire class.
  2. OAuth grant logs pulled for the past 90 days. Mature shops are flagging any third-party app with mailbox, calendar, or Drive write scopes that did not pass procurement.
  3. All six named tools on CASB/SSPM watchlists. The open question is whether any are already pulling data from sanctioned tenants.
  4. Legal briefed on Jamie's invisible-recording capability for jurisdictions with two-party consent requirements.

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 past 90 days and flag unsanctioned apps with mail/calendar/Drive write scopes by end of week

  3. Enable admin consent workflow with default-deny for high-risk OAuth scopes in M365/Google Workspace this sprint

  4. Brief legal on Jamie's invisible meeting recording for two-party consent jurisdictions within 2 weeks

The bottom line

The Commerce Department just made Claude's Fable 5 and Mythos models export-controlled technology — if you have foreign-national engineers with Claude access, you have a deemed-export compliance gap right now — and while you're figuring out nationality-based access controls, six consumer AI agents are entering your environment through unsanctioned OAuth grants with the same mailbox and Drive scopes that APT29 campaigns target.