The Five Security Questions
Connecting AI to tools and data is powerful, and it is also where things go wrong. Before you trust or build any tool, it must be able to answer five questions. If a tool cannot answer them, it is not ready to be used.
- Who can call it?
Anyone, signed-in users, or only specific roles? Enforced on the server, not just hidden in the interface. - What data can it access?
Public pages, internal records, or personal data? Access should be the minimum the tool needs. - Is it read-only or write-capable?
A tool that only reads is a very different risk from one that can change, delete, publish or send. - What happens when it fails?
Does the user get an understandable message, or does the AI quietly fill the gap with a guess? - What evidence accompanies the result?
Source, timestamps and a link, so a human can check where the answer came from.
Info
Which is one of the five questions every tool must answer?