AboutExpertiseWorkR&DBlogToolsStartContact
Tag

#security

What we learn moving organisations onto the Microsoft cloud. Method, not opinion.

AI & agents

A Copilot agent manifest is a security boundary. Here is the linter for it.

Every scoping property in a Microsoft 365 Copilot agent manifest is optional, and in six places omitting one grants the widest scope instead of the narrowest. A JSON Schema validator approves those manifests, because nothing in them is invalid: something optional is missing. So we wrote the check that does catch it. It finds six problems in a manifest that passes every other test.

·6 min read
AI & agents

One agent is an integration. A hundred is a governance problem.

Agents got production identities before they got a stable way to record what they did. Microsoft Entra Agent ID is generally available, with sponsors and expiry dates. The OpenTelemetry conventions for agent traces are still experimental. That gap is not a detail: it decides what you can responsibly put into production this year, and it turns an AI question into a governance one.

·10 min read
AI & agents

Agents decide. Code executes. Knowing the line is the job.

The promise is that agents replace applications. In the systems we build, they do not. An agent is very good at understanding a request, weighing options and choosing a tool. It is the wrong place for a payment, a tax rule or a permission check. This is where the line falls, and why putting it in the wrong place is expensive.

·8 min read
AI & agents

AI solved syntax. It did not solve judgement.

Three independent measurements, taken between 2025 and 2026, all point the same way: AI-generated code passes over 95% on syntax and 55% on security, and that second number has not moved in two years. The part you write got cheap. The part you decide did not.

·4 min read
Microsoft 365 & SharePoint

Windows 10 has ended: Windows 11 is the minimum, not the plan

Support ended in October 2025. Whether a fleet is already on Windows 11, paying for Extended Security Updates, or simply exposed, the decision underneath is the same: swap the PCs, or use the forced move to modernise the workplace behind them. This is the how, with the Intune, Autopilot and Azure commands, and the reason the same Windows 10 is free to keep alive in the cloud.

·7 min read
AI & agents

Can your AI assistant read documents the user cannot see?

A badly built RAG searches with the application's identity, not the asker's, and the assistant answers with what the person should not see. The fix is not a filter someone can forget to write: it is passing the user's token and letting Azure AI Search enforce permissions inside the engine.

·7 min read
Development & automation

Sending email from an application, without a single password

Microsoft turned off SMTP with a password. The answer is not to store a better secret: it is to store no secret at all. Managed identity, Microsoft Graph, and Mail.Send tied to a group of mailboxes. Here is the whole configuration, mistakes included.

·5 min read
AI & agents

What to put in order before switching Copilot on

Copilot does not create permission problems. It makes the ones already there findable, and you no longer need to know what you are looking for.

·2 min read