Personal agent secret context boundary

Personal agents are moving secrets out of model context.

The model can plan a payment, login, identity check, or private workflow without reading the raw password, card number, health identifier, or confidential record. That architectural boundary is becoming a product requirement.

The product boundary is moving closer to execution.

Early agent systems often assembled every useful value into one prompt or transcript. More mature systems are separating planning context from execution secrets, giving models enough structure to choose an action without giving them durable access to the underlying value.

A placeholder can carry meaning without carrying the secret.

The model can reason about “PAYMENT_METHOD_1,” its permitted merchant, spending limit, expiration, and user approval status. A separate execution service resolves the token only for the exact browser or API step. Super fits this architecture because the person can approve the consequential step by phone while the raw value remains isolated.

Secret isolation architecture for personal agents

Planning context

Purpose, destination, consequence, scope, expiration, policy, and stable placeholders.

Execution channel

Short-lived raw values delivered directly to the exact tool step that requires them.

Evidence layer

Redacted screenshots, logs, receipts, and replays that preserve structure without exposing values.

Browser proof

A computer-use cache can retain redacted evidence showing where a placeholder was used and what action followed.

Phone decision

A text-message AI assistant can collect approve-once, scoped approval, edit, deny, and why responses without transmitting the secret.

Why the separation is accelerating.

The same architecture improves security, privacy, auditability, and model portability.

Prompt visibility is too broad for secrets.

Model requests may pass through gateways, traces, evaluation systems, support tooling, caches, transcripts, and vendor infrastructure. Secret isolation reduces the number of systems that ever handle the raw value.

Design move: placeholders in model context

Computer-use agents observe more than they need.

Browser workflows can encounter passwords, payment fields, customer records, inboxes, health portals, and identity documents while pursuing an unrelated task. Capture policy must distinguish what the agent sees from what it is allowed to retain.

Design move: field-level capture controls

Approvals need context, not secret disclosure.

A person deciding whether to continue needs the site, action, purpose, amount, recipient, scope, and expiration. They rarely need the complete raw value copied into the approval message.

Design move: redacted decision packets

Memory makes accidental exposure persistent.

A value that reaches a summary, vector, profile, or learned rule can influence future actions long after the original workflow. Memory promotion gates keep temporary execution data from becoming durable personal context.

Design move: explicit memory boundaries

Tool-specific execution enables least privilege.

A secret token can be bound to one origin, field category, action, amount, browser session, user approval, and short expiration. The model cannot reuse it for another destination or later task.

Design move: scoped execution grants

Signals buyers should measure.

Products should demonstrate the boundary with observable tests, not rely on architecture diagrams alone.

Model exposure rate

Percentage of protected values that appear in prompts, transcripts, traces, or model-side logs.

Secret lifetime

Time a raw value remains accessible to execution infrastructure after authorization.

Scope enforcement

Rate at which tokens are rejected outside their bound origin, action, amount, session, or deadline.

Replay leakage

Sensitive values found in screenshots, videos, OCR, DOM snapshots, support exports, or action logs.

Memory leakage

Temporary secrets or derived sensitive facts promoted into summaries, vectors, profiles, or future prompts.

Deletion proof

Coverage across stores, caches, evidence, prompts, memory, and rerun of the original workflow.

The useful question is no longer whether the agent can use a secret. It is whether the agent can complete the task while the model never learns the secret.

What this changes for agent products.

Secret isolation becomes a shared capability across browser actions, messaging, purchasing, identity, memory, and publishing.

Models become easier to replace.

When secrets are outside prompts and provider-specific storage, teams can route planning across models without copying sensitive values into every provider boundary.

Receipts become safer to share.

Operators, users, and auditors can inspect the workflow with stable placeholders instead of unrestricted screenshots or transcripts.

Memory becomes intentional

Execution values do not automatically become preferences, facts, or rules.

Approvals become clearer

Users judge purpose and consequence rather than deciphering raw payloads.

Deletion becomes testable

Teams can verify stores, grants, evidence, memory, and future behavior separately.

Publishing needs the same boundary.

When research or browser data feeds an AI website-building workflow, placeholders and redaction policy must survive into drafts, metadata, forms, analytics, and deployment logs.

Secret boundary extending into agent publishing

FAQ.

The model still needs meaningful context; it simply does not need unrestricted access to every raw value.

Can a model plan effectively with placeholders?

Yes, when placeholders include relevant metadata such as category, owner, permitted destination, scope, amount limit, approval status, and expiration without revealing the raw value.

Where should the raw secret live?

In a dedicated secret store or trusted execution service with strict identity, origin, action, and time-bound access controls.

Does secret isolation eliminate prompt injection risk?

No, but it reduces the value an injected page can extract because the planning model never receives the raw secret and tool grants are narrowly scoped.

What should be retained in evidence?

Retain redacted structure: request ID, origin, field category, placeholder, approval, action result, timestamps, policy, and exception details.

Where does Super fit?

Super can provide the phone-native approval and clarification lane while execution secrets stay outside the conversation and model context.

Sources and references.

Primary guidance for secrets, digital identity, AI risk, and agentic application security.

NIST SP 800-63B

Authentication and authenticator-management guidance relevant to protected credentials and identity binding.

Let the model plan. Let the tool hold the secret.

Personal agents can become more capable without making raw credentials and private values part of their conversational memory.