What is ZIFFER

ZIFFER is an authorization layer for AI agents. The agent holds no credential, every action is a proposal, your policy decides, and every outcome leaves a signed receipt.

What is ZIFFER, and what does an authorization layer for AI agents do?

ZIFFER is an authorization layer for AI agents. The agent holds no credential on your systems; every action is a proposal, your policy grants it, holds it for named humans, or refuses it, and every outcome leaves a signed receipt.

The category

Three layers in your stack already decide things, and none of them decides this one. Detection says whether something is happening. Orchestration says which playbook runs next. Identity says who may connect to what. Not one of them says whether this action, on this target, was entitled to run right now. Until now that answer was a person at a console.

ZIFFER is that layer. It sits where a proposed action passes, grades it against a signed policy you publish, and executes only what the policy grants.

The layer is needed because the agent's reading cannot be made safe. OWASP's own entry on prompt injection says it is unclear whether fool-proof prevention exists, and its entry on excessive agency is the other half: an agent holding functionality, permission or autonomy beyond its task. A filter reduces the first. Only authority bounds the second.

What ZIFFER is not

ZIFFER decides whether a proposed action runs. Read that as a limit, not a slogan.

  • It does not detect anything, it does not make triage more accurate, and it does not replace your SIEM or SOAR.
  • It never inspects text. It grades a proposed action, so a fluent, persuasive instruction that no rule covers is refused for the same reason a clumsy one is.
  • It does not hold your data. Your systems keep their own credentials; each gets one scoped credential that only ZIFFER can use.
  • It covers an agent only where that agent holds no credential of its own. An agent with an API key in a config file is outside the wall until that key is revoked.
  • It does not replace your analysts. They keep their consoles and their own accounts.

Three stages

Investigate. Every tool call is a proposal. Actions with a fixed shape are catalog entries, and the agent cannot express one outside the catalog.

Respond. Your signed policy grades every proposal. Reversible and in scope: granted. Irreversible or high impact: held for a quorum of two named humans, who sign the exact bytes that will run. No rule: refused.

Prove. Every outcome, refusals included, leaves a signed receipt: the action, the policy version, who approved, what ran. That receipt is the decision record your auditor asks for.

The pages in this section

Two groups, in the order meta.json holds them. Each page answers one question in full before ZIFFER is named.

Prompt injection.

Concepts.

The pages above are being written. A link that answers with a 404 today is one whose page has not landed yet; the order is the one content/learn/meta.json holds, and it is where each will appear.

Sources

  1. OWASP LLM01:2025 Prompt Injectionhttps://genai.owasp.org/llmrisk/llm01-prompt-injection/
  2. OWASP LLM06:2025 Excessive Agencyhttps://genai.owasp.org/llmrisk/llm062025-excessive-agency/