- Hide component code
:root {
--sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 56.25rem) {
#content-wrap {
display: flex;
position: initial;
flex-direction: row;
flex-grow: 2;
width: calc(100vw - (100vw - 100%));
max-width: inherit;
height: auto;
min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
}
\#main-content {
position: initial;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
max-height: 100%;
margin: 0 auto;
padding: 2rem 1rem;
}
\#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
\#side-bar {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
grid-area: side-bar;
width: var(--sidebar-width-on-desktop, 13.6rem) !important;
min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
max-height: 100vh;
padding-right: 2.5rem;
padding-left: 0.5rem;
overflow-y: scroll;
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms linear,
margin 300ms linear;
border: none;
border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 \- 1rem);
direction: rtl;
scrollbar-width: thin;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
scrollbar-color:
rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
rgba(var(--swatch-tertiary-color), 0.05); /* Track */
}
\#side-bar::-webkit-scrollbar-track {
background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
}
\#side-bar::-webkit-scrollbar,
\#side-bar::-webkit-scrollbar-thumb,
\#side-bar::-webkit-scrollbar-corner {
width: 0.5rem;
border-right-width: calc(100vw + 100vh);
border-right-style: inset;
border-color: inherit;
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
}
\#side-bar:is(:hover, :active, :focus-within) {
margin-right: 2.25rem;
padding-right: 0.25rem;
overflow-x: hidden;
overflow-y: auto;
border-color: rgba(var(--swatch-primary-darker), 1);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
scrollbar-color:
rgba(170, 170, 170, 1) /* Thumb */
rgba(252, 252, 252, 1); /* Track */
scrollbar-color:
rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */
}
\#main-content::after {
content: " ";
display: flex;
position: fixed;
top: 0;
left: 1rem;
align-items: center;
justify-content: center;
width: 1rem;
height: 100%;
max-height: 100%;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center left 1rem;
background-size: 1rem 12.875rem;
pointer-events: none;
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::after {
left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
width: 0rem;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0;
background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
font-size: 0em;
}
\#main-content::before {
content: " ";
position: absolute;
z-index: 9;
top: var(--final-header-height-on-desktop, 0);
left: 0;
width: var(--sidebar-width-on-desktop, 14.5rem);
height: calc(100% \- var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 \- 2.313rem);
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0.5;
background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
pointer-events: none;
translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 \+ 1rem);
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::before {
translate: 0;
opacity: 0;
}
\#side-bar .side-block {
margin-top: 1em;
padding-left: 0.25em;
border-right-width: 0rem;
border-left-width: 0rem;
border-radius: 0;
background-color: rgb(0, 0, 0, 0);
direction: ltr;
}
\#side-bar .scpnet-interwiki-wrapper {
direction: ltr;
}
/* Print Friendly Formatting by Estrella */
body.print-body {
--sidebar-width-on-desktop: 0;
}
body.print-body \#main-content::before,
body.print-body \#main-content::after {
display: none;
}
}
3/9903 LEVEL 3/9903
CLASSIFIED
Item #: SCP-9903
Safe
Foundation radio telescope Trujillo-1, where signal SCP-9903-1 was first detected.
Special Containment Procedures: No attempt is to be made to remove SCP-9903 at this time. Foundation craft operating outside SCP-9903 are to minimise all usage of the frequencies absorbed by the anomaly. A review of humanity’s readiness for the removal of SCP-9903 is to be made in 2045.
Description: SCP-9903 is a spherical barrier surrounding the Sun at a radius of 1,940 AU. Though it has no effect on electromagnetic radiation entering our solar system, it absorbs all outwards emissions between the frequencies of 0.4-10.4 GHz, which constitute a large fraction of the Terrestrial Microwave Window. It has no effect on the movement of physical matter.
Discovery: Foundation scientists were unaware that outward radio transmissions were being blocked until 2022/05/13, when probe OORT-16 attempted to perform a radar scan of 2014 SQ453, a comet-like Trans-Neptunian Object on a highly eccentric orbit with orbital features that were believed to be of possibly anomalous origin. OORT-16 received no radar returns until passing through SCP-9903 on 2023/03/30, at which point radar began functioning as normal. Further experimentation involving probes OORT-16, OORT-20, and OORT-23 established the scope of the barrier.
On 2024/11/27, Foundation radio telescopes detected a signal coming from the direction of the Hyades cluster. It was discovered to be a message in the English language using the 7-bit ASCII character encoding standard.
SIGNAL LOG 9903-1 - Received Transmission
This is an official warning. We have detected transmissions in violation of your suspension 607, 412, 380, and 214 days ago as of the date this message will be received. You are reminded that attempted evasion of a communications filter may result in a permanent ban. If you wish to appeal your suspension, please visit your local administrator at Epsilon Eridani c and submit an appeal form. A wormhole link has been provided at your Earth-Sun L4 point.
In response to this signal, O5-8 ordered the commencement of OPERATION HANDSHAKE, in which Foundation experimental vessel SCPS Bracewell would travel to the L4 Lagrangian point and attempt to make contact in order to learn more about the anomaly and any danger it posed to the human species. The mission was led by Captain Eve Laughton, with Senior Technician Harold Zhang as Chief Scientific Officer.
SCPS Bracewell successfully arrived at the L4 Lagrangian point on 2025/08/12. At this point, a wormhole mouth opened around the vessel and communication was lost.
PERSONAL LOG: OPERATION-HANDSHAKE-03
Date: 2025/08/12
Timestamp: T+00:03:11 Post-Transit
Author: Captain Eve LaughtonAccording to our ship’s clock, only a few minutes have passed since the wormhole opened. The evidence is overwhelming, however, that we are now around ten and a half light years from our previous position at L4. It’s clear from the arrangement of stars in the sky, the furious young sun to our starboard, and the purple- and grey-hued planet just below us, complete with a faint set of rings.
Along with this new star system comes the evidence of a vast extraterrestrial civilisation. We’re detecting space stations, cities, and strange craft whose propulsion system we can’t figure out.
We are now hailing the central station via tightbeam. I feel a great weight of responsibility upon my shoulders in this, our first contact with a new alien species.
[COMMUNICATIONS LOG: 2025/08/12, T+00:04:30 Post-Transit]
Cpt. Laughton: Greetings from Earth, fellow star-farer. How should we address—
Unknown: Whoa, hold up, newfriend. You shouldn't be messaging the admin channel directly. Did you even read the guides?
Cpt. Laughton: Excuse me?
Unknown: I guess not. Well, I'm the region mod. I assume you're here to whine about the mute.
Cpt. Laughton: We would like to know why we've been quarantined from the rest of the universe, yes. There must have been some kind of misunderstanding. Our species intends no harm.
Unknown: Yeah, yeah, I hear that one a lot. 'We come in peace', 'we got hacked by AGI', 'we let one of our domesticate species use the transmitter'. I'll check your strike history.
Cpt. Laughton: Our strike history?
Unknown: Uh-huh. Looks like you started getting complaints around 60 years ago, by your calendar. Continuous 470-860 MHz spam, right in the standard galactic communication bands. Sound familiar?
Sr. Tech. Zhang: Those could be the carrier wave transmissions from our earliest megawatt TV transmitters. Our TV signals might not have been strong enough to reach the stars, but their carrier waves did.
Unknown: Strike one: 42 years ago, when you sent untagged drawings of naked sapient and non-sapient animals to the Altair system. Unsolicited nudity is a TOS violation. Strike two, four counts of spam and untagged nudity targeted at specific star systems, for which you received a nine year suspension. And then the final straw came shortly after your suspension was lifted in 2008.
Cpt. Laughton: 2008? What happened in 2008?
Unknown: Don't act coy, we have the logs right here. You sent an unskippable high-definition video towards Ursa Major which we've tagged as "Extreme violence, ritual sacrifice, gore". Multiple violations, permanent mute.
Cpt. Laughton: I have absolutely no idea what you mean.
Sr. Tech. Zhang: Oh God. That would be the Doritos ad.
Cpt. Laughton: The what?
Sr. Tech. Zhang: It was a publicity stunt run by the company. They held a competition in the UK to create a 30 second advertisement they would transmit into space.
Unknown: I'll note that down. Broadcasting advertisements on general frequencies without permission from the mods is against TOS.
Cpt. Laughton: But what on Earth does that have to do with gore, or ritual sacrifice?
Sr. Tech. Zhang: Well. The winning entry was a video showing a tribal community of corn chips escaping from a bag and reverting to a Lord of the Flies-style existence, including sacrificing one of their own members to the God of Salsa.
Unknown: Agricultural deities and ritual sacrifice are not uncommon in civilisations of your tier, to be fair.
Cpt. Laughton: And the aliens received this?
Sr. Tech. Zhang: They muted us for sending it.
Unknown: Yadda, yadda. You gonna submit an appeal or not?
Sr. Tech. Zhang: Captain, they haven't even seen our internet yet.
Cpt. Laughton: Yeah… if it's alright, we'll be back in a few decades.
Unknown: I'll be here.
The SCPS Bracewell returned to the wormhole co-ordinates and successfully made the return trip to L4. Following a debriefing by O5-8, the current special containment procedures were devised and implemented.
As of 2025/12/01, seventeen separate commercial entities have announced plans to broadcast product advertisements, cryptocurrency promotions, or "messages to aliens" using radio telescopes this coming year. SCP-9903's continued existence may represent the single most important protective measure currently in place for humanity's reputation, if nothing else. Leave the barrier be. We will review this again when humanity has better radio hygiene. -O5-8
