21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
## Runtime probe evidence
|
|
|
|
The former UE4SS reference/build/revision requirement has been removed. SCUM
|
|
features are not disabled by an update string. The Companion uses typed,
|
|
platform-authorized non-production fixtures for configuration, player-state,
|
|
reward, notification, and vehicle operations; no remote server is contacted.
|
|
|
|
Run's required integration boundary is a bounded stdout/stderr console record
|
|
stream and declared protected SQL, RCON, or management-program transports.
|
|
Plugins generate bounded request text, while Platform authorizes, approves,
|
|
queues, redacts, and forwards it only to the bound Run request. Run alone
|
|
resolves its local transport. Paths, DSNs, credentials, raw connections, host
|
|
paths, sockets, and host OS shell access never reach the plugin, platform web,
|
|
or AI. Unknown console or request formats create a bounded diagnostic for the
|
|
affected request and no fabricated event.
|
|
|
|
Remaining production enablement is operational: a deployed Run implementation
|
|
must provide the declared protected transports. Until then only the affected operation
|
|
is reported unavailable; the plugin page and unrelated feature capabilities
|
|
remain active.
|