terminal
howtonotcode.com
Ghost logo

Ghost

Platform

Ghost is an open-source platform for professional blogging and online publications.

article 2 storys calendar_today First seen: 2026-02-03 update Last seen: 2026-02-17 open_in_new Website menu_book Wikipedia

Resources

Links to check for updates: homepage, feed, or git repo.

home Homepage

code Git repo

Stories

Showing 1-2 of 2

Securing non‑human access: GTIG threat trends, JIT AuthZ, and ChatGPT Lockdown Mode

Attackers are leveraging AI and non-human identities at scale, pushing teams to adopt zero-trust patterns like just-in-time authorization and tool constraints to curb data exfiltration and misuse. Google’s Threat Intelligence Group reports rising model extraction (distillation) attempts and broader AI-augmented phishing and recon across multiple state actors, though no breakthrough attacker capability has yet emerged; see their latest findings for concrete patterns defenders should anticipate and disrupt ([GTIG AI Threat Tracker](https://cloud.google.com/blog/topics/threat-intelligence/distillation-experimentation-integration-ai-adversarial-use?_bhlid=e8c3bb888ecba50d9cd632ef6e7caa0d1a96f294)). A complementary zero-trust lens for agentic systems is outlined in this short talk on hardening agent permissions and egress ([Securing AI Agents with Zero Trust](https://www.youtube.com/watch?v=d8d9EZHU7fw&_bhlid=2d86e48f55bcb7e2838f5fae2b06083739cea245)). For API backends, tightening non-human access is urgent: adopt just-in-time OAuth patterns to eliminate “ghost” and “zombie” identities and shorten token lifetimes, as detailed in this practical guide to adapting OAuth for agents and services ([Just-in-Time Authorization](https://nordicapis.com/just-in-time-authorization-securing-the-non-human-internet/)). On the tooling side, OpenAI introduced ChatGPT Lockdown Mode to deterministically restrict risky integrations (e.g., browsing limited to cached content) and added “Elevated Risk” labels for sensitive capabilities ([Lockdown Mode and Elevated Risk](https://links.tldrnewsletter.com/sJL9w6)), while the open-source [llm-authz-audit](https://github.com/aiauthz/llm-authz-audit?_bhlid=a9fa546b051a3f05f59975ca296c7abd0f224afe) scanner helps catch missing rate limits, leaked creds, and prompt-injection surfaces in CI before deployment.

calendar_today 2026-02-17
openai chatgpt chatgpt-enterprise chatgpt-edu chatgpt-for-healthcare

Claude Code goes multi-agent with Swarm; plugins surge, outage underscores ops readiness

Anthropic has officially made Claude Code a multi-agent orchestrator with Swarm mode, turning one assistant into a team lead that plans and delegates to specialist agents, while also introducing task‑oriented plugins (including a legal plugin) and the no‑code Cowork, signaling a shift from model to workflow owner [What is Swarm](https://www.atcyrus.com/stories/what-is-claude-code-swarm-feature)[^1] and [legal plugin + Cowork](https://legaltechnology.com/2026/02/03/anthropic-unveils-claude-legal-plugin-and-causes-market-meltdown/)[^2]. Early adopters report compressing months of ops work into a weekend—site audits, DNS/AWS cleanups, and mass WordPress updates—using Claude Code automations, but a brief Claude API outage shows the need for fallbacks and resilience [real‑world wins](https://authorautomations.com/p/things-i-did-with-claude-code-this)[^3] and [outage recap](https://www.theverge.com/news/873093/claude-code-down-outage-anthropic)[^4]. For safe adoption, standardize native installs and REPL health checks, and design plugins with explicit context resets, file‑based state, and recovery logic for long‑horizon tasks [install/REPL best practices](https://dev.to/cristiansifuentes/conversational-development-with-claude-code-part-3-installing-trusting-and-operating-the-tool-2ekp)[^5] and [context/state lessons](https://www.reddit.com/r/ClaudeAI/comments/1quuxkj/technical_lessons_while_building_a_trilogy_of/)[^6]. [^1]: Adds: Deep dive on Swarm mode’s orchestration model (team lead, specialist agents, task board, TeammateTool ops). [^2]: Adds: Overview of Anthropic’s new plugins and Cowork; legal plugin capabilities and strategic shift to workflow ownership. [^3]: Adds: Concrete automation outcomes (Ghost audits, Cloudflare DNS cleanup, AWS cost hygiene, WordPress fleet updates) using Claude Code. [^4]: Adds: Report of the Feb 3 outage impacting Claude APIs and Claude Code; duration and impact context. [^5]: Adds: Production-grade install guidance (native installer), REPL health commands (doctor, status, login) for operational trust. [^6]: Adds: Practical patterns for context management, subagents, and file-based state/recovery across sessions.

calendar_today 2026-02-03
anthropic claude-code claude claude-cowork photoprism