Security checklist
Agent Access Readiness
18 control questions across 8 categories. Track A covers design-time decisions: agent inventory, ownership, policy, and tool surface. Track B covers execution-time behavior: credential scope, authorization, blast radius, and audit evidence. Answers are scored, gaps are ranked by severity, and results persist in your browser.
Your answers stay in your browser. They are written to localStorage and encoded into the URL fragment when you copy a share link. No answer data reaches any server unless you submit the Access Scanner request form, at which point only the information you enter in that form is transmitted.
Scope check
Three questions to calibrate the checklist to your deployment
Answers here are not scored. They determine which controls apply and how severity is weighted.
Answer all three questions to continue.
Frequently asked questions
- What is agent access readiness?
- Agent access readiness is the degree to which your AI agents operate under controls that were deliberately designed for agentic execution — not inherited from human IAM. It covers two tracks: design-time controls (inventory, ownership, policy, tool surface) and execution-time controls (credential scope, per-action authorization, blast radius limits, and audit evidence). A team is not ready to run agents in production until both tracks are sufficiently covered.
- Why does login-time identity not cover agent actions?
- Login-time identity authenticates a person at the moment they enter a system. It says nothing about what that person's agent is allowed to do twenty tool calls later, in a chain the person never explicitly reviewed. Agents inherit standing permissions and static credentials, which means every action the agent takes is implicitly authorized by the original login — regardless of whether the action fits the task, the scope, or the risk tolerance for that moment. Runtime access control evaluates each action independently, at the moment it executes, against the intent of the triggering request.
- What counts as an execution-time control?
- An execution-time control evaluates a specific action before it completes. Examples include: a policy check that compares a tool call against the originating task intent; a credential system that issues task-scoped tokens that expire when the run ends; a rate limit that caps state-changing calls per execution; and an action-level log that records the allow-or-deny decision for each tool call. A log that records what happened after the fact is an observation mechanism, not a control — it cannot stop an action that has already completed.
- How long does this assessment take?
- About ten to fifteen minutes for a single person who knows their stack. The gate questions take under a minute. Each of the eighteen checklist items is a single yes, partial, or no answer. If you need to look up credential provisioning details or check audit log coverage, allow additional time. Answers are saved in your browser as you go, so you can close the tab and return without losing progress.
- What happens to my answers?
- Your answers are stored only in your browser. They are written to localStorage under the key agntid-assessment-v1 and encoded into the URL fragment when you share a link. No answer data is sent to AgntID or any server unless you submit the Access Scanner form, at which point only the information you explicitly enter in that form is transmitted.