Skip to content

Commit 065e5b3

Browse files
feat(registry): seed 26 verified 2026 AI-agent failure cases (#59)
Adds batch 4 of source-cited incidents spanning January to August 2026, covering agent sandbox escapes, MCP and coding-agent CVEs, AI supply chain compromises, and AI litigation and regulatory actions. Case numbers are derived from the highest number on file plus one, matching lib/db/case-number.ts, with retry on unique violations. Adds workday, semantic-kernel and mcp to the agents constant.
1 parent 9812edd commit 065e5b3

2 files changed

Lines changed: 934 additions & 0 deletions

File tree

lib/constants/agents.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,27 @@ export const AGENTS: AgentMeta[] = [
236236
description:
237237
"Amazon's agentic AI coding assistant, used internally and by AWS customers for autonomous development tasks.",
238238
},
239+
{
240+
slug: "workday",
241+
name: "Workday AI Screening",
242+
company: "Workday",
243+
description:
244+
"Workday's AI-powered recruiting and applicant screening tools, used by employers to filter job applications at scale.",
245+
},
246+
{
247+
slug: "semantic-kernel",
248+
name: "Microsoft Semantic Kernel",
249+
company: "Microsoft",
250+
description:
251+
"Microsoft's open-source agent framework for orchestrating LLM tool use across .NET, Python and Java.",
252+
},
253+
{
254+
slug: "mcp",
255+
name: "Model Context Protocol (MCP)",
256+
company: "Anthropic",
257+
description:
258+
"Open protocol and SDKs connecting AI agents to external tools, data sources and servers.",
259+
},
239260
{
240261
slug: "grok",
241262
name: "Grok",

0 commit comments

Comments
 (0)