The doors are locked until you open them. That is the logic behind Guardrails Zero Standing Privilege — no one has access until the moment they truly need it, and it vanishes when they’re done.
Zero Standing Privilege (ZSP) is the opposite of permanent access. Credentials are never sitting in the system waiting to be abused. Instead, every request for access is evaluated in real time, checked against policy, and approved or rejected instantly. This removes the attack surface created by idle accounts and unused permissions.
Guardrails make ZSP practical and enforceable. They define clear rules for who can access what, under which conditions, and for how long. Every session is temporary by design. Every action is logged. Every permission expires without manual cleanup. This enforces least privilege in a way that cannot drift over time.
In traditional environments, standing privileges turn into hidden vulnerabilities. Credentials stored in repositories, admin accounts left open after projects end, forgotten roles that still carry broad access — these are points of failure. Guardrails ZSP closes them. Once a task is complete, the privilege is gone. If an attacker compromises a credential, it is useless outside its short, approved window.