TASK Core, in plain English

TASK Core checks the rule before a sensitive action continues.

TASK Core means Trust Action Safety Kernel. In plain English: it is the rule-checking engine inside Passpod.

Why does this matter?

Some digital actions are too important to happen blindly. Before an AI agent, employee, app, or company does something sensitive, TASK Core helps check whether the action is allowed, needs review, or should stop.

It checks the request

Who is asking, what are they trying to do, and why does it matter?

It checks the rule

Is this action allowed, limited, expired, blocked, or waiting for approval?

It prepares the receipt

If the action continues, Passpod can record what was checked and decided.

What TASK Core checks

TASK Core is not the whole workflow. It is the rule-checking engine inside the workflow. It looks at the request, checks the rule, and returns a clear outcome.

1 · Request

Who is asking?

TASK Core looks at the actor, the action, the purpose, and the requested scope.

2 · Rule

Is it allowed?

It checks whether the action is allowed, limited, expired, blocked, or requires approval.

3 · Outcome

What happens next?

It returns a clear outcome so the action can continue, pause, stop, or create a receipt.

Allow Pause for review Deny Expire Revoke Create receipt

Example TASK Core result

A user requests a high-risk access change. TASK Core checks the rule and returns “review needed” before the action continues.

InputAccess change request
RuleHigh-risk action policy
OutcomeReview needed

What can TASK Core check?

Use simple scopes first. Add more later only when the workflow is clear.

AI action Access change Account recovery API key creation Data export Remote worker claim Vendor request Emergency access

What TASK Core is not

It is not a magic approval engine. It is not a legal guarantee. It does not make final decisions for companies.

For non-technical visitors

TASK Core is the checkpoint. It asks the right questions before something sensitive happens.

For developers

TASK Core is the API layer for policy checks, decision commits, receipt states, expiry, and revocation logic.

Boundary: TASK Core does not make the final business, legal, employment, financial, access, or security decision. It checks rules and helps record a limited decision path.

Try the checkpoint before you integrate it.

Start with Console, then request scoped access if the workflow fits your use case.