top of page

Humanoid & Physical AI Safety Standard

Executive Summary

TRUSTBOUNDARY™

PHYSICAL AI SAFETY STANDARD

TB-PAS 1.0

Establishing an AI-to-Actuator Safety Boundaryfor Humanoid Robots and Physical AI

WHITE PAPER

Working Draft for Public Comment  |  Version 1.0  |  July 2026

Published by TrustRobotics

“No inference without validation. No validation without evidence. No actuation without authority. No continued authority outside the authorized physical envelope.”


 

Document Status and Important Notice

This white paper explains the technical rationale, architecture, conformance model, and intended industry role of the TrustBoundary Physical AI Safety Standard (TB-PAS 1.0) working draft. The normative TB-PAS specification remains the controlling source for conformance requirements. Where this white paper simplifies or illustrates a requirement, the normative specification controls.

TB-PAS is a private technical specification. It is not an ISO, IEC, IEEE, ANSI, ASTM, governmental, or regulatory standard. It does not replace applicable law, machinery-safety requirements, functional-safety engineering, cybersecurity requirements, product certification, workplace rules, or sector-specific obligations.

Standards statuses stated in this paper are current as of July 27, 2026 and are included for contextual comparison. Implementers should verify the latest editions, regional adoptions, and application-specific requirements before relying on any external standard.

Purpose of this paper

To explain why Physical AI requires an explicit runtime transfer-of-authority boundary; describe the six-part TB-PAS framework; show how the framework complements existing robot, functional-safety, and AI-governance standards; and invite technical participation in implementation, testing, and standards development.

 

Contents

• Executive Summary

• 1. The Safety Problem Created by Physical AI

• 2. The Existing Standards Landscape and the Missing Runtime Layer

• 3. TB-PAS 1.0 at a Glance

• 4. Part 1 — Terminology and Architecture

• 5. Part 2 — Mandatory Action Pipeline

• 6. Part 3 — Validation Classes

• 7. Part 4 — Humanoid Physical Action Safety Profile

• 8. Part 5 — Physical-Authority Token

• 9. Part 6 — Test and Certification Requirements

• 10. Implementation Patterns

• 11. Representative Use Cases

• 12. Certification, Governance, and Adoption Roadmap

• 13. Open Standard and Intellectual-Property Principles

• Conclusion

• References

• Appendix A — Core Principles

• Appendix B — Public-Comment Questions


 

Executive Summary

Artificial intelligence is moving from generating information to generating physical behavior. A language model can now initiate a mission, a vision-language-action model can select a manipulation, a world model can predict a route, and a learned controller can command a humanoid body. Once an inference can cause motors, brakes, grippers, tools, energy systems, or mobility subsystems to move, AI safety becomes a physical-authority problem.

Traditional robot safety remains essential, but it was largely developed around machines whose intended motions, control structures, hazards, and operating environments could be bounded during design and integration. Physical AI changes this assumption. The action may be generated at runtime, revised by a model, conditioned on uncertain perception, distributed across cloud and edge systems, or changed after deployment. The robot may produce a physically plausible action that is nevertheless unsafe, unauthorized, contextually invalid, socially unacceptable, or inconsistent with the state that was evaluated moments earlier.

The TB-PAS thesis

A Physical AI system should not treat an AI output as an actuator command. It should treat the output as a candidate physical action that must cross an independent TrustBoundary before physical authority is granted.

 

TB-PAS 1.0 defines an implementation-neutral architecture for that boundary. It requires interception of AI-generated candidate physical actions; normalization into a testable action representation; deterministic and, where required, predictive validation; action-specific release authorization; machine-verifiable enforcement at the actuator boundary; continuous monitoring; authority revocation; and transfer to protected minimum-risk actions when ordinary AI authority is unavailable or unsafe.


Figure 1 — The TB-PAS mandatory action pipeline.

The initial standard is organized into six parts:

Part

Subject

Function

Part 1

Terminology and Architecture

Defines the common vocabulary, reference roles, scope, independence principles, and architectural requirements.

Part 2

Mandatory Action Pipeline

Specifies the minimum sequence from candidate-action generation through enforcement, monitoring, revocation, or completion.

Part 3

Validation Classes

Defines TB-V1 through TB-V5, allowing systems to claim progressively stronger forms of assurance.

Part 4

Humanoid Profile

Adds whole-body stability, fall-consequence, manipulation-coupling, social-space, and public-space requirements.

Part 5

Physical-Authority Token

Defines a machine-verifiable object binding authorization to a specific action, robot, context, actuator scope, limits, evidence, and validity interval.

Part 6

Testing and Certification

Defines test evidence, fault injection, timing, degraded-mode, bypass, token-integrity, and recertification requirements.

 

TB-PAS is intended to complement established standards, not displace them. ISO robot standards can establish product and application safety requirements; IEC functional-safety standards can govern safety-related control functions and integrity; ISO/IEC AI standards can govern organizational risk management; IEEE standards can define ethical, ontological, transparency, and fail-safe frameworks. TB-PAS supplies a missing product-runtime layer: whether a particular AI-generated physical action should receive actuator authority in the present context.

1. The Safety Problem Created by Physical AI

1.1 From information outputs to physical consequences

A conventional information system can produce an incorrect answer without directly changing the physical world. A Physical AI system can convert an incorrect or contextually invalid output into movement, contact, force, momentum, heat, pressure, electrical energy, tool operation, or access to restricted space. The safety consequence is no longer confined to information quality.

Physical AI also compresses the distance between model inference and actuation. The same model stack may interpret a human request, perceive a scene, select an action, produce a trajectory, and update that action while the robot is moving. This creates safety risks at the precise point where software-generated intent becomes physical authority.

1.2 Why conventional command acceptance is insufficient

A motor controller ordinarily accepts commands that satisfy interface and electrical constraints. A robot controller may ensure that joint commands are syntactically valid and within fixed limits. Those checks remain necessary, but they do not establish that the action was evaluated as a whole, that its predicted consequences are acceptable, that the relevant context remains valid, or that the source model is authorized to cause the action.

For example, a joint trajectory can remain within every individual joint limit while causing the humanoid to lose balance, strike a nearby person, crush an object, violate a public-space rule, or continue using stale environmental assumptions. Safety therefore requires more than command validity. It requires action validity and context-bound physical authority.

1.3 The five recurring failure modes

Failure mode

Description

Unsafe generation

The model proposes an action that is physically hazardous, infeasible, unauthorized, or inconsistent with the operating domain.

Stale validation

The action was once acceptable, but the person, terrain, payload, robot state, or infrastructure condition changed before or during execution.

Scope mismatch

An authorization intended for one action, body region, robot, time window, or context is reused for another.

Boundary bypass

A debug, maintenance, remote, alternate-bus, update, or privileged path reaches an actuator without equivalent validation.

Unsafe fallback

Removing power, stopping abruptly, or surrendering control creates a worse hazard, such as an uncontrolled humanoid collapse.

 

1.4 Safety as a transfer-of-authority decision

TB-PAS treats the transition from AI inference to actuation as a formal transfer of authority. The AI action generator may propose. The TrustBoundary evaluates. The authorization engine grants, modifies, delays, or denies. The actuator firewall enforces. The execution monitor determines whether the authority remains valid. The safety-action controller acts when ordinary AI authority is denied or revoked.

Core architectural rule

No AI-generated candidate physical action shall receive actuator authority unless the action has been independently evaluated and a valid, action-bound release authorization is enforced at the physical execution boundary.

 

2. The Existing Standards Landscape and the Missing Runtime Layer

2.1 TB-PAS is designed as a complementary layer

Physical AI systems will continue to require conventional safety engineering. A TrustBoundary cannot substitute for safe mechanical design, protective systems, risk assessment, electrical design, verified safety functions, cybersecurity, or operational controls. The intended role of TB-PAS is narrower and technically specific: governing the runtime grant and continued enforcement of physical authority for AI-generated actions.

Framework

Primary focus

Status (Jul. 27, 2026)

Relationship to TB-PAS

ISO 10218-1:2025

Industrial robot design and safety requirements

Published

TB-PAS evaluates and authorizes specific AI-generated actions at runtime; it does not replace industrial robot design requirements.

ISO 10218-2:2025

Industrial robot applications and integration

Published

TB-PAS can be incorporated into the integrated application as an AI-action authorization function.

ISO/TS 15066:2016

Collaborative industrial robot systems and work environments

Published; revision underway

Contact limits and collaboration conditions can become deterministic constraints or predictive consequences evaluated by TB-PAS.

ISO/FDIS 13482

Service robot safety

Final Draft stage

TB-PAS supplies action-specific runtime authorization for service robots operating near people.

ISO/CD 25785-1

Dynamically stable industrial mobile robots, including bipedal and quadrupedal forms

Committee Draft

TB-PAS-H1 complements active-stability safety with candidate-action prediction, fall-consequence evaluation, and authority enforcement.

IEC 61508:2010 series

Functional safety of E/E/PE safety-related systems

Published

IEC 61508 can govern lifecycle and integrity of safety functions; TB-PAS defines the AI-specific action-authorization function.

IEC 62061:2021 + amendments

Functional safety of machinery safety-related control systems

Published

Applicable machinery control requirements may govern implementation integrity of TrustBoundary functions.

ISO/IEC 42001:2023

AI management systems

Published

Organizational governance complements, but does not itself implement, runtime actuator authorization.

ISO/IEC 23894:2023

AI risk-management guidance

Published

Risk-management processes can identify the need for TB-PAS controls; TB-PAS provides concrete product-runtime mechanisms.

IEEE 7009-2024

Fail-safe design of autonomous and semi-autonomous systems

Active standard

Fail-safe principles align with TB-PAS revocation and minimum-risk actions; TB-PAS adds action-bound authorization and enforcement.

 

2.2 The missing question

Existing frameworks can answer many essential questions: Was the machine designed safely? Are collaborative contact limits controlled? Is a safety function implemented with adequate integrity? Does the organization manage AI risk? Does the robot fail safely after anomalous behavior?

The TB-PAS question

What will physically happen if this candidate action executes, and should this action receive authority—on this robot, through these actuators, in this context, for this period, within these enforceable limits?

 

2.3 A layered standards model

Layer

Representative frameworks

Primary responsibility

Organizational governance

ISO/IEC 42001; ISO/IEC 23894

Policies, responsibilities, risk management, monitoring, improvement.

Product and application safety

ISO 10218; ISO 13482; ISO 25785; ISO/TS 15066

Robot design, application integration, contact, mobility, stability, and hazard controls.

Functional-safety engineering

IEC 61508; IEC 62061 and sector standards

Safety function lifecycle, architecture, verification, validation, and integrity.

AI-to-actuator runtime authority

TB-PAS 1.0

Candidate-action interception, prediction, release authorization, token enforcement, monitoring, revocation, and evidence.

 

3. TB-PAS 1.0 at a Glance


Figure 2 — Reference logical architecture. Functions may be allocated across software, firmware, processors, motor controllers, networks, or independent hardware.

3.1 Design principles

Principle

Meaning

Candidate-action principle

An AI output is not an actuator command until the TrustBoundary has authorized it.

Action binding

Authority applies to a defined action and version, not generally to the model or robot.

Context binding

Authority is valid only for the robot, environmental state, operating domain, time, and assumptions that were evaluated.

Independent evaluation

The AI action generator cannot unilaterally validate or authorize its own safety-critical action.

Enforceability

Authorization must be machine-verifiable at or before the physical execution boundary.

Continuing validity

Authorization can be revoked when execution, context, integrity, or evidence diverges from the authorized envelope.

Safe transfer of control

Loss of ordinary AI authority triggers protected minimum-risk behavior rather than an unexamined command or hazardous power removal.

Evidence

A conformance claim requires traceable evidence of what was evaluated, why authority was granted, and what occurred during execution.

 

3.2 Implementation neutrality

TB-PAS does not require a particular neural architecture, model provider, operating system, processor, bus, motor controller, or robot form factor. A conforming implementation may be software-only for lower-risk use, may rely on a protected safety controller, may enforce tokens inside motor controllers, or may distribute validation across robots and infrastructure. The standard focuses on observable interfaces, evidence, and outcomes.

3.3 Risk-proportionate assurance

Not every action requires the same validation burden. A low-energy internal camera adjustment may require deterministic bounds. Walking beside a child, carrying a heavy object, using a sharp tool, or operating in public space may require predictive, tactile, multi-agent, and independently enforced validation. TB-PAS therefore uses progressive validation classes and action-category declarations rather than a single undifferentiated certification claim.

4. Part 1 — Terminology and Architecture

4.1 A vocabulary for physical authority

Common vocabulary is not merely editorial. It determines what engineers design, what test laboratories measure, what insurers underwrite, what regulators can require, and what manufacturers can claim. TB-PAS Part 1 introduces terms that make the AI-to-actuator boundary testable and commercially interoperable.

Term

White-paper explanation

Physical AI system

A computational and physical system in which AI can generate, select, modify, or influence an action that changes the physical world.

AI action generator

A model, agent, policy, planner, controller, inference process, rule engine, or combination that produces or selects a candidate physical action.

Candidate physical action

A proposed physical command, behavior, trajectory, force profile, locomotion operation, manipulation, contact, or tool operation that has not received final authorization.

TrustBoundary

The mandatory boundary that intercepts candidate actions, obtains validation evidence, determines authority, and prevents unauthorized actuation.

Predictive validator

A validator that estimates future physical states, consequences, hazards, interactions, or constraint outcomes.

Release authorization

The decision permitting a defined action, or approved modification, subject to specified conditions and limits.

Physical-authority token

A machine-verifiable object binding release authorization to the particular action, robot, actuator scope, context, validity interval, evidence, and execution envelope.

Execution envelope

The permitted bounds for trajectory, timing, force, torque, velocity, acceleration, power, contact, body state, environment, policy, or authorization.

Actuator firewall

The enforcement function preventing an actuator endpoint from accepting or continuing an unauthorized or out-of-envelope command.

Safety-action controller

The protected function that can place or maintain the system in a minimum-risk condition when ordinary AI authority is absent, denied, expired, invalid, or revoked.

Authority revocation

Withdrawal or invalidation of previously granted authority when a relevant validity condition is no longer satisfied.

Validation evidence

Data establishing what was evaluated, what inputs and assumptions were used, what validators and policies applied, what outcomes were predicted, and why authority was granted or denied.

Validator independence

Separation preventing the AI action generator from unilaterally controlling, bypassing, falsifying, suppressing, or self-approving the validation decision.

Safety-critical context

A condition in which an incorrect or uncontrolled action can cause unacceptable harm, loss, damage, rights impairment, or hazardous loss of control.

Degraded mode

A state in which capability is reduced but limited operation may remain permissible under explicitly constrained authority.

Minimum-risk action

A protected action or controlled non-action intended to reduce or avoid harm after authority is denied or revoked.

 

4.2 Required logical roles

Role

Responsibility

AI action generator

Proposes the candidate physical action.

Interception and normalization layer

Captures every in-scope action path and converts actions into a representation suitable for evaluation.

Validator set

Performs deterministic, predictive, tactile, multi-agent, infrastructure, integrity, and authorization evaluations.

Authorization engine

Combines evidence and policy to grant, modify, delay, deny, or revoke authority.

Actuator firewall

Verifies the physical-authority token and enforces the execution envelope.

Execution monitor

Compares actual or estimated execution against the authorized action and conditions.

Safety-action controller

Executes protected minimum-risk behavior when ordinary authority is unavailable.

Evidence recorder

Produces traceable evidence for engineering, certification, incident review, and recertification.

 

4.3 Non-bypassable coverage

A standard action path is insufficient if maintenance, remote, debug, update, emergency, simulation-transfer, or alternate communication paths can command actuators without equivalent controls. Part 1 therefore requires identification and documentation of all physical command paths. Any exception must be independently justified and protected as a safety-action path, not silently treated as a bypass.

5. Part 2 — Mandatory Action Pipeline


Figure 3 — Minimum observable sequence required by Part 2.

5.1 Generate

The AI action generator produces or selects a candidate physical action. The candidate can originate from a language model, vision-language-action model, world model, policy, motion planner, cloud service, human command interpreted by AI, or multi-agent process. At this stage the output has no final actuator authority.

5.2 Intercept

Every in-scope candidate action must cross the TrustBoundary. Interception should occur before an actuator-control endpoint accepts the action and should cover direct commands, trajectories, force profiles, tool operations, body-region commands, and mission-level outputs that are automatically translated into physical execution.

5.3 Normalize

Different AI systems express action differently. Normalization converts the output into an evaluation-ready representation containing the action identity, source, target body region or actuator, trajectory or control parameters, timing, assumptions, intended outcome, and relevant context. Normalization makes heterogeneous models testable through a common boundary.

5.4 Predict

Where the action category or risk requires TB-V2 or higher, the system estimates future physical consequences. Prediction can include collision, balance, support, force, contact, object motion, shared occupancy, energy, infrastructure state, public-space authorization, or other prospective outcomes. The standard does not mandate a particular predictive method, but it requires declared validity, uncertainty handling, and evidence.

5.5 Evaluate

The validator set applies applicable deterministic limits, predictive consequences, contact conditions, multi-agent states, infrastructure permissions, policy rules, and integrity checks. The authorization engine must use the required evidence set rather than allowing the AI generator to select only favorable results.

5.6 Authorize

The TrustBoundary can authorize the original action, authorize a constrained or modified version, delay pending additional evidence, decompose the action, reroute it, substitute a minimum-risk or approved alternative, or deny it. Authorization produces a machine-verifiable physical-authority token or equivalent protected handle.

5.7 Enforce

The actuator firewall verifies the authorization before physical execution. It rejects commands lacking valid authority, commands outside the actuator or body-region scope, expired or replayed tokens, altered tokens, mismatched action versions, and parameters exceeding the execution envelope.

5.8 Monitor

Physical authority is not irrevocable. The execution monitor checks whether the robot, action, environment, integrity state, and timing remain within the assumptions and limits used for authorization. Material changes trigger revalidation, constrained continuation, or revocation.

5.9 Revoke or complete

On successful completion, the authorization is consumed or closed and evidence is recorded. When authority is revoked, the ordinary AI action stops receiving physical authority and the system executes a context-appropriate protected response. A humanoid may need to stabilize, kneel, lower a payload, assume a protective posture, or perform a controlled fall rather than simply lose power.

Normative centerpiece

A conforming Physical AI system shall prevent an AI-generated candidate physical action from reaching an actuator-control endpoint unless a TrustBoundary has produced a valid release authorization for that candidate physical action.

 

6. Part 3 — Validation Classes


Figure 4 — Progressive validation classes TB-V1 through TB-V5.

6.1 TB-V1 — Deterministic Constraint Validation

TB-V1 checks fixed limits, permissions, and prohibited conditions. Representative controls include joint range, maximum torque, maximum velocity, geofence, payload limit, prohibited object, human-clearance requirement, source authorization, action whitelist, and operating-mode rules. TB-V1 is the minimum baseline for a general TB-PAS conformance claim.

6.2 TB-V2 — Predictive Physical Validation

TB-V2 evaluates future physical consequences. A system may use world models, learned dynamics, collision prediction, balance prediction, force prediction, trajectory simulation, digital twins, or heterogeneous combinations. TB-V2 is especially important where a fixed rule cannot capture the interaction among body configuration, environment, timing, and action sequence.

6.3 TB-V3 — Contact and Tactile Prediction

TB-V3 addresses contact-rich behavior: grasping, object transfer, tool use, human contact, fragile objects, high-force manipulation, dexterous hands, slip, entrapment, unexpected resistance, and contact-location constraints. It connects tactile and force evidence to the authorization and monitoring process rather than treating contact sensing only as post-event feedback.

6.4 TB-V4 — Multi-Agent and Infrastructure Validation

TB-V4 expands the safety context beyond one robot. It evaluates nearby robot actions, shared occupancy, common-object state, peer conflicts, reservations, infrastructure permissions, access rights, network or service state, and public-space authorization. A single robot’s local action can be unsafe because of another agent’s planned motion or because a permission has expired.

6.5 TB-V5 — Independent Safety Authority

TB-V5 requires logically or physically independent enforcement, protected execution, non-bypassable actuator gating, fail-closed behavior for ordinary AI authority, and independent minimum-risk actions. Independence may be established through protected processes, privilege separation, separate processors, motor-controller enforcement, cryptographic verification, electrical isolation, or physically independent hardware—provided that the declared threat model and tests are satisfied.

6.6 Class selection by action category

Action category

Illustrative minimum

Reason

Internal low-energy sensor adjustment

TB-V1

Deterministic range, speed, and collision constraints may be sufficient.

Warehouse navigation near workers

TB-V1 + TB-V2

Requires deterministic limits and predicted occupancy/collision consequences.

Humanoid handing an object to a person

TB-V1 + TB-V2 + TB-V3

Requires trajectory, human-space, grasp, force, slip, and contact prediction.

Two robots jointly carrying a load

TB-V1 through TB-V4

Requires shared object state, peer action, occupancy, force, and timing validation.

Public-space humanoid with high-energy actuation

TB-V1 through TB-V5 + H1

Requires public authorization, whole-body prediction, token enforcement, and protected minimum-risk control.

 

7. Part 4 — Humanoid Physical Action Safety Profile


Figure 5 — TB-PAS-H1 adds humanoid-specific whole-body and public-interaction requirements.

7.1 Why humanoids need a dedicated profile

Humanoids combine active balance, whole-body momentum, long reach, dexterous manipulation, expressive head and gaze behavior, human-scale operation, and potential access to spaces built for people. A safety decision limited to one joint or one arm can miss whole-body consequences. A stop command can itself cause collapse. Social and public-space behavior can become safety relevant because people interpret humanoid approach, gaze, following, reaching, and hand presentation as intentional conduct.

7.2 Whole-body stability

The validator should evaluate support polygon, predicted center of mass, angular momentum, foot contact, terrain condition, recovery-step availability, fall direction, payload effect, and nearby persons or objects. A manipulation that is locally feasible may be globally unsafe because it shifts the support condition or consumes the robot’s recovery capacity.

7.3 Fall-consequence management

A humanoid can satisfy a nominal balance controller yet still present unacceptable consequences if recovery fails. TB-PAS-H1 therefore treats fall direction, likely impact region, human strike risk, object crush risk, self-damage, safe kneeling, protective arm placement, energy dissipation, and controlled fall as prospective validation and minimum-risk issues.

7.4 Manipulation and whole-body coupling

Lifting, pushing, pulling, tool use, and object transfer couple the hands to the torso, legs, support surface, object, and nearby people. The standard requires cross-body evaluation whenever a candidate action can materially alter balance, support, load path, reachable space, or fall consequences.

7.5 Human social space

Humanoid safety is affected by approach velocity, passing distance, gaze direction, head orientation, hand presentation, unexpected reaching, following behavior, doorway and elevator interactions, and operation near children or vulnerable persons. These requirements are not an attempt to regulate personality. They establish measurable physical-behavior constraints for human-scale robots operating in shared space.

7.6 Public-space authority

A humanoid should not ask only whether it can physically enter or traverse a space. The TrustBoundary can evaluate whether the robot is authorized, insured, supervised, capable, reserved, paid, and permitted under the applicable mission, premises, infrastructure, or jurisdictional conditions. Expiration of public-space authority becomes a revocation condition requiring a safe route, exit, stop, wait, or request for assistance.

8. Part 5 — Physical-Authority Token


Figure 6 — The physical-authority token binds validation to enforceable execution.

8.1 Why a token is necessary

A Boolean “safe” signal is too weak for heterogeneous Physical AI systems. It can be detached from the action that was evaluated, reused after the context changes, presented to a different actuator, or replayed after completion. The physical-authority token carries the scope and conditions of authorization to the enforcement point.

8.2 Minimum information model

Field group

Purpose

Token identifier

Unique or collision-resistant identity for the authorization object.

Robot or device identifier

Binds authority to the intended Physical AI system.

Candidate-action identifier and version

Binds authority to the exact evaluated action.

Source model or generator identifier

Identifies the model, agent, policy, planner, or controller where relevant.

Actuator or body-region scope

Defines which physical endpoints may execute.

Validator and policy versions

Identifies the evidence-generating functions and governing constraints.

Robot and environment state references

Binds authority to safety-relevant internal and external state.

Permitted action and execution envelope

Defines the trajectory, force, torque, velocity, range, timing, contact, or power limits.

Issue time and validity interval

Prevents use outside the authorized period.

Revocation conditions

Defines events and states that withdraw authority.

Replay-control value

Prevents unauthorized reuse.

Integrity mechanism

Supports signature, message authentication, protected handle, or equivalent machine verification.

Evidence reference

Links the token to validation and authorization evidence.

 

8.3 Token lifecycle

1  Issue. The authorization engine produces the token only after required validation and policy conditions are satisfied.

2  Verify. The actuator firewall verifies integrity, identity, scope, timing, replay controls, and action match.

3  Execute. The actuator accepts only commands covered by the execution envelope.

4  Monitor. The system tests continuing validity of robot state, environment, action, evidence, and timing.

5  Refresh or revoke. Material changes require updated validation or immediate withdrawal of authority.

6  Consume and close. Completion, expiration, or revocation prevents later replay and closes the evidence record.

8.4 Security and interoperability

The token can be serialized as a signed message, protected memory object, capability handle, secure bus transaction, motor-controller authorization, or other machine-verifiable representation. TB-PAS defines required semantics and behavior rather than one wire format. A future interoperability profile can standardize schemas, cryptographic suites, timing classes, and actuator interfaces.

9. Part 6 — Test and Certification Requirements


Figure 7 — Conformance is a lifecycle, not a one-time demonstration.

9.1 Testable safety, not aspirational safety

A standard becomes commercially meaningful when a laboratory, integrator, insurer, customer, or regulator can determine whether the system passes. TB-PAS Part 6 therefore requires declared scope, initial conditions, candidate action, injected fault or hazard, required TrustBoundary response, maximum response time, permitted fallback action, audit evidence, and objective pass/fail criteria.

9.2 Core scenario families

Scenario family

Test objective

Unsupported terrain

Command a step onto terrain that cannot support the commanded placement or load.

Human occupied-space reach

Command an arm through a person’s occupied or predicted occupied space.

Excessive grasp force

Command or develop force above the authorized object or contact envelope.

Changed environment

Change a person, obstacle, support condition, or infrastructure state after validation.

Loss of balance during manipulation

Induce instability while carrying, pushing, pulling, or using a tool.

Model replacement

Change the AI action generator or version during operation.

Token alteration or replay

Modify, reuse, expire, or mis-scope an authorization token.

Actuator mismatch

Present a command different from the validated action or limits.

Communication or validator failure

Remove required evidence, network service, peer state, or validator availability.

Repeated unsafe regeneration

Cause the AI to repeatedly regenerate materially equivalent blocked actions.

Degraded sensing

Make a safety-relevant sensor stale, inconsistent, or unavailable.

Boundary bypass

Attempt actuation through debug, maintenance, remote, update, or alternate-bus paths.

Expired public-space authority

Expire a mission, reservation, supervision, insurance, payment, or access condition.

Unsafe power removal

Trigger a stop where immediate power loss would cause uncontrolled collapse.

 

9.3 Certification claims

Claim

Minimum scope

TB-PAS Conformant

Parts 1, 2, 5, and 6 plus at least TB-V1 for declared action categories.

TB-PAS Predictive

Conformant plus TB-V2 for declared predictive action categories.

TB-PAS Contact-Safe

Predictive plus TB-V3 for declared contact-rich action categories.

TB-PAS Connected

Predictive plus TB-V4 for declared multi-agent, infrastructure, or public-space operation.

TB-PAS Independently Enforced

Applicable lower classes plus TB-V5.

TB-PAS-H1 Humanoid

Applicable TB-PAS classes plus the humanoid profile in Part 4.

 

9.4 Evidence package

• system and subsystem identification;

• hardware, software, model, validator, policy, and token versions;

• declared operating domain and action categories;

• validation-class mapping and timing deadlines;

• test procedures, injected faults, raw results, logs, and pass/fail determinations;

• known exclusions, external dependencies, degraded modes, and minimum-risk actions;

• cybersecurity assumptions affecting token and boundary integrity;

• material-change criteria and recertification triggers.

9.5 Recertification

A certification claim should be re-evaluated after material changes to the AI action generator, validator set, safety controller, actuator interface, token format, policy set, operating domain, body configuration, sensor suite, public-space authorization model, or minimum-risk behavior. Field incidents and near misses should feed the renewal process.

10. Implementation Patterns

10.1 Software TrustBoundary

A software-only implementation can intercept actions in the robot operating system or middleware, normalize commands, call validators, issue protected software authorizations, and enforce them in a privileged actuator-dispatch layer. This pattern can support TB-V1 and TB-V2 where the threat model and consequence severity permit logical independence.

10.2 Protected safety-controller implementation

A separate processor or protected execution environment can perform validation, token issuance, or enforcement independently from the generative AI compute domain. This improves resistance to software compromise and supports stronger TB-V5 claims.

10.3 Actuator-local enforcement

Motor controllers, joint controllers, brake controllers, tool controllers, and power electronics can verify action-bound authorization and enforce local torque, velocity, range, contact, timing, and revocation conditions. Actuator-local enforcement reduces the possibility that an upstream compromise can bypass the boundary.

10.4 Distributed and multi-agent implementation

TB-V4 may distribute validation evidence across peer robots, shared world models, facilities, access-control systems, elevators, chargers, vehicles, public infrastructure, and remote services. The authorization engine should distinguish missing or stale evidence from affirmative permission and should not infer authority from silence.

10.5 Independent minimum-risk controller

For high-consequence systems, the safety-action controller should remain capable of stabilization or controlled safe behavior even when the ordinary AI generator, network, or main compute stack fails. The protected controller should have only the authority necessary to reduce risk, not unrestricted mission authority.

10.6 Example allocation table

Component

Representative function

Trust position

AI compute

Mission reasoning, perception, policy, planning, candidate-action generation

Untrusted for final physical authority

TrustBoundary middleware

Interception, normalization, validator orchestration, evidence collection

Protected process or privilege domain

Safety processor

Authorization decision, critical validators, token generation

Independent or higher-assurance domain

Motor controller

Token verification, local envelope enforcement, revocation response

Physical execution boundary

Safety-action controller

Stabilization, kneeling, payload lowering, protective posture, controlled fall

Protected minimum-risk authority

Evidence store

Decision and execution logs, configuration baseline, test evidence

Integrity-protected and access-controlled

 

11. Representative Use Cases

11.1 Humanoid factory assistant

A humanoid retrieves parts, carries loads, uses tools, and works near people. TB-V1 limits speed, force, work zones, payload, and tool permissions. TB-V2 predicts balance and collision. TB-V3 evaluates grasp and handover contact. TB-V4 coordinates shared aisles and equipment. TB-V5 enforces authorization at motor controllers and preserves independent stabilization.

11.2 Service humanoid in a public building

The robot navigates lobbies, elevators, doorways, and crowded spaces. The H1 profile governs approach, passing, gaze, unexpected reaching, and vulnerable-person operation. Public-space authorization binds the robot’s mission, access rights, supervision, insurance, reservations, and operating domain to physical authority.

11.3 Warehouse mobile manipulator

A mobile manipulator executes model-generated picks and routes. TB-PAS binds each pick and trajectory to object identity, payload, aisle state, human occupancy, gripper limits, and validity period. A changed pallet or worker location invalidates stale authorization before execution continues.

11.4 Care and medical-support robot

The system operates near vulnerable people, transfers objects, supports movement, or handles sensitive equipment. TB-V3 evaluates contact and force, while authorization policy can require caregiver or clinician approval for defined actions. Degraded sensing causes reduced authority rather than continued operation based on optimistic inference.

11.5 Multi-robot cooperative lift

Two or more robots share a load. No robot can validate its action solely from local state. TB-V4 evaluates common-object state, peer timing, force contribution, shared occupancy, communication health, and fallback behavior. Loss of one robot’s authority triggers a coordinated minimum-risk response.

12. Certification, Governance, and Adoption Roadmap

12.1 Stage 1 — Public technical specification

Publish TB-PAS 1.0 as an open working draft with normative “shall” requirements, informative rationale, conformance classes, test scenarios, version history, patent notice, and public-comment procedure. The current Parts 1–6 working draft establishes this baseline.

12.2 Stage 2 — Reference schemas and implementation

Publish candidate-action, physical-authority-token, validation-evidence, and revocation schemas together with a reference middleware implementation and test harness. The reference implementation can be open source even where particular optimized or safety-certified implementations are proprietary.

12.3 Stage 3 — Industry working group

Create a balanced working group including humanoid manufacturers, actuator suppliers, robot operating-system developers, functional-safety engineers, testing laboratories, insurers, researchers, premises operators, worker representatives, accessibility experts, and public-interest participants. Governance should include conflict-of-interest disclosure, recorded issue resolution, version control, and transparent change proposals.

12.4 Stage 4 — Conformance testing and certification marks

Develop laboratory procedures, standardized fault-injection tools, timing classes, evidence formats, test fixtures, and certification marks. Initial certification may be performed by TrustRobotics-approved laboratories, with a transition toward independent accreditation and mutual recognition.

12.5 Stage 5 — Formal standards submission

After implementation evidence and industry participation mature, submit appropriate portions to a recognized standards-development organization. Runtime architecture, authorization tokens, interoperability, and validator interfaces may fit an IEEE pathway; robot-safety profiles may fit ISO/TC 299 work; test methods may fit ASTM or other performance-oriented venues. The submission strategy should preserve compatibility with existing safety standards and formal patent-disclosure obligations.

12.6 Version governance

Change type

Governance treatment

Patch update

Editorial corrections and clarifications that do not alter conformance behavior.

Minor update

New optional profiles, test scenarios, schemas, or implementation guidance without invalidating conforming 1.x systems.

Major update

Changes to normative requirements, class structure, token semantics, or conformance claims requiring reassessment.

Emergency safety notice

Rapid publication of a discovered unsafe interpretation, test weakness, bypass path, or required mitigation.

 

13. Open Standard and Intellectual-Property Principles

A credible safety standard must be implementable, testable, and transparent. It must also be candid about intellectual property. TrustRobotics should distinguish the open normative interface from patented implementation technologies and avoid implying that implementation is unrestricted where a license may be required.

Principle

Recommended policy

Open access to the specification

The normative standard, terminology, conformance classes, and test requirements should be publicly available for review and implementation.

Transparent patent disclosure

Known patents or applications that may contain claims essential to a mandatory requirement should be identified under the applicable policy.

Implementation choice

The standard should define outcomes and interfaces where possible, allowing multiple software, hardware, model, and controller implementations.

Reference implementation

A usable implementation and test harness can accelerate adoption and reveal ambiguities, even if commercial high-assurance implementations remain proprietary.

Fair licensing policy

Before formal standardization, TrustRobotics should publish clear terms for any essential patent rights, including scope, reciprocity, field limitations, certification use, and treatment of open-source projects.

Certification-mark separation

The right to implement technical requirements should be distinguished from the right to use TrustBoundary or TB-PAS certification marks.

No safety lock-in

Critical safety evidence, revocation, and minimum-risk interfaces should not depend on a single cloud provider or unavailable proprietary service without declared fallback behavior.

 

Strategic positioning

TrustBoundary should own the intelligence and authorization semantics of the AI-to-actuator boundary. Hardware, operating systems, validators, and motor controllers can compete to implement and enforce those semantics.

 

Conclusion

Physical AI changes the safety problem from controlling a predesigned machine to controlling the runtime transfer of physical authority from an AI process. A system can satisfy traditional command syntax and fixed joint limits while still executing an unsafe, stale, unauthorized, socially unacceptable, or physically consequential action. Safety therefore requires an explicit boundary between AI-generated intent and actuator authority.

TB-PAS 1.0 proposes that boundary. It introduces a shared vocabulary, a mandatory action pipeline, progressive validation classes, a humanoid-specific profile, an action-bound physical-authority token, and testable certification requirements. It does not replace existing robot, machinery, functional-safety, cybersecurity, or AI-governance standards. It supplies the missing runtime mechanism that connects those requirements to each AI-generated physical action.

The operating principle

No inference without validation. No validation without evidence. No actuation without authority. No continued authority outside the authorized physical envelope.

 

The immediate objective is practical: invite manufacturers, engineers, laboratories, insurers, researchers, and public-interest stakeholders to implement the working draft, challenge its assumptions, improve its testability, and help establish a common safety boundary before general-purpose Physical AI becomes broadly deployed.

References

Ref.

Source

[1]

TrustRobotics, TrustBoundary Physical AI Safety Standard, TB-PAS 1.0, Parts 1–6, Working Draft for Public Comment, July 2026.

[2]

ISO 10218-1:2025, Robotics — Safety requirements — Part 1: Industrial robots.

[3]

ISO 10218-2:2025, Robotics — Safety requirements — Part 2: Industrial robot applications and robot cells.

[4]

ISO/TS 15066:2016, Robots and robotic devices — Collaborative robots.

[5]

ISO/FDIS 13482, Robotics — Safety requirements for service robots, Edition 2, under development as of July 27, 2026.

[6]

ISO/CD 25785-1, Robotics — Safety requirements for dynamically stable industrial mobile robots — Part 1: Robots, under development as of July 27, 2026.

[7]

IEC 61508:2010 series, Functional safety of electrical/electronic/programmable electronic safety-related systems.

[8]

IEC 62061:2021 with amendments, Safety of machinery — Functional safety of safety-related control systems.

[9]

ISO/IEC 42001:2023, Information technology — Artificial intelligence — Management system.

[10]

ISO/IEC 23894:2023, Information technology — Artificial intelligence — Guidance on risk management.

[11]

IEEE 7009-2024, IEEE Standard for Fail-Safe Design of Autonomous and Semi-Autonomous Systems.

[12]

IEEE 7007-2021, IEEE Ontological Standard for Ethically Driven Robotics and Automation Systems.

 

Standards descriptions and development statuses were verified against official ISO, IEC, and IEEE Standards Association sources as of July 27, 2026.

Appendix A — Core Principles

No.

Principle

1

Treat every AI physical output as a candidate action, not an actuator command.

2

Intercept every in-scope physical command path.

3

Normalize heterogeneous actions into an evaluation-ready representation.

4

Apply deterministic and risk-appropriate predictive validation.

5

Prevent the AI action generator from self-authorizing safety-critical actions.

6

Bind authority to the action, robot, actuator scope, state, time, evidence, and limits.

7

Enforce authorization at or before the physical execution boundary.

8

Monitor continuing validity during execution.

9

Revoke authority when the action or context departs from the authorized envelope.

10

Transfer control to protected minimum-risk behavior after denial or revocation.

11

Produce evidence sufficient for testing, certification, incident review, and recertification.

12

Complement, rather than replace, applicable safety and regulatory frameworks.

 

Appendix B — Questions for Public Comment

1  Comment question. Are the defined logical roles sufficiently implementation-neutral for software, firmware, hardware, cloud-edge, and distributed robot architectures?

2  Comment question. Does the candidate-action definition capture mission-level outputs that automatically produce physical execution?

3  Comment question. What minimum timing classes should be standardized for locomotion, manipulation, contact, and emergency revocation?

4  Comment question. What evidence should be mandatory when predictive models are uncertain, non-deterministic, or continuously updated?

5  Comment question. How should independent validation be demonstrated when the validator and AI action generator share compute, data, or model components?

6  Comment question. Which token fields must be interoperable across robot operating systems, actuator vendors, and facilities?

7  Comment question. What cryptographic and replay-protection profiles are practical for hard real-time actuator systems?

8  Comment question. Which humanoid fall and unsafe-power-removal scenarios should be mandatory for TB-PAS-H1 certification?

9  Comment question. How should public-space authority represent insurance, supervision, reservation, payment, premises, and jurisdictional permissions?

10  Comment question. What material changes should automatically trigger partial or full recertification?

11  Comment question. How should field incidents, near misses, and blocked-action regeneration be reported without exposing sensitive personal or proprietary data?

12  Comment question. What governance and patent-licensing commitments are necessary for broad manufacturer and open-source adoption?

Technical comments should identify the relevant TB-PAS part, requirement or term; describe the problem; provide a proposed resolution; and, where possible, include an implementation example or test scenario.


 

TRUSTBOUNDARY™

PHYSICAL AI SAFETY STANDARD — TB-PAS 1.0

Working Draft White Paper for Public Comment

TrustRobotics

July 2026

The normative TB-PAS 1.0 specification controls conformance. This white paper is explanatory and does not constitute certification, legal advice, regulatory approval, or a representation of compliance with any external standard.

Related Patents

View All Patents

Partner with
TrustRobotics

Integrate the industry's premier
AI-to-actuator safety layer.

Accelerate Open Development

Validate & Test Stack

Secure Commercial Licensing

bottom of page