Skip to content

Document scene module trust boundary and sandboxing non-goals #102

Description

@Brad-Edwards

Problem

Scene modules are executable code. That is appropriate for repo-owned authored scenes, but the project should explicitly state the trust boundary so future import, authoring, plugin, or sharing workflows do not accidentally imply that untrusted scene code is safe to execute.

Proposal

Document the scene-module trust model. The default position should be explicit: Pulsar scene modules are trusted application code unless and until a separate sandbox model is designed. User-submitted or third-party scene execution is out of scope for the current runtime unless a future requirement adds isolation.

Acceptance criteria

  • Add documentation stating that scene modules execute with application privileges.
  • Clarify that current scene validation checks shape and metadata, not code safety.
  • State that third-party/user-submitted scenes are not sandboxed by default.
  • Identify APIs that scene code can affect through lifecycle hooks and context.
  • Link or cross-reference asset policy and no-remote-code-execution guidance where relevant.
  • Add a future-work note only if the project intends to design a sandbox model later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:processWorkflow rules, ADR discipline, requirement lifecyclearea:sceneScene module contract, registry, lifecycle, id formatdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions