···7373 name/bio/avatar/banner; those are rendered as **text**/images, never injected as HTML.
7474- Slug freezing means a renamed publication keeps a slug derived from its old name. Accepted:
7575 URL stability beats prettiness, and there is no slug registry to rename against.
7676+7777+## Amendment (2026-06-09): foreign publications are displayed read-only
7878+7979+Section 3 originally hid every non-owned `site.standard.publication` record from the
8080+dashboard. Writers found this confusing: Leaflet's home shows all their publications, so
8181+SkyPress appeared to have "lost" the ones created elsewhere.
8282+8383+SkyPress now **displays** foreign publications (origin ≠ `SITE_BASE`) on the dashboard in a
8484+separate read-only "From other apps" section — name, logo, a hostname badge, and an outbound
8585+link to the publication's own `url`. They are modelled with a distinct `ForeignPublication`
8686+type so they are structurally incapable of reaching the manage/edit/delete paths.
8787+8888+The ownership guards are **unchanged**: SkyPress still manages, renders, and resolves only
8989+publications it owns (`isSkyPressPublicationUrl`). Only listing/visibility expanded.