Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
SSG fills the gap between probabilistic prompt instructions and hard enforcement by blocking or redirecting non-compliant agent tool calls before they execute — something prompt files, tool allowlists, and pre-commit hooks each fail to do.
Skill Atlas replaces manual, file-by-file inspection of agent skill repos with an auto-generated visual dependency graph, making it possible to audit and edit LLM instruction trees directly in the browser without any server infrastructure.
Kintsugi's deterministic rule engine closes a gap left by AI coding agents that execute irreversible shell commands — `rm -rf`, `DROP TABLE`, `dd` — with no native undo, by making destructive actions recoverable via snapshots and ensuring the block decision cannot be subverted by prompt injection.
Oracle's managed MCP server introduces non-standard OAuth behavior — returning 404 instead of 401 to unauthenticated requests and scoping authorization to user tokens rather than app tokens — that breaks common client assumptions and requires specific workarounds to achieve a working agentic database connection.
The framework structurally separates the act of noticing from the act of analyzing, giving fleeting mid-session observations a place to land and grow rather than dissolving back into noise.
The `InvokeGuardrailChecks` API removes the requirement to pre-create guardrail resources, giving developers more flexible, granular control over where and when safety checks are applied within multi-turn agentic AI workflows.
The server exposes Langfuse's LLM observability data — traces, costs, and usage trends — through the MCP interface, making analytics accessible via natural language rather than direct API calls.
The gateway directly addresses the gap between giving engineering teams free choice of coding agents and maintaining organizational visibility and control over the resulting LLM spend.
RAGSync removes the need to write any ingestion or indexing code to give an LLM semantic search over a custom knowledge base, replacing what would otherwise be a bespoke RAG pipeline with a single YAML config.
VulnFeed brings EPSS-prioritized, lockfile-aware CVE scanning directly into MCP-compatible coding agents, replacing broad CVE noise with targeted, fix-ready alerts for a project's actual dependencies.