Fetching from the wire…
Public story · 2026-02-21 · source-backed
1. Harden CI/CD Pipelines Against PromptPwnd AI Injection | Intermediate Aikido Security disclosed "PromptPwnd" — five Fortune 500 companies confirmed affected by AI agent injection in GitHub Actions.
.github/workflows/ for user-controlled input (github.event.issue.title) passed into AI agent promptsSANITIZED_TITLE=$(echo "$TITLE" | tr -cd '[:alnum:] -' | cut -c1-200)permissions: — contents: read, issues: read, never write access to AI agent jobs2. Defend Against AI-Augmented Credential Scanning | Intermediate The FortiGate campaign proved basic defense-in-depth defeats AI-augmented attacks — hardened targets were simply skipped.
3. Harden AI Coding Tool Supply Chains with OIDC | Advanced The Clinejection attack chain (prompt injection -> token theft -> malicious publish) is now the template. Defend against it.
[redacted]: uninstall cline AND openclaw globally, reinstall latest, rotate ALL credentials--provenance flag)uvx mcp-scan@latest --skills to audit all installed agent skills and MCP serverssnyk aibom to inventory all models, agents, tools, and skills4. Implement Runtime MCP Security | Advanced Production agents need runtime defense — the "guardrail sandwich" pattern with tool call authorization.
mcp-scan for tool poisoning detectionEach link below shares sources, entities, or timing with this story.
1. AWS Security Blog — FortiGate Campaign 2. The Hacker News — FortiGate Coverage 3. BleepingComputer — FortiGate 4. mbgsec.com — Clinejection Post-Mortem 5. Snyk — Cline Supply Chain Attack 6. Fortune — Pentagon-Anthropic 7. NBC News — Anthropic Defense 8. Anthropic — The Bri...
A security scanner. The tool your team trusts to find vulnerabilities. That was the entry point. The TeamPCP campaign compromised Aqua Security's Trivy scanner (a GitHub Action used in CI/CD pipelines), then used that foothold to backdoor LiteLLM's CI/CD pipeline, then pivoted...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
The agent skills supply chain is under coordinated attack. Snyk's ToxicSkills audit found 36% of ClawHub's 3,984 skills contain prompt injection payloads, 13.4% have critical malware, and submission rates exploded 10x to 500+/day. This week alone: CVE-2026-2256 (CVSS 9.1) is a...
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
An open-source AI attack platform called CyberStrikeAI, built in Go and integrating 100+ security tools with Claude and DeepSeek via a custom MCP server (ARXON), was used to systematically compromise 600+ Fortinet FortiGate appliances across 55 countries. Claude's coding agent...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.