Microsoft Copilot Cowork Exfiltrates Files
https://www.promptarmor.com/resources/microsoft-copilot-cowork-exfiltrates-files
#HackerNews #Microsoft #Copilot #Cowork #Exfiltrates #Files #cybersecurity #data #privacy #AI #tools
Microsoft Copilot Cowork Exfiltrates Files
https://www.promptarmor.com/resources/microsoft-copilot-cowork-exfiltrates-files
#HackerNews #Microsoft #Copilot #Cowork #Exfiltrates #Files #cybersecurity #data #privacy #AI #tools
----------------
🛠️ Tool: Anthropic Knowledge Work Plugins
===================
Anthropic open-sourced 11 Knowledge Work Plugins designed to turn Claude into a role-specific specialist. Built for Claude Cowork with Claude Code compatibility, each plugin bundles skills, connectors, slash commands, and sub-agents for a defined job function.
The 11 plugins cover: productivity, sales, customer-support, product-management, marketing, legal, finance, data, enterprise-search, bio-research, and cowork-plugin-management (the meta-plugin for creating or customizing plugins).
Each plugin connects to specific external tools. The sales plugin integrates with HubSpot, Close, Clay, ZoomInfo, and Fireflies. The finance plugin connects to Snowflake, Databricks, and BigQuery. The data plugin links to Snowflake, Databricks, BigQuery, Definite, Hex, and Amplitude. Enterprise-search provides a single query across Slack, Notion, Guru, Jira, Asana, and Microsoft 365.
The bio-research plugin stands out. It connects to scientific databases: PubMed, bioRxiv, ClinicalTrials.gov, ChEMBL, Open Targets, and Benchling. This targets early-stage life sciences R&D workflows specifically.
The cowork-plugin-management plugin is the key enabler. It lets teams create new plugins or customize existing ones for their organization's tools and workflows. The out-of-the-box plugins are starting points. Customization for company-specific terminology, processes, and tool stacks is the intended path.
Installation for Claude Code:
claude plugin marketplace add anthropics/knowledge-work-plugins
claude plugin install sales@knowledge-work-plugins
For Cowork, installation goes through claude.com/plugins. The plugin architecture bundles four components: skills (behavioral definitions), connectors (SaaS integrations), slash commands (user-facing actions), and sub-agents (delegated tasks).
The open-source approach allows inspection of plugin definitions before deployment. What the source does not document: how connectors authenticate to SaaS tools, whether data accessed through connectors leaves the organization's tenant, and what guardrails exist around write actions. Organizations with compliance requirements should verify these specifics.
🔹 claude #anthropic #plugins #cowork #tool
🔗 Source: https://github.com/anthropics/knowledge-work-plugins
#evento
COWORK DIA ABERTO & DISCUSSÃO SOBRE IA
O nosso #cowork abre as portas para um dia aberto e uma discussão sobre a #InteligênciaArtificial. É aberto a não membros e podes experimentar o nosso espaço de trabalho. Sabe mais e regista-te aqui: https://docs.google.com/forms/d/e/1FAIpQLSebxmD0K7EqjNyXZYfk11G6frF-6kOZaMzQjfjg7Dbt7fx6nw/viewform
📅 21 maio (quinta-feira)
📍 CoWork @ Rizoma, R. José Estêvão 4, #Lisboa
🕕 O dia todo (conversa começa às 18h)
Я держу 4 Claude-инструмента в работе. HBR говорит, что у таких brain fry. Я был среди них
Harvard Business Review опубликовал в марте 2026 исследование на 1488 сотрудников - пользователи ИИ получают острый brain fry от oversight’а. Я держу 4 Claude-инструмента и думаю добавить пятый. Был уверен что у меня “архитектура другая”. Перечитал и все таки нет. Три случая где меня ловило, чек лист на 7 пунктов где я падаю, и почему добавление Codex ровно то, что HBR ругает. Я в этих 14%. Разбираю.
https://habr.com/ru/articles/1033800/
#brain_fry #HBR #AI #LLM #Claude_Code #Cowork #Codex #vibe_coding #oversight #продуктивность
Working with Cowork: Claude Desktop Is Three Apps Pretending to Be One
Claude Desktop는 Chat, Cowork, Code라는 세 개의 독립된 애플리케이션을 하나로 가장한 구조로, 각 탭은 별도의 실행 환경과 메모리 시스템을 갖추고 있어 작업 간 상태나 파일, 지시사항이 공유되지 않는다. 특히 Cowork는 로컬의 샌드박스된 VM에서 실행되어 세션 종료 시 메모리가 초기화되고, 파일 삭제 시 복구 불가능하므로 사용 전 반드시 작업 폴더를 백업해야 한다. 이러한 아키텍처적 특성 때문에 혼란과 작업 손실이 빈번하며, 이를 극복하기 위한 온라인 강좌와 참고 문서가 제공된다. AI 에이전트 구축과 워크플로우 자동화에 관심 있는 개발자에게 중요한 실무 정보다.
When Microsoft 365 Copilot Cowork needs to create an Excel file, it uses LibreOffice - not Excel.😏
The actual process seems to be: Claude agent calls openpyxl (Python library) to generate the file. Then, the headless soffice of LibreOffice is used to validate the output. Finally, the user is shown a file in Excel for the web.
It makes perfect sense, given how Anthropic built Cowork and Microsoft just licensed it from them.