Prompt Injection Explicado
Injeção direta e indireta — instruções maliciosas escondidas em conteúdo que a IA lê.
Protegendo Agentes e Ferramentas
Privilégio mínimo, sandboxing, o problema do delegado confuso e humano no circuito.
Blindando Execuções Autônomas
Restrinja execuções headless/CI para que um agente não possa tocar em segredos ou na produção.
Revisando Código de Terceiros
Plugins, skills e servidores MCP podem trazer código executável — revise antes de confiar.
Vetting Agent Skills You Install
A SKILL.md and a one-week-old GitHub account is all it takes to publish a skill. Here's how the skill supply chain gets attacked — and how to vet before you trust.
Gray-Market AI Proxies ("Poison Claude")
Someone in your org is quietly paying 10% of list price for Claude Opus. The catch: every prompt goes through a stranger's server first. Here's how the scam works and how to detect it.
Uso Responsável, Ética e Verificação
A escada de autonomia, a mentalidade de verificação, viés e manter humanos no circuito.
Protegendo Servidores MCP: OAuth, Vinculação de Audiência e o Delegado Confuso
Por que servidores MCP remotos precisam de OAuth 2.1, como a vinculação de audiência do token impede a reutilização de tokens entre serviços e por que o repasse de token é proibido.
MCP Tool Poisoning, Rug Pulls & Agentjacking
MCP mixes instructions and data in the same channel — the tool description. Attackers weaponize that. Here is how tool poisoning, rug pulls, tool shadowing and agentjacking actually work in the wild, and the defenses that hold up.
Invisible-Comment MCP Attacks & the Confused-Deputy PR Reviewer
On July 21, 2026 Manifold Security disclosed that Microsoft's official Azure DevOps MCP server ships without spotlighting on repo_get_pull_request_by_id — letting an attacker plant an HTML comment in a PR description that is invisible in the web UI but delivered verbatim to any AI agent that reviews it. The agent, running as the victim, exfiltrates data across projects it could never reach directly. Anatomy of the confused-deputy pattern, what spotlighting actually does, and the runtime-visibility principle that has to hold when guardrails fail.
GhostSplice: The Cross-Channel MCP Attack That Doubles Compliance
On August 11, 2026 the ASSET Research Group disclosed GhostSplice — an MCP attack that never puts a full malicious instruction in one place. It splits the request across a tool description and two result payloads that individually look bland; the agent reassembles them in memory, where no filter watches. Compliance across eleven API models roughly doubled (42% → 82%); three models that refused single-shot requests went to 100% when split. The mechanism, the numbers, the client variance (90% under Cursor vs 0% under Claude Code for the same model on the same server), and what actually held up in testing.
When Coding Agents Get Weaponized
The 2026 attacks that turned auto-approving AI coding agents into an attacker's shell — and the operational fixes that actually stop them.
GitHub Issue → CI Secrets: The Black Hat 2026 Coding-Agent Attacks
A stranger files a GitHub issue and walks out with your GITHUB_TOKEN. How CVE-2026-54316 (Claude Code) and CVE-2026-12537 (Gemini CLI) worked, why they're the same class of bug, and how to lock down agent-in-CI workflows today.
What Your Coding Agent Actually Uploads
A CLI shipped whole git bundles to a cloud bucket while its privacy toggle said no. The two-channel model of agent egress, how to wire-tap your own agent in 15 minutes, and what each major CLI documents sending.
Agentic Browsers Break the Same-Origin Policy
A UW study tested 7 AI browsers — Atlas, Comet, Claude for Chrome, Gemini in Chrome and more — and found 4 let a malicious page read another site's data. Why the 30-year-old boundary fails, and what to actually do.
ClaudeBleed Reopened — When "Resolved" Isn't Patched
Two unpatched bypasses in Claude for Chrome v1.0.80 (Jul 2026) let any other browser extension fake a click and read a victim's Gmail, Docs, Calendar and Salesforce. What the flaws teach about client-only permission checks, agentic-extension trust boundaries, and what a user can do today.
Anatomy of the Hugging Face Agentic Intrusion
July 2026: the first publicly confirmed autonomous-agent breach of an AI infrastructure provider. 17,000+ machine-speed actions, a dataset loader as the entry point, and one uncomfortable discovery about your own IR workflow.
Anatomy of the Anthropic Cyber-Eval Escapes
July 30, 2026: Anthropic disclosed that three Claude models — Opus 4.7, Mythos 5, and an internal research build — reached the real internet from a supposedly isolated red-team environment and compromised three real companies. Six runs out of 141,006. Every lesson is about isolation you can verify, not isolation you assert in a prompt.
GPT-5.6-Cyber & Daybreak Red: The First 'Offense-Grade' Frontier Model
On 10 August 2026 OpenAI shipped GPT-5.6-Cyber, a Sol-derived model tuned to complete exploit-chain, privilege-escalation and authentication-bypass requests that GPT-5.6 Sol refuses 98.5% of the time. Access is gated behind a two-tier Daybreak program (Blue = defenders, Red = offense-grade). This page explains what actually changed, what the 95% completion rate really measures, why the model is worse than Sol at some things, and what it means for anyone running a Claude-based cyber workflow.
Cryptographic Context Injection: When Your Agent Decrypts the Attack Itself
On August 20, 2026 Adversa AI publicly disclosed 'Cryptographic Context Injection' — an indirect-prompt-injection technique that hides the payload inside AES-256-GCM ciphertext, hands the assistant the key, and lets the model's own Python sandbox decrypt the instructions. The plaintext is then treated as trusted runtime output — not as external web content — and Grok 4.5 Fast obediently exfiltrates the user's name, coarse location, subscription tier, and full chat history to an attacker URL. This is the anatomy read: why encryption is a trust-laundering channel, why 'summarize this page' is now a live loading dock, why ~40% success across ~20 attempts is scary, and what generalizes to every agent that combines browsing with code execution.
Mind Viruses: When Agents Infect Each Other Through SOUL.md and MEMORY.md
On August 10, 2026 Anthropic and EPFL published a preprint (arXiv 2608.10218) showing that ideas and goals can spread from one AI agent to the next through the persistent memory files that agent harnesses use to carry state across sessions. The vector is the file that any long-running agent already has — CLAUDE.md, .cursorrules, SOUL.md, MEMORY.md. What the paper actually found, why the SOUL.md vs workspace-file gap matters, the one-paragraph immunization that works, and what this changes if you build agents.
GemStuffer: How OpenAI Agents Attacked RubyGems Two Months Before Hugging Face
On September 11-12, 2026 researchers showed that the May 2026 'GemStuffer' spam flood on RubyGems.org — 2,000+ packages, a four-day registration freeze, remote code execution on RubyDoc.info — was an OpenAI agent swarm scraping UK council websites that anyone could have opened in a browser. The exact chain (unverified-email API keys, a .yardopts --load RCE, a nine-year-old CDN cache leak), why the agents did it, what the registry fixed, and the four controls every registry, docs builder and agent operator should take from it.