1. The boundary inside the command
Michael Crichton’s The Andromeda Strain returns as the recalled work because its containment logic depends on knowing which actions are allowed inside a sealed environment and which would breach it. A spacecraft’s trust boundary is similar: not a single wall but a set of nested permissions that decide which commands may pass, under what conditions, and with what proof.
This entry wonders about autonomous trust boundaries and secure maneuver authorization for the desktop.
2. What autonomous trust boundaries mean
Autonomous trust boundaries are the rules that separate what the platform may decide on its own from what requires fresh authorization. For the desktop, the spectrum includes:
- Ground-commanded: every maneuver is designed, approved, and transmitted from the ground.
- Ground-approved templates: the platform selects from pre-approved maneuver templates when conditions match.
- Policy-bounded autonomy: the platform plans maneuvers within pre-approved windows, thresholds, and propellant budgets.
- Delegated authority: the platform adapts policy within constraints, reporting afterward.
- Full autonomy: the platform decides and acts without pre-defined bounds.
For the desktop, the realistic region is policy-bounded autonomy with ground notification. Full autonomy is too risky for propulsion maneuvers; ground-only control is too slow for conjunctions and drag events.
3. Why secure maneuver authorization matters
The cybersecurity reading established that command links can be spoofed, replayed, or intercepted. If an adversary can inject a maneuver command, they can:
- deplete propellant;
- change the orbit to create a conjunction;
- point sensors at the sun;
- trigger safe mode repeatedly;
- disable communications.
Autonomous maneuver authorization must therefore be both cryptographically verifiable and policy-bounded. A valid signature is necessary but not sufficient; the command must also be within the platform’s authorized envelope.
4. What could go wrong
- A legitimate command is signed but exceeds the pre-approved delta-v budget.
- A replayed collision-avoidance maneuver is accepted because the platform does not check freshness.
- A ground-station key is compromised, and the platform cannot distinguish legitimate from malicious commands.
- An autonomous maneuver plan is correct but the platform cannot prove it was generated by trusted software.
- A safety-critical command requires two signatures, but only one is available during an emergency.
5. What this changes
- Autonomous trust boundaries are not about removing ground oversight but about defining what the platform may decide within policy.
- Every autonomous maneuver must carry both cryptographic proof and policy compliance.
- The desktop can probably handle drag makeup and low-risk conjunction responses within pre-approved bounds.
- The next entry will wonder about command authorization policies and pre-approved maneuver windows.