Drop #12: Creative Connectors Land & Claude Security Hits Public Beta
Two big landings this week. Anthropic announced Claude for Creative Work on April 28, shipping nine new connectors that wire Claude into the apps creative pros actually use - Adobe Creative Cloud, Blender, Ableton, Autodesk Fusion, Affinity by Canva, Splice and more. Two days later, Claude Security entered public beta - an AI-powered vulnerability scanner built on Opus 4.7 that reads entire repos and proposes patches. Different audiences, same pattern: Claude is moving from generic chat to grounded, in-tool collaboration. Here's what changed and how to use it.
Claude Lands in Your Design Tools
Anthropic shipped a coalition of nine connectors built with Adobe, Autodesk, Ableton, Blender, Splice and others. The connectors aren't just search wrappers - they ground Claude's answers in each platform's official docs and, where it makes sense, let Claude drive the app. The Adobe connector pulls from 50+ Creative Cloud tools across Photoshop, Premiere, and Express. The Blender connector exposes a natural-language interface to Blender's Python API, so you can ask Claude to inspect a scene, debug a node setup, or batch-apply changes across objects. The Ableton connector grounds answers in Live and Push documentation. Autodesk Fusion lets you create and modify 3D models through conversation. Affinity by Canva, SketchUp, Splice, and Resolume round out the launch list. Anthropic also joined the Blender Development Fund as a patron - a small but meaningful signal that the open creative ecosystem is part of this play.
Claude Security Enters Public Beta
On April 30, Anthropic moved Claude Security from preview to public beta. It's a code vulnerability scanner built on Opus 4.7 that runs over an entire repo, a specific directory, or a single branch and surfaces issues with proposed fixes. For Claude Enterprise customers it's available now with no extra API integration - the existing Claude account is enough. Team and Max access is on the roadmap. The pitch is straightforward: Opus 4.7 already shows the strongest software engineering scores Anthropic has shipped, so pointing it at security work is a natural next step. If you've been using Claude Code on the same codebase, the scanner reuses the same context model rather than re-indexing from scratch.
Tip of the Week: Chain Connectors For Real Workflows
Single-connector prompts are useful, but the real time savings show up when you let Claude move between tools in one task. The pattern: pull source data from connector A, transform it with Claude, then push or generate output through connector B. Here's the difference between a weak and strong version.
❌ Weak
Help me with my design files. ✅ Strong
Use the Affinity connector to inventory all assets in /Brand/Q2 - export a list of file names, dimensions, and color profiles. Then use the Adobe connector to flag any Photoshop files that don't match our brand color profile (sRGB, 8-bit). Save the report as Asset_Audit_Q2.md in /Reports. The strong version names both connectors, scopes the directory, specifies the output format, and tells Claude where to save the result. That's the difference between a chat about your files and a task Claude can finish without another prompt.
Worth Reading This Week
- → Claude for Creative Work — Anthropic's Announcement — The official launch post. Lists every connector with use cases and confirms partner schools getting early access (RISD, Ringling, Goldsmiths).
- → 9to5Mac: Anthropic releases 9 Claude connectors for creative tools — Concise external write-up of the April 28 launch. Useful if you want the headline without scrolling Anthropic's blog.
- → Claude Security is now in public beta — Anthropic — Source post for the security launch. Covers what gets scanned, how patch suggestions work, and which plans currently have access.
- → SiliconANGLE: Claude Security public beta to find and fix vulnerabilities — Outside coverage of the April 30 announcement. Includes context on how Opus 4.7 powers the scanner.
The connector story and the security story are the same story told to different audiences: Claude works best when it's grounded in the actual tool you use. If you're a creative pro, the connectors you've been waiting on probably just shipped. If you ship code, the security scanner is worth a Friday afternoon trial run.
Until next time.
— The ClaudeCowork.com team